← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 431955] Re: xorg fails with module i810 error (module does not exist

 

I had problem with same kind of symptoms (upgraded to karmic today,
failed to load i810). Both with my old xorg.conf and without any.

What helped was a new xorg.conf file with

Section "Device"
        Identifier      "Configured Video Device"
        driver "intel"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

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

The important part being driver "intel" in "Device" section.

I actually upgraded to x-swat repository also (and I run upgraded
drivers at the moment), but this might be irrelevant, as without
xorg.conf file mentioned it didnt work.

Hope this might help people with similar problem..

-- 
xorg fails with module i810 error (module does not exist
https://bugs.launchpad.net/bugs/431955
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.



References