Probleme mit der Auflösung nach Treiberupdate

Mischa Simon MSLK at gmx.de
Mit Jan 2 22:16:24 GMT 2008


Servus aus dem Süden,

ich habe ien Problem mit der Auflösung in Gnome nach einem Update auf
den neuen Radeon-Treiber (vom 20.12.2007) von ATI.

Mein Laptop (ASUS A7J) hat einen Monitor, der maximal bei 1440x900
läuft. 
Wenn ich diese Auflösung aber einstelle bekomme ich immer nur ca. 1/4
des Desktops zu sehen. Wenn ich auf die anderen 3/4 kommen will muss ich
mit der Maus am Bildschirmrand scrollen.

Wie kann ich das ändern?

Liebe Grüße aus München
Mischa


Hier meine xorg.conf:
Section "Files"
	Fontpath	"/usr/share/fonts/X11/misc"
	Fontpath	"/usr/share/fonts/X11/cyrillic"
	Fontpath	"/usr/share/fonts/X11/100dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/75dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/Type1"
	Fontpath	"/usr/share/fonts/X11/100dpi"
	Fontpath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	Fontpath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load		"i2c"
	Load		"bitmap"
	Load		"ddc"
	Load		"extmod"
	Load		"freetype"
	Load		"int10"
	Load		"vbe"
	Load		"glx"
	Load		"dbe"
	Load		"v4l"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
	Option		"XkbOptions"	"lv3:ralt_switch"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"Standardgrafikkarte"
	Boardname	"ati"
	Busid		"PCI:6:0:0"
	Driver		"fglrx"
	Screen	0
EndSection

Section "Extensions"
	Option		"Composite"	"Enable"
	
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Vendorname	"Generic LCD Display"
	Modelname	"LCD Panel 1440x900"
	Horizsync	31.5-56.0
	Vertrefresh	56.0 - 65.0
  modeline  "800x600 at 56" 36.0 800 824 896 1024 600 601 603 625 +hsync
+vsync
  modeline  "800x600 at 60" 40.0 800 840 968 1056 600 601 605 628 +hsync
+vsync
  modeline  "1280x768 at 60" 80.14 1280 1344 1480 1680 768 769 772 795
-hsync +vsync
  modeline  "1280x720 at 60" 74.48 1280 1336 1472 1664 720 721 724 746
-hsync +vsync
  modeline  "1280x800 at 60" 83.46 1280 1344 1480 1680 800 801 804 828
-hsync +vsync
  modeline  "1440x900 at 60" 106.47 1440 1520 1672 1904 900 901 904 932
-hsync +vsync
	Gamma	1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Standardgrafikkarte"
	Monitor		"Standardbildschirm"
	Defaultdepth	24
	SubSection "Display"
		Depth	24
		Virtual	1440	900

Modes		"1440x900 at 60"	"1280x800 at 60"	"1280x720 at 60"	"1280x768 at 60"	"800x600 at 60"	"800x600 at 56"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen 0 "Default Screen" 0 0
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	Inputdevice	"stylus"	"SendCoreEvents"
	Inputdevice	"cursor"	"SendCoreEvents"
	Inputdevice	"eraser"	"SendCoreEvents"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
Section "device" #   
	Identifier	"device1"
	Boardname	"ati"
	Busid		"PCI:6:0:0"
	Driver		"fglrx"
	Screen	1
EndSection
Section "screen" #   
	Identifier	"screen1"
	Device		"device1"
	Defaultdepth	24
	Monitor		"monitor1"
	SubSection "Display"
		Depth	24
		Modes		"640x480 at 60"
	EndSubSection
EndSection
Section "monitor" #   
	Identifier	"monitor1"
	Vendorname	"Plug 'n' Play"
	Modelname	"Plug 'n' Play"
  modeline  "640x480 at 60" 25.2 640 656 752 800 480 490 492 525 -vsync
-hsync
	Gamma	1.0
EndSection
Section "ServerFlags"
EndSection