[Bug 463529] Re: [gm45] Xorg error: Failed to load module "i810" (it works, though)

olaf os at os-cs.de
Tue Nov 10 07:47:18 UTC 2009


I had the same problem as Luis Belmar-Letelier (fresh install, 800x600
resolution). The following worked for me:

1.) Create /etc/X11/xorg.conf to use the driver "intel"

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

2.) Tell xrandr about further modes to allow a resolution higher than
800x600

   >> gtf 1024 768 60
   >> xrandr --newmode "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
   >> xrandr --addmode VGA1 "1024x768_60.00"
   >>  xrandr --size  "1024x768_60.00"

( You might have to change VGA1 to your screen name (run "xrandr -q" to
get this) and change the resoultion. The second line after "--newmode"
is just the output of gtf ).

-- 
[gm45] Xorg error: Failed to load module "i810" (it works, though)
https://bugs.launchpad.net/bugs/463529
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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




More information about the universe-bugs mailing list