Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
This is my first venture into both slackware and dualbooting. I am booting windows XP pro and slackware. Both are working fine, except for the X windows. When I boot into slackware and type startx, I get the following message:
Code:
Fatal server error: no screens found.
I attempted to look at my /etc/X11/XF86Config file, but it appears that it has not been created. What do you guys think the problem is? Thanks.
You need to run "xorgconfig" first if you're running slackware 10.0 or 10.1. Earlier versions use "xf86config" or "xfree86config" (I can't remember which). This will generate an x-server configuration file and should allow you to boot up x with "startx"
cheers
# lspci
or
# lspci -vv
will show you information about the chipsets and manufacturers of cards and pci stuff connected to your computer. Or you could go into XP and have a look under the device manager, but i wouldn't recommend it, it'll give you a headache and your eyes will hurt.
cheers
First off, it is a HP computer, so the video card is onboard. It is an Intel 82846 GL/GE. xorgconfig did not have that option, so I could not choose it.
I guess you could try a couple of the other generic drivers just for the hell of it, maybe the intel ones, see if they work. Apart from that, I'm outa plans. Do you run any other linux on your box? If so, you could check out the X-config file in that to see what driver it is using for X. Maybe knoppix live cd if you have it. You would be able to glean some info from the X-config file generated there.
Good luck
Originally posted by dcdbutler I guess you could try a couple of the other generic drivers just for the hell of it, maybe the intel ones, see if they work. Apart from that, I'm outa plans. Do you run any other linux on your box? If so, you could check out the X-config file in that to see what driver it is using for X. Maybe knoppix live cd if you have it. You would be able to glean some info from the X-config file generated there.
Good luck
Thanks for your help, Ill look around. Unfortunately, I dont have another linux on that box. Thanks again for your help, I'll post back if I get it working.
Thank you very much dcdbutler everything you said worked like a charm. The general intel driver was a little hard to set up, but got it working and am a happy new slacker. Thanks again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.