LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Startx - Fatal server error, No screens found (https://www.linuxquestions.org/questions/%2Absd-17/startx-fatal-server-error-no-screens-found-138867/)

bitpicker 05-10-2006 09:01 AM

Can you post the content of the last lines of /var/log/XFree86.0.log (or Xorg.0.log, if it's x.org you're using)? I had the same problem with an nvidia card, but the problem probably hasn't actually got anything to do with a screen not found but with something else; the screen error message is just the result of a series of errors. In my case it was a set of two undefined symbols in the nvidia driver which led to the nvidia mdoule not getting loaded. In the log file it actually says something along the lines of 'I did find a screen, but there's no useful configuration'.

Robin

Wynd 05-10-2006 06:56 PM

The "no screens found" basically means X doesn't know what resolution to run at. Add something like this to /etc/X11/XF86Config or /etc/X11/xorg.conf:

Code:

Section "Screen"
        Identifier "Screen0"
        Device    "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport  0 0
                Depth    16
                Modes "1152x864" "1024x768" "800x600"
        EndSubSection
EndSection

This is from my config. It gives me possible resolutions of 1152x864, 1024x768, and 800x600 at 16-bit color depth.

bryanbankester 01-20-2008 01:03 PM

Upgrade X
 
Try upgrading X to the latest version.

frob23 01-20-2008 05:21 PM

Quote:

Try upgrading X to the latest version.
You bring a thread back that has been dead for almost a year and a half... to add this?

bryanbankester 01-21-2008 01:19 AM

2008!?
 
Quote:

Originally Posted by frob23 (Post 3029531)
You bring a thread back that has been dead for almost a year and a half... to add this?

Great Scott!

dreamer.redeemer 02-01-2008 02:43 AM

lmao...

"Hey guys, i have a problem with Xfree86! help!"

"Ok, post your Xfree86.conf and we can probably help you..."

"I'm on knoppix right now! I don't know what the problem is, i've installed over ten distros on this box no problem, easiest thing in the world. But it'll be worth it when i finally get it working!"

"Ok, but if you just post your Xfree86.0.log, especially the end bits we can help you..."

"I'm just gonna reinstall slack cuz it's better, and i won't have to deal with this (i don't know what's wrong!)"

"Yeah, well if you'd just give us either of those things... we can tell you what is wrong."

"i'm still on knoppix... It's a pretty ok distro."

Optyx 09-23-2008 11:25 PM

Wow!

I can't believe I ever made this thread. The spelling of my initial post is absolutely shocking! This was nearly 5 years ago now. I'm 23 now and studying for my RHCE.

How things change!


All times are GMT -5. The time now is 05:43 PM.