Hi All,<br> <br> 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?<br> Thanks. My xorg.conf file is below:<br> <br> Section "ServerLayout"<br> Identifier "Multihead layout"<br> Screen 0 "Screen0" 0 0<br> Screen 1 "Screen1" 0 0<br> InputDevice "Mouse0" "CorePointer"<br> InputDevice "Keyboard0" "CoreKeyboard"<br> Option "Xinerama" "on"<br> Option "Clone" "off"<br> Option "Rotate" "CW"<br> EndSection<br> <br> Section "Files"<br> <br>
# RgbPath is the location of the RGB database. Note, this is the name of the<br> # file minus the extension (like ".txt" or ".db"). 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> RgbPath "/usr/X11R6/lib/X11/rgb"<br> FontPath "unix/:7100"<br> EndSection<br> <br> Section "Module"<br> Load "wacom"<br> Load "dbe"<br> Load "extmod"<br> Load "fbdevhw"<br> Load "glx"<br> Load "record"<br> Load "freetype"<br> Load "type1"<br> Load "dri"<br> EndSection<br> <br> Section "InputDevice"<br> <br> Identifier
"Keyboard0"<br> Driver "kbd"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"<br> EndSection<br> <br> Section "InputDevice"<br> Identifier "Mouse0"<br> Driver "mouse"<br> Option "Protocol" "IMPS/2"<br> Option "Device" "/dev/input/mice"<br> Option "ZAxisMapping" "4 5"<br> Option "Emulate3Buttons" "yes"<br> EndSection<br> <br> Section "InputDevice"<br> Identifier "MouseUSB"<br> Driver "mouse"<br> Option "Protocol" "imps/2"<br>
Option "Device" "/dev/input/mice"<br> Option "Emulate3Buttons"<br> # Adds support for wheel<br> Option "ZAxisMapping" "4 5"<br> EndSection<br> <br> Section "Monitor"<br> Identifier "Monitor0"<br> VendorName "Monitor Vendor"<br> ModelName "BENQ V772"<br> DisplaySize 310 230<br> HorizSync 30.0 - 72.0<br> VertRefresh 50.0 - 120.0<br> Option "dpms"<br> EndSection<br> <br> Section "Monitor"<br>
Identifier "Monitor1"<br> VendorName "Sony"<br> ModelName "Sony CPD-15SX1"<br> HorizSync 30.0 - 65.0<br> VertRefresh 50.0 - 120.0<br> Option "dpms"<br> EndSection<br> <br> Section "Device"<br> Identifier "Videocard0"<br> Driver "nvidia"<br> VendorName "Videocard vendor"<br> BoardName "NVIDIA GeForce"<br> EndSection<br> <br> Section "Device"<br> Identifier "Videocard1"<br> Driver "nvidia"<br> VendorName "Videocard Vendor"<br>
BoardName "NVIDIA GeForce FX (generic)"<br> BusID "PCI:1:0:0"<br> Screen 1<br> EndSection<br> <br> Section "Screen"<br> Identifier "Screen0"<br> Device "Videocard0"<br> Monitor "Monitor0"<br> DefaultDepth 24<br> SubSection "Display"<br> Viewport 0 0<br> Depth 16<br> Modes "800x600" "640x480" "1024x768"<br> EndSubSection<br> SubSection "Display"<br> Viewport 0 0<br> Depth 24<br> Modes "1024x768" "800x600"
"640x480"<br> EndSubSection<br> EndSection<br> <br> Section "Screen"<br> Identifier "Screen1"<br> Device "Videocard1"<br> Monitor "Monitor1"<br> DefaultDepth 24<br> SubSection "Display"<br> Viewport 0 0<br> Depth 24<br> Modes "1024x768" "640x480"<br> EndSubSection<br> SubSection "Display"<br> Viewport 0 0<br> Depth 24<br> Modes "1024X768" "800x600" "640x480"<br> 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.