Quote (Max @ Dec. 15 2004,16:03) |
I used the XF86Config that came with the tqz. Made the modifications you outlined, then when I tried to "startx" I got: giving up. xinit: Connection refused (errno 111): unable to connect to X server xinit: No such process (errno 3): Server error So then I thought maybe you had a typo in your exec statement in .xserverrc so I changed exec /usr/bin/X11/XBF86_SVGA -bpp 16 -nolisten tcp &> /dev/null to... exec /usr/bin/X11/XF86_SVGA -bpp 16 -nolisten tcp &> /dev/null ..since that was the name of the file. Then when I tried "startx" I got: XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. Any ideas? |