System :: XFree86.dsl
Still playing with this.....
Still needin help....(plz)
I get this result:-
giving up
xinit: No such file or directory (errno 2): unable to conect to xserver
xinit: No such process (errno 3): server error
My .xserverrc looks like this:-
exec /usr/X11R6/bin/XFree86 -nolisten tcp &>/dev/null
Ive copied the XF86Config-4_vesa over to /etc/X11 and renamed it XF86Config-4
Can some1 tell me what I'm doing wrong please?
Is .xserverrc executable?
Hi mikshaw
Sorry for being such a nOOb.
How do I check if its executable?
The command "ls -l .xserverrc" should produce a line that starts like this:
-rwxrwxr-x 1 dsl staff
If it does not contain at least the first x, it is not executable.
Use the command "chmod +x .xserverrc" to fix it.
original here.