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

External Monitor TiBook



Hi List

I am trying to configure my XFree86-config for an extra external screen (Eizo Flexscan L365):

My file looks like this:
/snip/
Section "Device"
Identifier      "Generic Video Card"
Screen          0
Driver          "ati"
BusID           "PCI:0:16:0"
Option          "UseFBDev"              "true"
EndSection
Section "Device"
Identifier      "Generic Video Card2"
Screen          1
Driver          "ati"
BusID           "PCI:0:16:0"
Option          "UseFBDev"              "true"
EndSection
Section "Monitor"
Identifier      "Generic Monitor"
HorizSync       59-63
VertRefresh     43-75
Option          "DPMS"
EndSection
Section "Monitor"
Identifier      "Generic Monitor2"
HorizSync       24-60
VertRefresh     55-75
Option          "DPMS"
EndSection

Section "Screen"
Identifier      "Default Screen"
Device          "Generic Video Card"
Monitor         "Generic Monitor"
DefaultDepth    24
SubSection "Display"
Depth           1
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           4
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           8
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           15
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           16
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           24
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier      "Default Screen2"
Device          "Generic Video Card2"
Monitor         "Generic Monitor2"
DefaultDepth    24
SubSection "Display"
Depth           1
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           4
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           8
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           15
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           16
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth           24
Modes           "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier      "Default Layout"
Screen          "Default Screen"
Screen          "Default Screen2" LeftOf " Default Screen"
InputDevice     "Generic Keyboard"
InputDevice     "Configured Mouse"
EndSection
/snip/

thanks for any help and hints
Zeno



Reply to: