[Intel-gfx] Wrong resolution on Asus p5e-vm hdmi

Alessandro Ghersi alessandro.ghersi at fastwebnet.it
Tue Jun 10 20:07:24 CEST 2008


Hi! 
xorg 7.3
Intel driver from git or xf86-video-intel 2.3.0 (intel 2.3.1 does not work 
with p5e-vm hdmi, X freeze)
Monitor VGA Studioworks 520Si (1024x768 max resolution)
Kubuntu with kde4

I set in my xorg.conf resolution 1024x768 but Kde start with 1152x768 and I 
can't change it with system settings of kde.  If start Kde with Vesa driver, 
resolution is correct (1024x768) but with intel driver or i810 driver, 
resolution is wrong (1152x768).
Thanks

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 42392 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20080610/b0fc5609/attachment.bin>
-------------- next part --------------
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Intel Corporation 965 G1 Integrated Graphics Controller"
	Driver		"intel"
	BusID		"PCI:0:2:0"
	VideoRam	262144
	Option		"AccelMethod" "EXA"
	Option 		"MigrationHeuristic" "greedy"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
	HorizSync	28-60
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 965 G1 Integrated Graphics Controller"
	Monitor		"Monitor Generico"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
Option "AIGLX" "true"

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
EndSection

Section "Module"
 Load "dbe"
 Load "dri"
 Load "glx"
EndSection

Section "DRI"
	 Mode 0666
EndSection

#Section "Extensions"
#	 Option "Composite" "enable"
#EndSection



More information about the Intel-gfx mailing list