Probleme mit meinen neuen Monitor

  • Ersteller Ersteller Benji
  • Erstellt am Erstellt am
B

Benji

Gast
Hi!
Hab vor kurzem einen gebrauchten 21" CRT Monitor von Nokia (Nokia 445Xi) bekommen, jedoch habe ich mit dem noch ein paar kleine Probleme unter Ubuntu.
Ich hab den Monitor angeschlossen und habe den xserver neu konfiguriert, dann habe ich unter Gnome in System->Einstellungen->Bildschirmauflösung eine 1600x1200 Auflösung gewählt dann wollte ich 85hz auswhählen aber dann ging der Bildschirm aus und es stand nur noch da "Signal out of Range", ok dann habe ich die Frequenz auf 75hz runtergestellt und er ging.
Jedoch kommt die Meldung "Signal out of Range" jedes mal wenn ich den XServer starte für ein paar Sekunden, und wenn ich die VMWare beeden will und aus dem Vollbild rauswechsle, dann kommt die Meldung auch und ich muss neustarten, weil sie nicht mehr weg geht.
Außerdem habe ich das Problem wenn ich länger am PC nicht arbeite und der Monitor schaltet sich ab oder ich schalte ihn für längere Zeit ganz aus, dann bekomme ich, wenn ich ihn einschalte will, kein Bild mehr.
Weiß jemand woran das liegen kann?

Hier noch ein paar Infos zu meinem System:
OS: Ubuntu 5.10
Monitor: Nokia 445Xi 21" CRT über normalen VGA angeschlossen (nicht DVI)
Graka: ATI 9600SE
Treiber: Grafikkartentreiber sind die ATI-Treiber die bei Ubuntu dabei sind

mfg Stefan
 
Hi,
hier ist meine xorg.conf
Code:
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/CID"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

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

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

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon 9600 SE (RV350 AQ)"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
	VideoRam	128000
EndSection

Section "Monitor"
	Identifier	"Nokia 445Xi"
	Option		"DPMS"
	HorizSync	30-107
	VertRefresh	50-120
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 9600 SE (RV350 AQ)"
	Monitor		"Nokia 445Xi"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

mfg Stefan
 
Was kann der Monitor denn für Frequenzen laut Handbuch? Bei Google habe ich jetzt 3 verschiedene Aussagen für HorizSync gefunden. 30-102/107/110

Versuche es mit 102, dann bist du auf der sicheren Seite.

mfg
aki
 
bei 102Hz als maximale frequenz sollte aber bei 85Hz nicht out of range als meldung kommen :freak:
 
kennyalive schrieb:
bei 102Hz als maximale frequenz sollte aber bei 85Hz nicht out of range als meldung kommen :freak:

Das ist die max Refreshrate: 1600x1200@85 Hz laut Nokia. Probier mal 110.
 
Wenn ich 102 einstelle dann funktioniert alles, ich kann zwar keine 85hz mehr auswählen aber bei 75hz funktioniert alles.
Danke.

Wenn ich 110 einstelle habe ich die selben Probleme wie mit 107!
 
Zurück
Oben