I just installed gentoo, x86_64-2.6.39-gentoo-r3. I followed the guides http://www.gentoo.org/doc/en/xorg-config.xml and after that http://en.gentoo-wiki.com/wiki/Intel_GMA. I have a intel integrated graphics card.
In this order I did
emerge xorg-server
(..then I followed the intel wiki, and re-emerged like this:)
emerge -DN1 x11-base/xorg-drivers
emerge xf86-video-intel
emerge xf86-input-evdev
lspci -nn gives:
Code: Select all
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM Controller [8086:2e30] (rev 03)
00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e32] (rev 03)
00:02.1 Display controller [0380]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e33] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 01)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 [8086:27d0] (rev 01)startx
Code: Select all
(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) No devices detected.
Fatal server error:
no screens found
When I do X -configure, I get the error
Code: Select all
List of video drivers:
intel
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
Code: Select all
(EE) No devices detected.
Fatal server error:
no screens foundThis seems like a very obvious problem yet I cannot find a solution? Rather recent hardware, installation from scratch, installing intel drivers and getting stuck.. I searched through a lot of fora but couldn't find a solution..
(also tried replacing Screen 0 "screen 0" 0 0 by Screen "screen 0" in the xorg.conf file.
Thanks for your help!




