FedoraThis forum is for the discussion of the Fedora Project.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi everyone, I need some help badly with my Fedora installation. Please respond if you have any idea even remotely how to solve this.
I installed Fedora 2 core today on a Dell Optiplex GX270 with a Dell 1703 FP monitor. Linux boots fine with a few exceptions. Most notably the X display wont open;
the log in states: unable to open X display:1
Checking the error messages I found the following errors:
1. Fatal server error: no screens found
2. I8010 (0) No video bios modes for chosen depth
3. screens found, but none have a usable configuration
I attempted to edit the display configuration using the configure-system-display but that wouldnt even open as the X graphics simply do not work.
Does anyone know how to solve this, please descibe it at a very basic level, I am very much a novice when it comes to linux.
I've got some cards up my sleeve for you, but first try this:
system-config-display --reconfig
This means that the display config program will start from scratch and skip the old (and in your case broken) configuration file.
Did you type in this from the display? I can't find the file xconfig.py (it's probably xconf.py) and the line seems to be 423, not 413.
This config program is written in python. I'm no expert in Python, but it actually seems to be an error in the code regarding a variable. What do you want to do? Do you want me to give you instructions on how to fix the file or should I e-mail you a fixed file with instructions?
I'll have to do some testing first. Tell me which solution you prefer.
Sorry, I'm rather tired and Python is not a language of choice for me. Actually, Python is not a programming language, it's more like one of nature's mistakes.
After this little rant ... Try to get rid of your old config file altogether. As root, type the following commands:
cd
mv /etc/X11/xorg.conf . (Notice the lone dot at the end)
This will move the broken config file to root's home directory. After that, run
system-config-display
without any argument. It should try to make a new file for you from scratch.
No more ideas, I'm afraid. Something must have gone terribly wrong during install. This probably requires a lot of tinkering or a reinstall. Maybe reinstalling is easier?
hey Martin,
Thanks for the help, I just reinstalled Fedora and added a bunch more development packages. It still didnt work so I tried the last idea about moving the config file. It worked. It turns out the driver for the monitor didnt work, so I changed it to generic and it seemed to work. Thanks for all the help. Cheers
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.