LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-24-2004, 05:36 PM   #1
Nan
LQ Newbie
 
Registered: Mar 2004
Location: Denmark
Distribution: Slackware 10.0
Posts: 18

Rep: Reputation: 0
Can't start X "No screens found" Slackware 10


When I do startx I get

screen(s) found, but none have a usable configuration.
fatal server error: no sreens found

This happens with root and user, init 4 no good either.

With slackware 9.1 I had no problems with Xorg (got it with dropline) so I'm pretty lost here

Anyone have any idea what could cause this?

My hardware is in the sig
 
Old 06-24-2004, 05:39 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
I'd suggest
a) editing /etx/X11/XF86Config (if you know what you're
doing)
or b)
run xf86config again ...


Cheers,
Tink
 
Old 06-24-2004, 05:43 PM   #3
Nan
LQ Newbie
 
Registered: Mar 2004
Location: Denmark
Distribution: Slackware 10.0
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Tinkster
I'd suggest
a) editing /etx/X11/XF86Config (if you know what you're
doing)
or b)
run xf86config again ...


Cheers,
Tink
Slackware 10 uses X.org

I did try to look at xorg.conf but I don't know what I should look for
 
Old 06-24-2004, 05:57 PM   #4
apathas
LQ Newbie
 
Registered: Nov 2003
Posts: 20

Rep: Reputation: 0
Im stuck on that as well.

All the log gives me is that there is Fatal Server Error No screen found.
 
Old 06-24-2004, 05:59 PM   #5
lubbus
LQ Newbie
 
Registered: Jun 2004
Distribution: slackware 9.1 w/dropline 2.6.1
Posts: 4

Rep: Reputation: 0
Did you install the ATI drivers ? if not check in xorg.conf for

Section "Device"
...
driver "vesa"
....
EndSection

it should work with that... but without hardware acceleration...
 
Old 06-24-2004, 06:01 PM   #6
Nan
LQ Newbie
 
Registered: Mar 2004
Location: Denmark
Distribution: Slackware 10.0
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by lubbus
Did you install the ATI drivers ? if not check in xorg.conf for

Section "Device"
...
driver "vesa"
....
EndSection

it should work with that... but without hardware acceleration...
This is on a fresh install sadly
 
Old 06-24-2004, 06:07 PM   #7
apathas
LQ Newbie
 
Registered: Nov 2003
Posts: 20

Rep: Reputation: 0
What type of Video card are you using. I have a Nvida TI4200, and this is just fresh install using the Vesa drivers.
 
Old 06-24-2004, 06:08 PM   #8
Nan
LQ Newbie
 
Registered: Mar 2004
Location: Denmark
Distribution: Slackware 10.0
Posts: 18

Original Poster
Rep: Reputation: 0
ATI 9700 Pro
 
Old 06-24-2004, 06:09 PM   #9
apathas
LQ Newbie
 
Registered: Nov 2003
Posts: 20

Rep: Reputation: 0
*bonks head for not looking at sig*


Here is the end of the log when it crashed(II) VESA(0): VESA BIOS not detected
(II) UnloadModule: "vesa"
(II) UnloadModule: "int10"
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
(II) UnloadModule: "vbe"
(II) Unloading /usr/X11R6/lib/modules/libvbe.a
(EE) Screen(s) found, but none have a usable configuration.



VESA(0): cannot continue

Last edited by apathas; 06-24-2004 at 06:20 PM.
 
Old 06-24-2004, 06:18 PM   #10
BajaNick
Senior Member
 
Registered: Jul 2003
Location: So. Cal.
Distribution: Slack 11
Posts: 1,737

Rep: Reputation: 46
Yes. slack uses the xorg.conf file instead of xfree86.conf and you either need to run xorgconfig as root or edit it manually. I am in the process right now of fixing mine.
 
Old 06-24-2004, 06:23 PM   #11
Nan
LQ Newbie
 
Registered: Mar 2004
Location: Denmark
Distribution: Slackware 10.0
Posts: 18

Original Poster
Rep: Reputation: 0
DOH.

Thank you, no clue why I didn't do that

Got it working

again thanks

edit, running xorgconfig that is, and wow my onboard nic works without the drivers from nvidia

Last edited by Nan; 06-24-2004 at 06:33 PM.
 
Old 06-24-2004, 07:31 PM   #12
Fuel
Member
 
Registered: Feb 2002
Location: Sweden, Skeldepth
Distribution: Slackware 10
Posts: 178

Rep: Reputation: 30
Quote:
Originally posted by apathas
*bonks head for not looking at sig*


Here is the end of the log when it crashed(II) VESA(0): VESA BIOS not detected
(II) UnloadModule: "vesa"
(II) UnloadModule: "int10"
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
(II) UnloadModule: "vbe"
(II) Unloading /usr/X11R6/lib/modules/libvbe.a
(EE) Screen(s) found, but none have a usable configuration.



VESA(0): cannot continue
I have the same problem with my Nvida TI4200.. trying to edit xorg.conf but nothing works
 
Old 06-24-2004, 07:40 PM   #13
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
That log shows that you aren't loading the "nvidia" driver but instead "vesa", download latest NVidia official drivers, install them (but BEFORE that read the readme or install
 
Old 06-24-2004, 07:47 PM   #14
Fuel
Member
 
Registered: Feb 2002
Location: Sweden, Skeldepth
Distribution: Slackware 10
Posts: 178

Rep: Reputation: 30
yeah.. ive done that and it woks now .. thought i at least should get some standard screen but ..

lucky me i dual boot right now..
 
Old 06-24-2004, 08:26 PM   #15
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Well, actually vesa should've worked, but it's best to have your video card's official driver isn't? :P
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Nvidia Driver "screens found but no working config" under suse 9.2 ultramancool Linux - Hardware 1 02-15-2005 02:59 PM
Mandrake 10.1/GeForce 4600... xorg error "no screens found" SAFX Mandriva 8 10-18-2004 01:02 PM
X won't start on Slackware 10 ("no screens found") syst3m Slackware 8 06-26-2004 06:04 PM
the old "no screens found" again w/ ati aiw 9600 128 pro greenareyou Linux - Newbie 2 02-05-2004 12:57 AM
XFree86: "Fatal server error: no screens found" warkrime Linux - Newbie 9 09-23-2003 07:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration