On Mon, Apr 13, 2009 at 4:48 PM, Michael Sullivan <msulli1...@gmail.com> wrote: <SNIP> > (II) LoadModule: "i810" > > (WW) Warning, couldn't open module i810 > (II) UnloadModule: "i810" > (EE) Failed to load module "i810" (module does not exist, 0) > (EE) No drivers available. <SNIP>
OK, that's pretty serious. Is the i810 module loaded? That's the video driver, or used to be Could you post the VIDEO_CARDS= settings in your make.conf file, along with emerge -pv xorg-server and lsmod On my wife's machine it was i810 before the upgrade. After the upgrade it seems to be i915. when I scan through Xorg.0.log it's using the i915 now, at least on her machine. Look in your log file and see which driver is says it's loading. If it's the 915 then either change your driver name in the config file or get rid of the config file completely. I believe that before the upgrade I had VIDEO_CARDS="i810" but I changed it to intel with the new software: dragonfly ~ # cat /etc/make.conf | grep VIDEO_CARDS VIDEO_CARDS="intel vesa fbdev" dragonfly ~ # emerge -pv xorg-server These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-base/xorg-server-1.5.3-r5 USE="hal ipv6 nptl sdl xorg -3dfx -debug -dmx -kdrive -minimal -tslib" INPUT_DEVICES="evdev -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -keyboard -magellan -microtouch -mouse -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -tslib -ur98 -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="fbdev intel vesa -apm -ark -ast -chips -cirrus -dummy -epson -fglrx -geode -glint -i128 -i740 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nv -nvidia -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vermilion -via -virtualbox -vmware -voodoo -xgi" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB dragonfly ~ # Hope that helps, Mark