[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bildwiederholrate und Augenprobleme mit Radeon X1550 Grafikkarte



Hallo,

Ich habe eine neue Grafikkarte, eine ASUS EAX1550 Silent mit ATI Radeon
X1550 Chip. Nach einigem hin und her läuft mein Xserver nun mit dem
xorg radeon Treiber aus xserver-xorg-video-ati. Meine xorg.conf habe ich
angehängt.

Obwohl das Bild ganz ordentlich aussieht, scheint es dennoch meine Augen
ungemein anzustrengen, darauf zu schauen. Wenn ich einige Zeit auf den
Bildschirm geschaut habe, und anschließend woanders hin schaue, sehe ich
ganz feine horizontale Linien in den von mir angeschauten Gegenständen.

Da das mit meiner alten Grafikkarte (GeForce 4) nicht so war, gehe ich
davon aus, dass es an den Einstellungen liegt. An der Auflösung kann es
ja eigenlich nicht liegen, eher schon an der Bildwiederholrate, oder?

Der radeon Treiber hat auch ohne manuelle Intervention erstmal nur eine
Auflösung von 1280x800 (Unsinniges Seitenverhältnis) bei 60Hz erlaubt,
 obwohl mein Monitor (EIZO FlexScan F931) laut Handbuch bei einer
 Auflösung von 1280x1024 bis zu 121Hz unterstüzt.

Ich habe dann mittels xrandr manuell 75 und 85Hz zugefügt, was der
Bildschirm auch mitzumachen scheint. 121Hz gingen zunächst auch,
mittlerweile schaltet der Bildschirm sich bei dieser Einstellung jedoch
ab.

Unabhängig davon ob ich jetzt 75Hz oder 85Hz verwende, habe ich das
Gefühl, dass meine Augen enorm angestrengt werden wenn ich auf das Bild
schaue. Das ist natürlich auf Dauer kein Zustand, zumal ich mir nicht
die Augen kaputt machen will.
Hat jemand eine Idee, was ich dagegen machen kann?

Hier die aktuelle Ausgabe von xrandr:

$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1280
DVI-A_1 connected 1280x1024+0+0 0mm x 0mm
   1280x1024_85.00   85.0 +
   1280x1024_121.00  121.0  
   1280x1024_75.00   75.0* 
   1280x1024_60.00   60.0  
   1280x800       60.0  
   1280x768       60.0  
   1024x768       60.0  
   800x600        60.3  
   640x480        59.9  
TV_SVIDEO disconnected
DVI-I_2/digital disconnected
DVI-I_2/analog disconnected

Und hier meine xorg.conf:

$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
EndSection

Section "Device"
	Identifier	"ATI Radeon X1550"
	Driver		"radeonhd"
	#BusID		"PCI:1:0:1"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Modeline	"1280x1024_121.00" 235.96  1280 1384 1528 1776 1024 1025 1028 1098 -HSync +Vsync
	Modeline	"1280x1024_85.00"  159.36  1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync
	Modeline	"1280x1024_75.00"  138.54  1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync
	Modeline	"1280x1024_60.00"  108.88  1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
	Option		"PreferredMode"	"1280x1024_85.00"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Radeon X1550"
	Monitor		"Configured Monitor"
	#DefaultDepth	24
	SubSection "Display"
		Depth		24
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Mein Bildschirm sagt zur Zeit (Einstellung 75Hz):

fH: 80.1kHz
fV: 74.9Hz

grüße
 jonas


Reply to: