Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo on Everex Green pc
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Geert1
n00b
n00b


Joined: 31 Jan 2008
Posts: 1

PostPosted: Thu Jan 31, 2008 9:53 pm    Post subject: Gentoo on Everex Green pc Reply with quote

Did anybody try Gentoo on Everex Gpc?

Gentoo would be a nice fit to make the best of the available resources...
Back to top
View user's profile Send private message
carl.anderson
Apprentice
Apprentice


Joined: 05 Sep 2005
Posts: 162
Location: Mountain View

PostPosted: Mon Apr 28, 2008 7:43 pm    Post subject: exerex va1500v laptop Reply with quote

I bought the laptop because it was cheap - $400 at the time and now it's $350.

It comes with Ubuntu installed but I had problems upgrading the packages. I tried Gentoo but was unable to get X to start. The graphics chip is a Chrome9 HC so I tried the latest openchrome drivers. I ran
Code:
X -configure :0
to get the xorg.conf, but on startup the screen would just go black. At that point I had to press Ctrl-Alt-Del to reboot. The Xorg log indicated that X was stuck in an infinite loop starting up.

So I switched to the latest Ubuntu and was able to get native 1440x900 right off the bat. It's nice but it's also slow. Has anyone gotten this to work in Gentoo?
Back to top
View user's profile Send private message
Kobboi
l33t
l33t


Joined: 29 Jul 2005
Posts: 672
Location: Belgium

PostPosted: Tue Apr 29, 2008 6:08 am    Post subject: Reply with quote

Having a working Ubuntu setup should allow you to get it working under Gentoo as well. Copy the xorg.conf, for one :wink: Save a copy of the kernel configuration, the loaded modules and maybe a dmesg trace as well.
Back to top
View user's profile Send private message
carl.anderson
Apprentice
Apprentice


Joined: 05 Sep 2005
Posts: 162
Location: Mountain View

PostPosted: Tue Apr 29, 2008 2:33 pm    Post subject: Have you ever looked at a Ubuntu kernel config? Reply with quote

The Ubuntu kernel is, I think, custom sources. I downloaded the kernel sources using apt-get and looked at the config via make menuconfig - everything and everything is loaded as a module.

A Ubuntu xorg.conf is spartan at best. It looks like they are handing off the configuration details to something else - there are no modelines or driver options, etc. There is magic / voodoo in there.
Back to top
View user's profile Send private message
Kobboi
l33t
l33t


Joined: 29 Jul 2005
Posts: 672
Location: Belgium

PostPosted: Wed Apr 30, 2008 6:41 am    Post subject: Re: Have you ever looked at a Ubuntu kernel config? Reply with quote

carl.anderson wrote:

A Ubuntu xorg.conf is spartan at best. It looks like they are handing off the configuration details to something else - there are no modelines or driver options, etc. There is magic / voodoo in there.

In three years of Linux/Gentoo, I have never put any modeline in my xorg.conf either :wink:
Back to top
View user's profile Send private message
carl.anderson
Apprentice
Apprentice


Joined: 05 Sep 2005
Posts: 162
Location: Mountain View

PostPosted: Thu May 01, 2008 1:33 am    Post subject: xorg.confusing Reply with quote

You're going to make me prove it. Very well. Here it is with comments removed:
Code:
Section "InputDevice"
       Identifier      "Generic Keyboard"
       Driver          "kbd"
       Option          "XkbRules"      "xorg"
       Option          "XkbModel"      "pc105"
       Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
       Identifier      "Configured Mouse"
       Driver          "mouse"
       Option          "CorePointer"
EndSection

Section "InputDevice"
       Identifier      "Synaptics Touchpad"
       Driver          "synaptics"
       Option          "SendCoreEvents"        "true"
       Option          "Device"                "/dev/psaux"
       Option          "Protocol"              "auto-dev"
       Option          "HorizEdgeScroll"       "0"
EndSection

Section "Device"
       Identifier      "Configured Video Device"
EndSection

Section "Monitor"
       Identifier      "Configured Monitor"
EndSection

Section "Screen"
       Identifier      "Default Screen"
       Monitor         "Configured Monitor"
       Device          "Configured Video Device"
EndSection

Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Synaptics Touchpad"
EndSection


Call me skeptical, but I don't think this will work in Gentoo. How does it remember the resolution I changed it to and which color depth? Where is the video driver specified?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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