Tagged Questions
3
votes
2answers
3k views
How do I start xterm with a headless system?
I'm running Ubuntu 12.04 and I want to boot directly and headless in the terminal (no GUI). After that I want to startx to start a program in xterm.
When I boot 'headed', everything is working like ...
0
votes
1answer
160 views
Terminal output missing
The terminal output often goes missing - the space is there where lines should be but only black background shows. Usually seems to be the first 3-4 lines at the top of the terminal screen, but isn't ...
4
votes
5answers
21k views
ssh -X “Xt error: Can't open display: :0.0”
I'm trying to open xterm on my remote server (Ubuntu Server 10.04) with ssh:
ssh -X name@machine xterm
but the error returned is:
xterm Xt error: Can't open display: :0.0`
I googled and tried ...