Edward von Flottwell schreibt:

> Meine Top-Frage, weil mir die Augen sonst schmerzen:
> Wie konfiguriere ich den externen VGA-Port auf mehr als 1024x768?
> Stinknormale xorg.conf, i810 driver mit    Option "MonitorLayout"
> "CRT,NONE"

Hier ist die xorg.conf meines ThinkPads X41 mit i810-Chipset.  Die
Einstellungen für den externen Monitor sind auskommentiert, da ich
inzwischen wieder die interne und die externe Anzeige synchronisiere.
Außerdem ist die Konfiguration für OpenBSD.  Aber von der
Mauskonfiguration abgesehen, solltest Du den größten Teil der
Konfiguration nach Debian übernehmen können.

# vim:ts=8:ft=xf86conf
# $Id$
#
# xorg 6.8.2 configuration for an ibm thinkpad x41 running
# openbsd 3.9-current
#

Section "Module"
        Load            "dbe"
        SubSection      "extmod"
                Option  "omit XFree86-DGA"
        EndSubSection
        Load            "glx"
        Load            "record"
        Load            "xtrap"
        Load            "freetype"
        Load            "type1"
EndSection

Section "Files"
        RgbPath         "/usr/X11R6/lib/X11/rgb"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath        "/usr/local/lib/X11/fonts/mscorefonts/"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/local/lib/X11/fonts/ghostscript/"
EndSection

Section "InputDevice"
        Identifier      "Keyboard1"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "microsoftmult"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
        Option          "XkbOptions"    "ctrl:nocaps"
EndSection

Section "InputDevice"
        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Protocol"      "wsmouse"
        Option          "Device"        "/dev/wsmouse"
        Option          "ZAxisMapping"  "4 5"
EndSection

Section "Device"
        Identifier      "Card1"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Option          "MonitorLayout" "CRT,LFP"
        Option          "Clone"         "yes"
        Screen          0
EndSection

#Section "Device"
#       Identifier      "Card2"
#       Driver          "i810"
#       BusID           "PCI:0:2:0"
#       Option          "MonitorLayout" "CRT,LFP"
#       Option          "Clone"         "yes"
#       Screen          1
#EndSection

Section "Monitor"
        Identifier      "LCD"
        #Option         "DPMS"
EndSection

Section "Monitor"
        Identifier      "External Monitor"
        HorizSync       30-82
        VertRefresh     50-85
        #ModeLine       "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 
1066 +hsync +vsync
        Modeline        "[EMAIL PROTECTED]" 114.98 1280 1312 1744 1776 1024 
1045 1055 1076 
        #Option         "DPMS"
EndSection

Section "Screen"
        Identifier      "LCD"
        Device          "Card1"
        Monitor         "LCD"
        Subsection      "Display"
                Modes   "1024x768"
                Depth   16
        EndSubsection
EndSection

#Section "Screen"
#       Identifier      "VGA"
#       Device          "Card2"
#       Monitor         "External Monitor"
#       Subsection "Display"
#               Modes   "[EMAIL PROTECTED]"
#               Depth   16
#       EndSubsection
#EndSection

Section "ServerLayout"
        Identifier      "LCD with optional CRT"
        Screen          0               "LCD"
#       Screen          1               "VGA" LeftOf "LCD"
        InputDevice     "Mouse1"        "CorePointer"
        InputDevice     "Keyboard1"     "CoreKeyboard"
#       Option          "Xinerama"      "yes"
EndSection



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an