Niando
Grünschnabel
Hallo,
Bei meinem Laptop habe ich ein Problem mit der Bildschirmaufloesung. Ich kann mit KDE (3.5.7) eine maximale Aufloesung von 1152x864 waehlen. Mein Monitor schafft aber 1440x900. Folgenden Treiber habe ich fuer meine Mobility Radeon X700 mom. installiert:
x11-drivers/ati-drivers-8.443.1-r1
Im ATI-Controlzentrum wird auch angezeigt, dass meine Bildschirmaufloesung maximal 1440x900 ist. In der xorg.conf habe ich auch diese schon mal explizit angegeben. Aber auch dies hat leider nichts gebracht. Die maximal waehlbare Aufloesung ist immer noch 1152x864. Wenn ich einen externen Monitor anschliesse ist eine bessere Aufloesung waehlbar. Ich hatte das mit einem 1280X1024 Monitor getestet. Meine xorg.conf sieht mom. wie folgt aus:
Hat jemand eine Idee, woran das liegen koennte?
Danke und Gruesse, Niando
Bei meinem Laptop habe ich ein Problem mit der Bildschirmaufloesung. Ich kann mit KDE (3.5.7) eine maximale Aufloesung von 1152x864 waehlen. Mein Monitor schafft aber 1440x900. Folgenden Treiber habe ich fuer meine Mobility Radeon X700 mom. installiert:
x11-drivers/ati-drivers-8.443.1-r1
Im ATI-Controlzentrum wird auch angezeigt, dass meine Bildschirmaufloesung maximal 1440x900 ist. In der xorg.conf habe ich auch diese schon mal explizit angegeben. Aber auch dies hat leider nichts gebracht. Die maximal waehlbare Aufloesung ist immer noch 1152x864. Wenn ich einen externen Monitor anschliesse ist eine bessere Aufloesung waehlbar. Ich hatte das mit einem 1280X1024 Monitor getestet. Meine xorg.conf sieht mom. wie folgt aus:
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]" 0 0
Screen "aticonfig-Screen[1]" Above "aticonfig-Screen[0]"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "dri"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Name" "USB Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Generic"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "TwinView" "on"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Hat jemand eine Idee, woran das liegen koennte?
Danke und Gruesse, Niando