The x-server tag has no wiki summary.
0
votes
0answers
16 views
Font alias for remote X server connection
I am connecting to remote server to launch an X application (qmon).
After I type ssh myserver -X and launch the application, I get the following error:
Warning: Cannot convert string ...
2
votes
1answer
29 views
Disable screen turn off
I want to watch a movie with my laptop how I can disable with xmonad that it turn off the screen if vlc or some other app is running is running.
Is there some functions what I can used to prevent ...
1
vote
1answer
63 views
How to access remote desktop (like SSH -X) in a windows system?
I've been struggling all around the interwebz and I couldn't find any useful answer.
I have a computer with a Windows OS that has some software that I just can't run on GNU/Linux.
But in GNU/Linux, to ...
2
votes
1answer
724 views
Debian wheezy frequent random crash
I have a fresh install of the debian testing distro with gnome-shell 3.4 and it crashes daily.
By crash I mean, the sound keeps repeating itself, keyboard and mouse is unresponsive, and my only ...
0
votes
0answers
55 views
GUI service from encrypted home folder after logout
I am looking into Bitcasa for cloud storage, but I want to proxy data through an encryption layer running on Using Ubuntu 12.04 Server. Bitcasa only supplies a GUI application for Ubuntu 12.04, but I ...
0
votes
1answer
65 views
XServer not working
After I remove the perl.i386 using yum remove, Centos 5.4 upon boot cannot start the XServer. How can I configure XServer to get it working? How can I add the other remove packages?
1
vote
0answers
32 views
XOrg and disabling key-repeat
I've tried disabling xorgs repeating key presses when long-pressed using:
xset r off
However, every time I connect a USB sound card, it is reset and key presses repeat.
I think that the USB sound ...
-1
votes
1answer
79 views
Ubuntu how to start x server but not the GUI desktop
I am planning to keep the server running in text mode, but the client can ssh -X to the server and run GUI applications. How to start X server but not to the GUI desktop.
1
vote
0answers
65 views
How to define a virtual screen (extending current desktop) for VNC?
How can I define a virtual screen/workspace to extend my desktop to which I can connect using VNC. I know vnc4server allowed you to modify the xorg.conf to define a screen, but this is not available ...
0
votes
2answers
245 views
X window Server Windows to Linux
On the web there are many manuals showing how to connect from Windows to Linux and get an X session window but do not indicate otherwise, that's my concern: How to view linux Windows programs with ...
1
vote
0answers
69 views
Screen and xclip - configuration that don't work
I'm trying to configure GNU/Screen utility to work with X clipboard. I followed the tutorial: http://www.lowlevelmanager.com/2012/10/screen-clipboard-to-x11-clipboard.html but without a result, so I ...
0
votes
1answer
86 views
cygwin Xserver losing connection
I am running Xserver on cygwin (on top on Windows 7), and then using xterm to remote to linux via ssh -X, and run remote applications there, like konsole, emacs and others.
Initially all works fine, ...
0
votes
0answers
129 views
Python 2.7 and Ubuntu 10.10: X11 fails
Against every recommendation I have apt-get remove python in Ubuntu 10.10 (build 2.6.24-29-server x86_64) and apt-get install python2.7
Some built-in software with python2.6 dependencies (like ...
0
votes
1answer
90 views
Clean Multi X Server Setup
I want to spawn a second X Server for my TV and use a Media Station software like xbmc over it. Is it best practice to manage multi x instances from xinit or is there another/better way?
Apart from ...
1
vote
0answers
52 views
Monitor goes blank after 30 minutes. No keyboard or mouse are attatched, but computer is controlled over SSH
Currently trying to set up a media server which I can control with my laptop or phone. After looking at all the options I decided upon using SSH to start mplayer in fullscreen. Everything is working ...
0
votes
0answers
234 views
Why is xinit automatically starting xterm?
When I run: xinit [client application] -- :128 vt01 -novtswitch I notice it starts an instance of xterm in addition to my client application. Per the man page:
...
If no specific client ...
0
votes
2answers
260 views
Run a GUI app on remote computer from SSH through a third server in between [duplicate]
Possible Duplicate:
Basic ssh tunneling through generic linux ssh server/client
Recalling this question: Run a GUI app on remote computer from SSH
I add more complexity asking if:
It is ...
0
votes
2answers
391 views
Running Google Chrome over Multiple X Servers
I run on Debian Linux across 3 monitors and using 3 separate X Servers. I.e. the is an application menu on each screen and although I can not drag and drop between the monitors I am so used to where ...
2
votes
1answer
80 views
Where is configuration to show IP address on shell prompt being stored?
We have two Xservers on our network. On server A all our employees have an account setup, but on B the only account is the admin account. I can ssh to server A fine with my username and pass that are ...
-3
votes
2answers
384 views
Which GUI should I install on Debian for getting nVidia support straightaway? [closed]
I have installed Debian without any additional packages or software. I would now like to install a X windowing system. I've tried out Gnome before but the resolution is really low and I can't set it ...
0
votes
1answer
107 views
Xauthority hosed vim's ability to connect to Xserver
I recently tried to move .Xauthority away from ~/.Xauthority in a futile attempt to clean up my home directory. Or, rather, I set $XAUTHORITY to somewhere else, changed startx to startx -- -auth ...
1
vote
1answer
1k views
Mapping keys on Linux
I'd like to change layout (mapping) of Lenovo ThinkPad keyboard (which I hate)
to be like Acer TravelMate 8000 (which I love).
That mainly means:
Swap Fn and left Ctrl
Tab-left to act like PgUp
...
2
votes
1answer
190 views
Are there any benefits to starting kdm as daemon?
I've configured my kdm to start via inittab method.
I've done it following the steps at Display Manager - ArchWiki. There is also a described method on how to start kdm as daemon. But i can't find ...
1
vote
0answers
420 views
Unable to run X application as non root user
I have a couple of systems
Running Suse Linux 11.4 & XDM Display manager .
Red Hat Linux & Gnome
in both these systems when I log in as root user I am able to execute any X application ...
0
votes
2answers
227 views
How do I start X-window applications in a specific server?
I want to start a x-window application on a server named "server1". First I start X server, then on xterm I do:
$ssh -Y server1
shell says:
The authenticity of host 'server1 (10.11.93.232)' can't ...
1
vote
2answers
218 views
Redirect xsession from VNC to physical screen
We all know that it is possible to run a VNC server in an xsession to remotely view/control this session.
What I like to know is the following: Is it possible to display the xsession that was started ...
3
votes
3answers
577 views
X Session from Mac
How can I log into an X server from Mac OS X? I know that ssh -X username@host will log me in and I will have the capability to run X applications.
On Cygwin/X you can log in and have a whole X ...
0
votes
1answer
55 views
What is the command line function to reconnect to a running X server?
I was working on some stuff on my desktop running Ubuntu 11.04. I bumped the button sequence, i forget what it even is now, that throws you back to the terminal. So I log in and hear the music I was ...
2
votes
1answer
222 views
Dell Latitude D620, D/Port replicator, and Fedora 15
I'm trying to get the Dell D/Port replicator's video switch to work correctly under Fedora 15 with a D620 laptop. I have the NVidia drivers from RPMFusion installed. Right now, nothing video-related ...
0
votes
1answer
6k views
How can I export DISPLAY from a Linux terminal to a Windows PC?
Exporting display from a Linux terminal to a Linux desktop is easy; you do the following:
On 192.168.90.121 (localPC):
xhost + 192.168.10.164
On 192.168.10.164 (remotePC):
export ...
2
votes
2answers
527 views
Remapping key combinations (custom macros in linux)
I'm not sure at which layer this functionality would have to exist, so I'm just tagging this for my own stack.
In my specific case, I'd really like to map the [Function Key]-J key combination to the ...
1
vote
2answers
3k views
Getting error when running startx in Linux
When I am trying to run the Xserver using the command startx I am getting the below mentioned error
xauth: creating new authority file /oracle/oracle10g/.serverauth.22555
Fatal server error:
PAM ...
1
vote
2answers
702 views
Free X server for windows
Is there a (preferably free) X server software package that I can use to connect to Linux box from Windows? I've tried exceed from hummingbird, but it's expensive, are there free alternatives with ...
0
votes
3answers
561 views
How to mirror my display to a remote xserver
We have got a big screen in our office connected to an old pc, whose only purpose is to display information generated by software such as munin, nagios, etc. It is running debian with xfce to be able ...
0
votes
1answer
183 views
vnc4server - what X server
I need VNC access for server that is already running SSH. I need to set up vnc4server. My question is what is the best X server in terms of using least resources and being fastest, what packages ...
2
votes
3answers
1k views
XServer after upgrade not working
Ok, so I updated my Kubuntu 10.10 install to 11.04 and now when I log on I land in a consoile instead of getting a GUI - the rest seems to be working fine though.
I'm using a Radeon 4870 with the ...
0
votes
1answer
232 views
Linux X server antialising problem with wine
I am are using a windows program under linux via wine. The program runs fine with KDE. Didn't test it on gnome. Finally we wanted to start the program without KDE - something like kiosk mode, so users ...
0
votes
1answer
2k views
How to fix Ubuntu 10.10 black screen from terminal?
I'm trying to install Ubuntu Desktop 10.10 on an Intel Atom mainboard (Intel D945GCLF2) with CRT that has been running Ubuntu 9.x previously.
Both, Desktop live CD / installer and alternate install CD ...
0
votes
3answers
11k views
Kill xserver from command line (init 3/5 does not work)
I'm running Linux Mint 10, although I've had this same issue with other variants of Linux. I've been told/found while researching that if the X server hangs or otherwise errors, one can drop to a root ...
2
votes
1answer
295 views
Ubuntu forward X over ssh
I've currently have the following situation.
I have a server, that is connected to the internet with ssh (on a non 22 port).
This is an ubuntu server without X server.
Now i have a machine inside ...
1
vote
3answers
1k views
X Windowing System Servers for Windows 7 - 64 bit
Due to WinRot I was forced into an unplanned Windows 7 upgrade. I am in the process of obtaining tools that I was using on Win XP Pro.
One item that I am lacking at this point is an X Windowing ...
1
vote
2answers
206 views
Windows X-Server for ssh -X?
I'm planning on SSH-ing into my ubuntu machine from my windows 7 machine with putty. I would like to be able to get X to work. Are there any viable X-servers for windows 7?
1
vote
1answer
159 views
Can I launch X11.app for 32-bit Mac OS X on 64-bit one?
I need to run 32-bit X11.app on 64-bit Mac OS X. Is it possible? If yes, which version, etc.
1
vote
6answers
652 views
Running Linux as a desktop with KDE/Gnome but without 'X server'
I'm curious, I believe that one of the ways that OSX make the GUI experience of *nix more 'snappy' was to ditch X and run the window manager more directly on the hardware.
If I'm looking to run Linux ...
1
vote
1answer
663 views
Linux Ubuntu Lucid doesn't detect my second GPU card
Since I have upgraded to Ubuntu 10.04 Lucid Lynx, my second graphics card isn't detected by X server. When I do an lspci I get both listed though.
What could be the issue?
I am using NVidia's ...
0
votes
2answers
216 views
Unable to start my linux (cent OS ) machine in run level 5
Suddenly my machine not working under run level 5 and it seems to be problem with xserver and it is saying that "in last 90 seconds xserver restarted 6 times and unable to start" and then just giving ...
0
votes
2answers
2k views
How to force screen resolution on CentOS machine
I have CeontOS machines connected to LCD via KVM which causes failure to properly detect screen resolution and I'm stuck with 800x600 until I reset X server with the LCD connected directly to the PC. ...
2
votes
2answers
904 views
Moving from windows to linux : Understanding - X Window System, X Server, Xorg, Xfree86
I'm a windows developer(Win32api) moving from Windows to Linux. While installing linux there are lot of things to know about X11, X Window System, X Server, Xorg, Xfree86 and what not.
How come we ...
2
votes
1answer
661 views
Where to put X11 drivers configuration in Ubuntu Lucid?
Since hal is removed from Lucid, where now can I put all those little configuration tweaks for mouse and other input devices?
In particular, I want to configure ThinkPad trackpad to enable scrolling ...
1
vote
1answer
762 views
Xserver doesn't work unless DISPLAY=0.0
Using CentOS. I cannot connect remotely and I believe it is related to fact I can only connect locally if DISPLAY is set to :0.0. Something is misconfigured but I can't figure out what.
>xhost +
...