Pendergast
Erfahrenes Mitglied
Servus,
ich habe mir einen neuen Monitor gegönnt (Dell 2005FPW). Allerdings komme ich nicht in den Genuss der versprochenen 1680x1050-Auflösung. Wenn ich die Bildschirmauflösung im Einstellungsmenü ändern möchte, steht da einzig 848x480@28651 Hz zur Auswahl.
Die Distribution ist Fedora Core 5, und gleich folgt meine xorg.conf. Kann mir jemand weiterhelfen?
ich habe mir einen neuen Monitor gegönnt (Dell 2005FPW). Allerdings komme ich nicht in den Genuss der versprochenen 1680x1050-Auflösung. Wenn ich die Bildschirmauflösung im Einstellungsmenü ändern möchte, steht da einzig 848x480@28651 Hz zur Auswahl.
Die Distribution ist Fedora Core 5, und gleich folgt meine xorg.conf. Kann mir jemand weiterhelfen?
Code:
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Dell 2005FPW (Digital)"
DisplaySize 340 270
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "ati"
VendorName "Videocard vendor"
BoardName "ATI Technologies Inc R423 UK [Radeon X800SE (PCIE)]"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1680x1050" "1280x800"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050" "1280x800"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection