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

Re: xinerama + radeon mobility 7500 M7 + laptop + external [LCD | SONY multiscan CRT]



> http://www.linux-1u.net/X11/XF86Config.Examples/XF86Config.DualHead-Sony-G550

Bloody legend (as some of us in Australia might say :).

That link did it for me, with its example. I'd read the HOWTO
examples, and others, and hadn't figured it out. For future
reference, here's the relevant sections of my current Radeon
7500 Xinerama laptop config (working with the SONY):

Section "Monitor"
   Identifier  "Laptop"
   VendorName  "Dell"
   ModelName   "Inspiron 8100 Screen"
EndSection
                                                                                                       
Section "Monitor"
   #DisplaySize     400   300 # mm
   Identifier   "Sony"
   VendorName   "SNY"
   ModelName    "CPD-G500"
   Option       "DPMS"
EndSection
                                                                                                       
Section "Screen"
   Identifier  "Screen 0"
   Device      "Card0"
   Monitor     "Laptop"
   DefaultDepth   24
   SubSection "Display"
      Depth    16
      Modes    "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth    24
      Modes    "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection
                                                                                                       
Section "Screen"
   Identifier  "Screen 1"
   Device      "Card1"
   Monitor     "Sony"
   DefaultDepth   24
   SubSection "Display"
      Depth    16
      Modes    "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth    24
      Modes    "1600x1200" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection
                                                                                                       
Section "ServerLayout"
   Identifier  "Default Layout"
   Screen      0 "Screen 0" 0 0
   Screen      1 "Screen 1" RightOf "Screen 0"
   InputDevice "Generic Keyboard"
   InputDevice "Configured Mouse"
   InputDevice "Generic Mouse"
EndSection

Section "ServerFlags"
   # use startx -- [:1] +xinerama instead for testing
   Option "Xinerama" "ON"
EndSection
                                                                                                       
Section "Device"
# http://www.xfree86.org/4.3.0/radeon.4.html
   Identifier  "Card0"
   Driver      "radeon"
   VendorName  "ATI"
   BoardName   "Radeon Mobility 7500"
   BusID       "PCI:1:0:0"
   Screen      0
#  AGPMode     2
#  AGPFastWrite "true"
#  ForcePCIMode "true"
#  DDCMode     "true"
#  CloneDisplay 0
#  CloneMode   ""
#  PanelOff    "true"
#  EnablePageFlip "true
EndSection
                                                                                                       
Section "Device"
# http://www.xfree86.org/4.3.0/radeon.4.html
   Identifier  "Card1"
   Driver      "radeon"
   VendorName  "ATI"
   BoardName   "Radeon Mobility 7500"
   BusID       "PCI:1:0:0"
   Screen      1
EndSection

-----------------
The interesting thing to note is that there really must be two
Device sections, even though there is only one card. I had read
this in the man page, but my attempts to make that work didn't
work.

Next: to plug in the NEC LCD.

thanks
zen



Reply to: