[Bug 288807] Re: [i815] Wrong resolution on Vaio PCG-SRX51, PCG-SRX41 and PCG-FX370 due to incorrect h/v rates

TJ ubuntu at tjworld.net
Fri Mar 5 18:18:41 UTC 2010


I've solved bug #532579 "Segfault in libint10 when restarting xserver or
using xorg.conf" - the vesa module is needed to check the VBE VESA
settings.

This enhanced xorg.conf provides the workaround for full 1024x768 on
Lucid:

----- /etc/X11/xorg.conf -----
Section "Module"
	Load "vesa"
EndSection

Section "Device"
	Identifier	"Intel Corporation 82815 CGC"
	Driver		"intel"
EndSection

Section "Monitor"
	Identifier	"LCD Panel 1024x768"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82815 CGC"
	Monitor		"LCD Panel 1024x768"
	DefaultDepth	16
	SubSection "Display"
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
EndSection

-- 
[i815] Wrong resolution on Vaio PCG-SRX51, PCG-SRX41 and PCG-FX370 due to incorrect h/v rates
https://bugs.launchpad.net/bugs/288807
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.




More information about the kernel-bugs mailing list