Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Looking for recommendations for free Xserver Post 302077723 by umen on Monday 26th of June 2006 02:40:28 AM
Old 06-26-2006
Looking for recommendations for free Xserver

Hello , im not sure if its the right forum... im sorry if not
im working with putty allot , but now I started to work with more graphical applications and
im looking for free simple and fast Xserver to remote connection, can someone recommend me
if there is something like that ?
 

10 More Discussions You Might Find Interesting

1. Solaris

Xserver won't come up on Solaris 8

Hi all, My Ultra 10, running Solaris 8, is giving me problems :( Currently, whenever it boots, the Xserver will not come up, saying "Xserver cannot be started on display 0". I thought this might have something to do with OWconfig, and so poked it a little (moving params onto different... (5 Replies)
Discussion started by: Gravity
5 Replies

2. UNIX for Advanced & Expert Users

XServer Fails to start

I've recently patched my AIX box from ML02 to ML06 and somehow along the way the monitor no longer starts up in GUI mode. Running the command xinit gives me the following errros ioctl Bad file Number 1356- Unable to start the X server I've checked the path variables, the monitor, the lai0... (0 Replies)
Discussion started by: mahartle
0 Replies

3. Solaris

xserver problem - hang

Dear When I restart the Xserver it works fine for less than half an hour and throw this error afterward. After setting the display DISPLAY=10.195.2.13:0.0, I tried to run xclock. After few minutes it throws this error message "X connection to 10.195.2.13:0.0 broken (explicit kill or... (0 Replies)
Discussion started by: tanvirscsa
0 Replies

4. UNIX for Advanced & Expert Users

Xserver

Hi, From my workstation (win XP)I open a telnet session on Linux(Red Hat) server. When I issue : # xclock I have : Error: Can't open display: Then : # export DISPLAY=192.16.1.87:0.0 # xclock Error: Can't open display: 192.16.1.87:0.0 Do you have an idea ? Many thanks. (6 Replies)
Discussion started by: big123456
6 Replies

5. UNIX for Dummies Questions & Answers

Looking for good free Xserver cygwin X slow…

Hello all I was using cygwin X for years now , but now im trying to Open the new sunstudio 12 with it and its stack and slow , other folks Here at work that are using not free Xservers could open it easily. Is there some kind of free Xserver that I can use . (0 Replies)
Discussion started by: umen
0 Replies

6. Solaris

Xserver

I have problem with my V490 server which running on solaris 8. The error show on log file X_mkdir: nosuch file or directory Fatal server error: Failed to establish all listening sockets error (pid 299): server unexpectedly died error (pid 299): server for display :0 cant be started ... (1 Reply)
Discussion started by: shamsul
1 Replies

7. UNIX for Dummies Questions & Answers

Help setting up XServer in Centos 5.4

Hi, After I remove the external video card after setup, Centos 5.4 upon boot cannot start the XServer for the onboard video card. How can I configure XServer to get it working? Machine is a DELL OPTIPLEX 745 (1 Reply)
Discussion started by: mojoman
1 Replies

8. Solaris

Xserver doesn't allow log in

I wanted to modify my Xstarup file so I can have Croatian letters but unfortunately I am unable to log in . What I have done is cp /dev/null /etc/dt/config/Xstartup cat >> /etc/dt/config/Xstartup <<%EOF% keycode 34 = bracketleft braceleft scaron Scaron keycode 35 = bracketright... (8 Replies)
Discussion started by: solaris_user
8 Replies

9. Solaris

Xserver not display

I have this Xserver not display issues, I try search from the forum but found out it can have different errors from the Xerrors logs. Here I upload and hope admin can help. root@ccs # more Xerrors The loadable module for the display device SUNWast is not installed. Fatal server error:... (1 Reply)
Discussion started by: mailbox80
1 Replies

10. UNIX for Advanced & Expert Users

Xserver shared library link is gone

I am administering an Xserver v10.6.8 and I updated the ports using Macports self update. I received this error when calling the program R dyld: Library not loaded: /opt/local/lib/libicuuc.48.dylib Referenced from: /opt/local/lib/R/lib/x86_64/libR.dylib Reason: image not found Trace/BPT... (2 Replies)
Discussion started by: godzilla07
2 Replies
Xephyr(1)						      General Commands Manual							 Xephyr(1)

NAME
Xephyr - X server outputting to a window on a pre-existing X display SYNOPSIS
Xephyr [:display] [option ...] DESCRIPTION
Xephyr is a kdrive server that outputs to a window on a pre-existing "host" X display. Think Xnest but with support for modern extensions like composite, damage and randr. Unlike Xnest which is an X proxy, i.e. limited to the capabilities of the host X server, Xephyr is a real X server which uses the host X server window as "framebuffer" via fast SHM XImages. It also has support for "visually" debugging what the server is painting. OPTIONS
The server accepts all the standard options of Xserver(1) and the following additional options: -screen widthxheight sets the screen size. -parent id uses exiting window id . If a -screen argument follows a -parent argument, this screen is embedded into the given window. -host-cursor set 'cursor acceleration': The host's cursor is reused. This is only really there to aid debugging by avoiding server paints for the cursor. Performance improvement is negligible. SIGNALS
Send a SIGUSR1 to the server (e.g. pkill -USR1 Xephyr) to toggle the debugging mode. In this mode red rectangles are painted to screen areas getting painted before painting the actual content. The delay between this can be altered by setting a XEPHYR_PAUSE env var to a value in micro seconds. CAVEATS
o Rotated displays are currently updated via full blits. This is slower than a normal orientated display. Debug mode will therefore not be of much use rotated. o The '-host-cursor' cursor is static in its appearance. o The build gets a warning about 'nanosleep'. I think the various '-D' build flags are causing this. I haven't figured as yet how to work round it. It doesn't appear to break anything however. o Keyboard handling is basic but works. o Mouse button 5 probably won't work. SEE ALSO
X(7), Xserver(1) AUTHOR
Matthew Allum <mallum@o-hand.com> 2004 X Version 11 xorg-server 1.12.4 Xephyr(1)
All times are GMT -4. The time now is 02:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy