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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to