ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #33929
[Bug 463529] Re: [gm45] Xorg error: Failed to load module "i810" (it works, though)
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.
References