[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Laptop + externer Monitor = geht nicht



Jetzt hab' ich die xorg.conf verpeilt, ich Esel!

Hier nu' aber (die auskommentierten Einstellungen hab' ich zum
experimentieren genutzt):

[...]

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

[...]

Section "Device"
        Identifier      "Intel 82852/855GM Interface 0"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Screen          0
        Option          "MonitorLayout" "DFP,LFP"
EndSection

Section "Device"
        Identifier      "Intel 82852/855GM Interface 1"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Screen          1
        Option          "MonitorLayout" "DFP,LFP"
EndSection

Section "Monitor"
        Identifier      "Samsung LTN150PG-L02 Flat Panel Monitor"
        Option          "DPMS"
        HorizSync       28-70
        VertRefresh     43-60
EndSection

Section "Monitor"
        Identifier      "Dell 2408WFP Flat Panel Monitor"
        Option          "DPMS"
#       Option          "Rotate" "CW"
        ModeLine        "1920x1200" 154.00 1920 1968 2000 2080 1200 1203
1209 1235 -HSync +VSync
#       HorizSync       30-83
#       VertRefresh     56-76   
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel 82852/855GM Interface 0"
        Monitor         "Samsung LTN150PG-L02 Flat Panel Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1400x1050"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "External Screen"
        Device          "Intel 82852/855GM Interface 1"
        Monitor         "Dell 2408WFP Flat Panel Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1920x1200"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          0 "Default Screen"
#       Screen          1 "External Screen" RightOf "Default Screen"
        Option          "Xinerama"      "on"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection

Section "DRI"
        Mode    0666
EndSection



Reply to: