staging.inyokaproject.org

laptop monitor geht nicht mehr mit nativer auflösung

Status: Ungelöst | Ubuntu-Version: Kubuntu 7.10 (Gutsy Gibbon)
Antworten |

k-b

Avatar von k-b

Anmeldungsdatum:
7. Dezember 2007

Beiträge: Zähle...

hoi.
gerade mal die xorg modifizieren wollen, zwecks dual monitoring.
allerdings geht mein laptopmonitor nicht mehr in nativer auflösung. er stellt sich immer nur auf 1024x768 (kde systemeinstellungen sagen das, und man merkts auch).
der zweite monitor hingegen funktioniert wunderbar.
weiss nicht was ich noch tun soll..

Section "Device"
        Identifier      "intel0"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Screen          0

   Option   "MonitorLayout"   "CRT,LFP"
 # Option "DevicePresence" "true"

EndSection

Section "Monitor"
        Identifier      "intern"
        Option          "DPMS"

EndSection

Section "Screen"
        Identifier      "laptop"
        Device          "intel0"
        Monitor         "intern"
        DefaultDepth    24
        SubSection "Display"
                Modes           "1280x800"
                Depth           24
        EndSubSection
  EndSection

Section "Device"
        Identifier      "intel1"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Screen          1
EndSection

Section "Monitor"
        Identifier      "extern"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "vga"
        Device          "intel1"
        Monitor         "extern"
        DefaultDepth    24
        SubSection "Display"
                Modes           "1280x1024"
                Depth           24
        EndSubSection
EndSection
                                    
Section "ServerLayout"
        Identifier      "Default Layout"

#       Screen          0 "laptop" 0 0
#       Screen          1 "vga" RightOf "laptop"
        Screen 0 "laptop" 0 0
        Screen 1 "vga" RightOf "laptop"

        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"

# Uncomment if you have a wacom tablet
#       InputDevice     "stylus"        "SendCoreEvents"
#       InputDevice     "cursor"        "SendCoreEvents"
#       InputDevice     "eraser"        "SendCoreEvents"
#       InputDevice     "Synaptics Touchpad"
EndSection
~
                                                                             
Antworten |