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

Re: Notebook und externer Monitor - Clone/Dualhead-Mode



Andreas Pakulat schrieb:
Na zeig dochmal her deine Konfiguration.

Gerne:
------------8<------------------schnipp------------------------------------------
# **********************************************************************
# Graphics device section
# **********************************************************************
#
Section "Device"
  Identifier  "Card1"
  Driver      "i810"
  boardname   "i810"
  vendorname  "Intel"
  BusID       "PCI:0:2:0"
  Option      "MonitorLayout"         "CRT,LFP"
  Option      "DevicePresence"        "yes"
  Screen      0
EndSection
Section "Device"
  Identifier  "Card2"
  Driver      "i810"
  boardname   "i810"
  BusID       "PCI:0:2:0"
  Screen      1
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************
#
Section "Monitor"
  Identifier  "Display 1"
       HorizSync       28-64
       VertRefresh     43-75
       Option          "DPMS"
EndSection

Section "Monitor"
       Identifier      "Display 2"
       HorizSync       31-64
       VertRefresh     56-75
       Option          "DPMS"
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
#
Section "Screen"
      Identifier      "Display 1"
      Device          "Card1"
      Monitor         "Display 1"
      DefaultDepth    24
      SubSection     "Display"
              Depth           24
              Modes           "1280x1024" "1024x768"
      EndSubSection
EndSection
Section "Screen"
      Identifier      "Display 2"
      Device          "Card2"
      Monitor         "Display 2"
      DefaultDepth    24
      SubSection "Display"
              Depth           24
              Modes           "1280x1024" "1024x768"
      EndSubSection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************
#
Section "ServerLayout"
      Identifier      "Layout"
      Screen          0 "Display 1"
      Screen          1 "Display 2" LeftOf "Display 1"
      Option          "Xinerama" "Off"
      Option          "Clone" "Off"
      InputDevice      "Generic Keyboard"
      InputDevice      "Configured Mouse"
EndSection


Section "DRI"
 Mode 0666
EndSection

Der Input/Modul/Font-Teil habe ich mir gespart.

Grüße

Edward



Reply to: