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

Re: Laptop + externer Monitor = geht nicht



Am Montag, 31. März 2008 19:28 schrieb Goran:
> N'abend Liste,
>
> nun hab' ich mich den halben Tag mit der xorg.conf rumgeschlagen und nix
> errreicht. Und zwar habe ich heute einen 24"-tft-Monitor bekommen.
> Schönes Ding... lÀuft aber nich'.
>
> Unten habe ich meine xorg.conf in Teilen gepostet. Kann mir jemand einen
> Fehler benennen? Ich find keinen mehr. Oder evtl. kann jemand, der
> ebenfalls den i810-Treiber benötigt mir seine funktionierende xorg.conf
> schicken?
>
> Zu sagen ist das der Xserver abbreicht mit der Meldung das er VBE nicht
> laden kann. Ein Rauswurf der Option VBE in der xorg.conf hilft nicht...
> Fehlermeldung bleibt bestehen.
>
> Die Hardware ist der Dell Laptop D505 mit 855GM-Intel-Chipsatz-Grafik
> und der Dell Monitor 2408WFP.
>
> FÃŒr jeden Rat dankbar!
>
> Goran
Hallo, 

ich habe zwar keinen Monitor an den DELL Latitude D520 sondern einen Beamer 
angeschlossen, aber der funktioniert. Vielleicht hilft Dir meine xorg.conf.

Gruß
Bernd

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "basic"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
#       Option          "Emulate3Buttons"       "true"
# neue Eintraege
        Option          "BaudRate"              "1200"
        Option          "SampleRate"            "60"
        Option          "ZAxisMapping"          "4 5" # scrollrad
        Option          "Buttons"               "5"
EndSection

#Section "InputDevice"
#       Identifier      "Synaptics Touchpad"
#       Driver          "synaptics"
#       Option          "SendCoreEvents"        "true"
#       Option          "Device"                "/dev/psaux"
#       Option          "Protocol"              "auto-dev"
#       Option          "HorizScrollDelta"      "0"
#EndSection

# wenn grafik nicht geht:
# achtung: evtl. muss eine eigene udev-regel geschrieben werden
# siehe datei touchpad-input-devices bei 
# http://ubuntuforums.org/showpost.php?p=466023&postcount=50

Section "InputDevice"
        Identifier      "Alps Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/event2"
        Option          "Protocol"              "event"
        Option "LeftEdge" "120"
        Option "RightEdge" "830"
        Option "TopEdge" "120"
        Option "BottomEdge" "650"
        Option "FingerLow" "14"
        Option "FingerHigh" "15"
        Option "MaxTapTime" "180"
        Option "MaxTapMove" "110"
        Option "ClickTime" "0"
        Option "EmulateMidButtonTime" "75"
        Option "VertScrollDelta" "10"
        Option "HorizScrollDelta" "0"
        Option "MinSpeed" "0.45"
        Option "MaxSpeed" "0.75"
        Option "AccelFactor" "0.020"
        Option "EdgeMotionMinSpeed" "200"
        Option "EdgeMotionMaxSpeed" "200"
        Option "UpDownScrolling" "1"
        Option "CircularScrolling" "0"
        Option "CircScrollDelta" "0.1"
        Option "CircScrollTrigger" "2"
        Option "SHMConfig" "true"
EndSection


Section "Device"
        Identifier      "Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated Graphics Controller"
        Driver          "i810"
        BusID           "PCI:0:2:0"
# aus der xorg.0.log Datei empfohlen
#       Option          "DisplayInfo"           "FALSE"
# folgende Zeilen Test:
        Option          "AccelMethod"           "EXA"
        Option          "clone"                 "true"
        Option          "MonitorLayout"         "CRT,LFP"

EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        Option          "DPMS"
       Identifier      "Standardbildschirm"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60

EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated Graphics Controller"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Alps Touchpad"
EndSection

Section "DRI"
        Mode    0666


Reply to: