[PlanetCCRMA] multihead layout

sara lidgey slidgey@yahoo.ca
Thu May 18 10:02:02 2006


--0-1847117393-1147971703=:54410
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi All,
 
 I have an audio workstation setup with two monitors.  Its setup so that both monitors show identical screens.  It works perfectly except that the mouse only appears on one monitor.  Does anyone know how to get the mouse on both monitors?
 Thanks.  My xorg.conf file is below:
 
 Section "ServerLayout"
    Identifier     "Multihead layout"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option       "Xinerama" "on"
    Option       "Clone" "off"
    Option       "Rotate" "CW"
 EndSection
 
 Section "Files"
 
 # RgbPath is the location of the RGB database.  Note, this is the name of the
 # file minus the extension (like ".txt" or ".db").  There is normally
 # no need to change the default.
 # Multiple FontPath entries are allowed (they are concatenated together)
 # By default, Red Hat 6.0 and later now use a font server independent of
 # the X server to render fonts.
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath     "unix/:7100"
 EndSection
 
 Section "Module"
    Load  "wacom"
    Load  "dbe"
    Load  "extmod"
    Load  "fbdevhw"
    Load  "glx"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    Load  "dri"
 EndSection
 
 Section "InputDevice"
 
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option       "XkbModel" "pc105"
    Option       "XkbLayout" "us"
 EndSection
 
 Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option       "Protocol" "IMPS/2"
    Option       "Device" "/dev/input/mice"
    Option       "ZAxisMapping" "4 5"
    Option       "Emulate3Buttons" "yes"
 EndSection
 
 Section "InputDevice"
    Identifier  "MouseUSB"
    Driver      "mouse"
    Option       "Protocol" "imps/2"
    Option       "Device" "/dev/input/mice"
    Option       "Emulate3Buttons"
 # Adds support for wheel
    Option       "ZAxisMapping" "4 5"
 EndSection
 
 Section "Monitor"
         Identifier   "Monitor0"
         VendorName   "Monitor Vendor"
         ModelName    "BENQ V772"
         DisplaySize  310        230
         HorizSync    30.0 - 72.0
         VertRefresh  50.0 - 120.0
         Option      "dpms"
 EndSection
 
 Section "Monitor"
          Identifier   "Monitor1"
         VendorName   "Sony"
         ModelName    "Sony CPD-15SX1"
         HorizSync    30.0 - 65.0
         VertRefresh  50.0 - 120.0
         Option      "dpms"
 EndSection
 
 Section "Device"
    Identifier  "Videocard0"
    Driver      "nvidia"
    VendorName  "Videocard vendor"
    BoardName   "NVIDIA GeForce"
 EndSection
 
 Section "Device"
    Identifier  "Videocard1"
    Driver      "nvidia"
    VendorName  "Videocard Vendor"
    BoardName   "NVIDIA GeForce FX (generic)"
    BusID       "PCI:1:0:0"
    Screen      1
 EndSection
 
 Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
       Viewport   0 0
       Depth     16
       Modes    "800x600" "640x480" "1024x768"
    EndSubSection
    SubSection "Display"
       Viewport   0 0
       Depth     24
       Modes    "1024x768" "800x600" "640x480"
   EndSubSection
 EndSection
 
 Section "Screen"
    Identifier "Screen1"
    Device     "Videocard1"
    Monitor    "Monitor1"
    DefaultDepth     24
    SubSection "Display"
       Viewport   0 0
       Depth     24
       Modes    "1024x768" "640x480"
    EndSubSection
    SubSection "Display"
       Viewport   0 0
       Depth     24
       Modes    "1024X768" "800x600" "640x480"
    EndSubSection
 EndSection
 
 
 
 
		
---------------------------------
 All new Yahoo! Mail - 
---------------------------------
Get a sneak peak at messages with a handy reading pane.
--0-1847117393-1147971703=:54410
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hi All,<br> <br> I have an audio workstation setup with two monitors.&nbsp; Its setup so that both monitors show identical screens.&nbsp; It works perfectly except that the mouse only appears on one monitor.&nbsp; Does anyone know how to get the mouse on both monitors?<br> Thanks.&nbsp; My xorg.conf file is below:<br> <br> Section "ServerLayout"<br> &nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Multihead layout"<br> &nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; "Screen0" 0 0<br> &nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; "Screen1" 0 0<br> &nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; "Mouse0" "CorePointer"<br> &nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; "Keyboard0" "CoreKeyboard"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Xinerama" "on"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Clone" "off"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Rotate" "CW"<br> EndSection<br> <br> Section "Files"<br> <br>
 # RgbPath is the location of the RGB database.&nbsp; Note, this is the name of the<br> # file minus the extension (like ".txt" or ".db").&nbsp; There is normally<br> # no need to change the default.<br> # Multiple FontPath entries are allowed (they are concatenated together)<br> # By default, Red Hat 6.0 and later now use a font server independent of<br> # the X server to render fonts.<br> &nbsp;&nbsp; RgbPath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "/usr/X11R6/lib/X11/rgb"<br> &nbsp;&nbsp; FontPath&nbsp;&nbsp;&nbsp;&nbsp; "unix/:7100"<br> EndSection<br> <br> Section "Module"<br> &nbsp;&nbsp; Load&nbsp; "wacom"<br> &nbsp;&nbsp; Load&nbsp; "dbe"<br> &nbsp;&nbsp; Load&nbsp; "extmod"<br> &nbsp;&nbsp; Load&nbsp; "fbdevhw"<br> &nbsp;&nbsp; Load&nbsp; "glx"<br> &nbsp;&nbsp; Load&nbsp; "record"<br> &nbsp;&nbsp; Load&nbsp; "freetype"<br> &nbsp;&nbsp; Load&nbsp; "type1"<br> &nbsp;&nbsp; Load&nbsp; "dri"<br> EndSection<br> <br> Section "InputDevice"<br> <br> &nbsp;&nbsp; Identifier&nbsp;
 "Keyboard0"<br> &nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "kbd"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "XkbModel" "pc105"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "XkbLayout" "us"<br> EndSection<br> <br> Section "InputDevice"<br> &nbsp;&nbsp; Identifier&nbsp; "Mouse0"<br> &nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "mouse"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Protocol" "IMPS/2"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Device" "/dev/input/mice"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ZAxisMapping" "4 5"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Emulate3Buttons" "yes"<br> EndSection<br> <br> Section "InputDevice"<br> &nbsp;&nbsp; Identifier&nbsp; "MouseUSB"<br> &nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "mouse"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Protocol" "imps/2"<br> &nbsp;&nbsp;
 Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Device" "/dev/input/mice"<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Emulate3Buttons"<br> # Adds support for wheel<br> &nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ZAxisMapping" "4 5"<br> EndSection<br> <br> Section "Monitor"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp; "Monitor0"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp; "Monitor Vendor"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModelName&nbsp;&nbsp;&nbsp; "BENQ V772"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DisplaySize&nbsp; 310&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 230<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp; 30.0 - 72.0<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VertRefresh&nbsp; 50.0 - 120.0<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "dpms"<br> EndSection<br> <br> Section "Monitor"<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp; "Monitor1"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VendorName&nbsp;&nbsp; "Sony"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModelName&nbsp;&nbsp;&nbsp; "Sony CPD-15SX1"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HorizSync&nbsp;&nbsp;&nbsp; 30.0 - 65.0<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VertRefresh&nbsp; 50.0 - 120.0<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "dpms"<br> EndSection<br> <br> Section "Device"<br> &nbsp;&nbsp; Identifier&nbsp; "Videocard0"<br> &nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "nvidia"<br> &nbsp;&nbsp; VendorName&nbsp; "Videocard vendor"<br> &nbsp;&nbsp; BoardName&nbsp;&nbsp; "NVIDIA GeForce"<br> EndSection<br> <br> Section "Device"<br> &nbsp;&nbsp; Identifier&nbsp; "Videocard1"<br> &nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "nvidia"<br> &nbsp;&nbsp; VendorName&nbsp; "Videocard Vendor"<br>
 &nbsp;&nbsp; BoardName&nbsp;&nbsp; "NVIDIA GeForce FX (generic)"<br> &nbsp;&nbsp; BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "PCI:1:0:0"<br> &nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br> EndSection<br> <br> Section "Screen"<br> &nbsp;&nbsp; Identifier "Screen0"<br> &nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; "Videocard0"<br> &nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp; "Monitor0"<br> &nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br> &nbsp;&nbsp; SubSection "Display"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 16<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; "800x600" "640x480" "1024x768"<br> &nbsp;&nbsp; EndSubSection<br> &nbsp;&nbsp; SubSection "Display"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; "1024x768" "800x600"
 "640x480"<br> &nbsp; EndSubSection<br> EndSection<br> <br> Section "Screen"<br> &nbsp;&nbsp; Identifier "Screen1"<br> &nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; "Videocard1"<br> &nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp; "Monitor1"<br> &nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br> &nbsp;&nbsp; SubSection "Display"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; "1024x768" "640x480"<br> &nbsp;&nbsp; EndSubSection<br> &nbsp;&nbsp; SubSection "Display"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; "1024X768" "800x600" "640x480"<br> &nbsp;&nbsp; EndSubSection<br> EndSection<br> <br> <br> <br> <p>
		<hr size=1> <a href="http://us.rd.yahoo.com/evt=40705/*http://mrd.mail.yahoo.com/try_beta?.intl=ca"><b>All new Yahoo! Mail - </b></a>
<hr size=1>Get a sneak peak at messages with a handy reading pane.
--0-1847117393-1147971703=:54410--