LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   unvisible mouse cursor on second monitor (https://www.linuxquestions.org/questions/linux-general-1/unvisible-mouse-cursor-on-second-monitor-182339/)

sm.berg 05-17-2004 03:09 AM

unvisible mouse cursor on second monitor
 
My system is running with Red Hat Enterprise WS 3.0.
I configured 2 monitors in the XF86Config File and start XDM as Display
manager. My video-card is a Matrox G200 quad.
When I login and start my application on two monitors I have the following
problems with the second monitor:
1. I don't see the mouse cursor in the root window.
2. I don't see the mouse cursor in input fields of client windows. In other
parts of the client windows the mouse cursor is visible.

Have anybody an idee that help me?

here is my XF86Config File:
# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe" # Double-buffering
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "prex5"
Load "record"
EndSection

Section "ServerFlags"
Option "DontZap" "true"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"

Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "HP A4331A"
HorizSync 30.0 - 82.0
VertRefresh 48.0 - 150.0
EndSection

Section "Monitor"

#Option "dpms"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "HP A4331A"
HorizSync 30.0 - 82.0
VertRefresh 48.0 - 150.0
EndSection


Section "Device"
Identifier "Card0"
Driver "mga"
VendorName "Matrox"
BoardName "Matrox Millennium G200"
BusID "PCI:3:0:0"
EndSection

Section "Device"
Identifier "Card1"
Driver "mga"
VendorName "Matrox"
BoardName "MGA G200"
VideoRam 8192
BusID "PCI:3:4:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 8
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 8
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Mara 05-17-2004 05:17 PM

Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.
Member Intro forum is a good place to say hello, but questions should be posted to other forums.


All times are GMT -5. The time now is 01:45 AM.