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-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to