Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
varaahan
n00b
n00b


Joined: 31 Oct 2006
Posts: 4
Location: Chennai, India

PostPosted: Tue Oct 31, 2006 12:47 pm    Post subject: X problem Reply with quote

Just now I have installed Gentoo.
The problem is I don't get GUI.
I tried xorconfig and restarted X but I gor the error msg:

" No screens found!
No driver (i810) found"


Since I don't have ant CLI browser (lynx,links), I can't post thro Gentoo.

Interestingly I had the same problem when I tried LFS also.

My other distros Slackware 10.2,Puppy,Zenwalk,Vector Linux,Kubuntu and PCLOS are all working fine.

Shortly I'll be posting the relevant portions of /etc/X11/xorg.conf file

Thanks to the Gentoo community.
_________________
Linux Learner and Admirer - Always !
Back to top
View user's profile Send private message
Shopro
l33t
l33t


Joined: 12 May 2004
Posts: 678
Location: Dayton, OH, USA

PostPosted: Tue Oct 31, 2006 12:49 pm    Post subject: Reply with quote

Have you tried to follow this one? http://www.gentoo.org/doc/en/xorg-config.xml
_________________
Just because I have nothing to say is no reason why you shouldn't listen.
Back to top
View user's profile Send private message
varaahan
n00b
n00b


Joined: 31 Oct 2006
Posts: 4
Location: Chennai, India

PostPosted: Tue Oct 31, 2006 1:10 pm    Post subject: Reply with quote

I'd try that soon.
Even at the time of installing using the Live CD, i could not get the x window by default.
Only after running xorgconfig I could get X working.
I thought the same configuration would be used as default by Gentoo installer.
Anyhow I'll try it because I am new to Gentoo and I have to learn about emerge first.
Thanks.
_________________
Linux Learner and Admirer - Always !
Back to top
View user's profile Send private message
varaahan
n00b
n00b


Joined: 31 Oct 2006
Posts: 4
Location: Chennai, India

PostPosted: Wed Nov 01, 2006 12:57 am    Post subject: Reply with quote

startx returns the following error msgs:

" EE : Failed to load module "i810"
EE : Failed to load module "mouse"
EE : Failed to load module "kbd"
EE : No drivers available "
_________________
Linux Learner and Admirer - Always !
Back to top
View user's profile Send private message
Smokeybob
n00b
n00b


Joined: 13 Jun 2003
Posts: 23
Location: CANADA

PostPosted: Mon Nov 06, 2006 1:00 am    Post subject: Reply with quote

I'm having the same issues:

I've done all the above in the link for xorgconfig,
but i still get the error:

Code:
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
        after 0 requests (0 known processed) with 0 events remaining.
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Nov 06, 2006 10:45 am    Post subject: Reply with quote

Make sure your /etc/make.conf is correct. You should have a line like this:

Code:
VIDEO_CARDS="i810 vesa"


and also add i810 to your use flags in /etc/make.conf

Code:
USE="X i810 "


..your use flags section should probably contain some more usefull flags as well, but that will depend on your system and what you requirements are. See
Code:
man make.conf



Once you have the correct use flags in place you can do a

Code:
emerge -uDNav world


to update your system with the new ebuilds (using the new useflags), if you already have xorg installed you should now have the i810 kernelk module installed. Please also see http://www.gentoo.org/doc/en/xorg-config.xml

:)



Cheers,
jcat
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Nov 06, 2006 10:49 am    Post subject: Reply with quote

PS

with the

Code:
VIDEO_CARDS="i810 vesa"


flags and after the emerge, you can use the vesa driver to lauch X if you get stuck. Just edit /etc/X11/xorg.conf and change the Driver entry under the "Device" section. Something like...


Code:
Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"




Cheers,
jcat
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum