[Problem solved] 16:9 Auflösung will einfach nicht hinhauen

Hi Leute!

Ich habe Ubuntu 6.10 und einen Samsung SyncMaster 940BW mit einem Bildformat 16:9.

Als ich den Monitor bekommen habe, dachte ich mir das wird mit meinem Ubuntu wahrsch. ziemlich mühsam werden - doch wider erwarten musste ich nur die Auflösungswerte in der xorg.conf eintragen und es hat prächtig funktioniert.

Irgendwann vor kurzem hab' ich mir aber beim Versuch, Beryl zu installieren meinen Xserver zerschossen und ihn neu installieren müssen. Ich wollte die Auflösung 1440x900 wie vorher einfach in die Auflösungen bei 24 bit in die xorg.conf eintragen, aber das Ergebnis war ein hässliches, verzogenes irgendwas auf meinem Bildschirm.

Ich hab's jetzt auch schon mit Modelines versucht und mir die Werte aus der /var/log/Xorg.0.log geholt wie auf http://wiki.ubuntuusers.de/XServer_Modelines?highlight=(Modelines) beschrieben. Nader, danach hat der Xserver gar nicht mehr funktioniert - nur eine klassische Fehlermeldung ala Bluescreen.

Ich häng' hier einfach mal meine xorg.conf an, damit ihr die durchschauen könnt, vielleicht hab ich ja was übersehen (Die Modeline steht drinnen, is aber auskommentiert, damit der xserver startet):

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/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	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"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

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

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

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

Section "Device"
	Identifier	"NVIDIA Corporation NV31 [GeForce FX 5600]"
	Driver		"nv"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
	HorizSync	30-81
	VertRefresh	56-75
        #ModeLine "1440x900@60" 106,5 1440 1520 1672 1904 900 903 909 934
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV31 [GeForce FX 5600]"
	Monitor		"SyncMaster"
	DefaultDepth	24	
	SubSection "Display"
		Depth		24
		Modes		"1440x900@60" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

In der System-->Präferenzen-->Bildschirmauflösung befinden sich übrigens nur die Werte 1024x768, 800x600, 640x480, 960x600 und 832x624, obwohl die gar nicht in meiner xorg.conf stehen ?( ...

Kann mir jemand helfen? Ich wäre echt dankbar!

LG
dutchman
 
linux-restricted-modules-generic und nvidia-glx nochmal installieren. Danach 'sudo nvidia-xconfig' ausführen. Wenn danach immernoch 'nv' als Treiber in der xorg.conf steht, dort als Treiber 'nvidia' eintragen und an's Ende der /etc/modules noch ein 'nvidia' in eine extra Zeile schreiben, damit das Kernel-Modul geladen wird. Spätestens dann solltest du wieder Widescreen-Auflösungen nutzen können.
 
Wunderbar, es funktioniert wieder!
Ich habe nur sudo apt-get dist-upgrade ausführen, nvidia-glx installieren, nvidia-xconfig ausführen und anschließend das @60 neben 1440x900 bei den 24-Bit Resolutions rausnehmen müssen. Danach x-server neu gestartet über Strg+Alt+Backspace und bei System-->Präferenzen-->Bildschirmauflösung 1440x900 auswählen müssen.

Danke sehr, hast mir jetzt zum zweiten mal das Leben gerettet, bitmuncher ;-) !

LG
dutchman
 
Zurück
Oben