Hi guys,
I recently bougth an NC10 (which is wonderfull ) and I try to install my fisrt linux with Gentoo. I know it is quite a challenge but I am used with low level computing.
I manage with the basic installation (I took me a week ^^) but I am blocked with the X server. I think that the problem comes from the video driver. When I launch the X server the screen becomes black with the cursor at top left (which is not blinking) and the PC freezes.
I need your help for going ahead for 2 things :
_ I know what is the hardware (Mobile Intel 945 Express Chipset Family), but when it is to find the name of the driver it is not so easy
_ maybe I already have these driver but I don't know how to check this nor to load it if it is not.
Thanks in advance
Video Drivers
Video Drivers
Last edited by wix on 04 Jul 2009, 15:09, edited 1 time in total.
RE: Video Drivers
The video driver you need is: x11-drivers/xf86-video-intel'wix' pid='1533' dateline='1246714898' wrote: I need your help for going ahead for 2 things :
_ I know what is the hardware (Mobile Intel 945 Express Chipset Family), but when it is to find the name of the driver it is not so easy
_ maybe I already have these driver but I don't know how to check this nor to load it if it is not.
Thanks in advance
You can find out whether driver is being loaded by your system by checking /var/log/Xorg.0.log.
Code: Select all
less /var/log/Xorg.0.log | grep intel
RE: Video Drivers
Thank you,
I tried and :
_ I have xf86-video-intel-2.6.3-r1
_ grep didn't show anything (but the log file is present) so my driver is effectively not loaded, may I ask you how I can do i ? eventhougth I know I'll find it somewhere on the web, it would be easier it should just be a little command line ^^
I tried with rcupdate but I don't know what name to put after
I tried and :
_ I have xf86-video-intel-2.6.3-r1
_ grep didn't show anything (but the log file is present) so my driver is effectively not loaded, may I ask you how I can do i ? eventhougth I know I'll find it somewhere on the web, it would be easier it should just be a little command line ^^
I tried with rcupdate but I don't know what name to put after
Last edited by wix on 04 Jul 2009, 19:12, edited 1 time in total.
RE: Video Drivers
You need to edit your /etc/X11/xorg.conf.
In that file should be a part which should look like this:
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
In that file should be a part which should look like this:
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
RE: Video Drivers
This helped, and I now have a soft crash with theses errors :'Motörhead' pid='1537' dateline='1246732257' wrote: You need to edit your /etc/X11/xorg.conf.
In that file should be a part which should look like this:
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GME Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Fatal server error :
Module i915 not found
Last edited by wix on 05 Jul 2009, 17:35, edited 1 time in total.
RE: Video Drivers
modprobe i915 , i think gentoo is too difficult for you. Start with easier distros like linux mint.
RE: Video Drivers
Although i have the n110, until now every voria script worked fine for me. ut i am wondering if the video drivers work properly. the n110 has got the 950g intel chipset and not the 945. i have got the i915 module installed, but i dont know if i could get some more performance with maybe another driver. does anyone know somethin about it?