SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Should the KDE desktop come up from boot or do I need to type something into the prompt to make it start?
If both can be done please enlighten me.
Thanks
fatal server error:
could not open default font 'fixed'
giving up
xinit: Connection reset by peer (errno 104): unable to connect to xserver
xinit: No Such Process (errno 3): Server Error
So I copy the file /etc/X11/xorg.conf-vesa to /etc/X11/xorg.conf
Then run 'xorgsetup' and 'xorgconfig'
Then I point xwmconfig to KDE
Startx yields the same result:
(EE) AIGLX: DRI module not loaded
fatal server error:
could not open default font 'fixed'
giving up
xinit: Connection reset by peer (errno 104): unable to connect to xserver
xinit: No Such Process (errno 3): Server Error
I'm probably doing something wrong
I just installed slackware a week ago so I'm no linux guru.
Baby steps would be appreciated If anyone has the time.
UNI, the goal is not to run xorgsetup AND xorgconfig. Try Alien Bob's suggestion to see if X will load properly when using the VESA configuration (do NOT run xorgsetup or xorgconfig). If that works, then you know at least SOMETHING will work if all else fails. The VESA configuration is not, however, the optimal solution, even if it does work. What video card are you using (nVidia, ATI, intel, VIA, ...) and what model, if you can figure that out (try `lspci -vv` as root). `xorgsetup` tries to create an xorg.conf file automatically by detecting your hardware. After the VESA config file works, try running `xorgsetup` as root, and then typing `startx` to see if X loads. If it doesn't, then xorgsetup isn't going to work for you, in which case you should try running `xorgconfig` (which requires that you know a lot about your hardware -- you may have to google your parts, for example -- your video card, monitor, etc.), which will generate an xorg.conf file.
The goal is not to do everything I said above. You should follow the instructions until you find something that works. If you can't get anything to work you can always use the VESA config (if that works, that is), but it's definitely not optimal, and you will almost definitely be able to do better. At this point you have provided us with very little information about your hardware, and it's difficult to troubleshoot with precious little information.
Here is my system info
I swapped out the video card long ago and it currently has Nvidia Geforce4 TI 4200 with AGP8x
I can't seem to find the specs for it at nvidia or bfgtech
Also make sure you are using the intended xorg.conf file. Take a look at the first few lines of /var/log/Xorg.0.log and check that it has something like
Code:
(==) Using config file: "/etc/X11/xorg.conf"
If you are running as the root user and have an xorg.conf file in your current (probably /root/) directory X will use that first. Many people seem to get caught out on this.
After a quick check of the man page, when running X as root this is the path search order.
Code:
<cmdline>
/etc/X11/<cmdline>
/tmp/Xorg-KEM/etc/X11/<cmdline>
$XORGCONFIG
/etc/X11/$XORGCONFIG
/tmp/Xorg-KEM/etc/X11/$XORGCONFIG
$HOME/xorg.conf
/etc/X11/xorg.conf-4
/etc/X11/xorg.conf
where <cmdline> is the path specified with the -config command line option
Last edited by mRgOBLIN; 05-04-2008 at 04:46 PM.
Reason: An addition
You seem to have a legacy video card -- the latest drivers available are 96.43.05, which may or may not compile (probably will on Slackware 12.0, maybe not on Slackware 12.1 unless they are radically different than the newer drivers). If you wish to try the (legacy) proprietary drivers, they're located here for you: http://www.nvidia.com/object/linux_d..._96.43.05.html (GeForce 4 MX Series). You may also wish to try using the opensource nvidia drivers -- but I know nothing about them or how to use them. Does X start properly using the VESA xorg.conf file?
Thanks to those who helped me figure out what was wrong. They were all really good sugestions.
Problem:
I was recieving a font error. So I tried to reinstall slackware. During the second installation I saw an error saying yatta yatta yatta font corrupted. Basically saying dl slackware again. It turned out there was some dirt on my disk. I cleaned the disk off did a compete reinstall then I could startx with the 'vesa' configuration and try other suggestions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.