Home  |  About  | Last |  Submit  |  Contact
AllQuests.com

Previous Question:  Problems installing Speedtouch 330  Desktop EnvironmentsNext Question:  [ubuntu] Sounds  Absolute Beginner Talk
Question Mouse cursor does not change to different icons hand etc. on dual monitor setup ( Ubuntu Forums Desktop Environments )
Updated: 2008-11-23 01:50:02 (2)
Mouse cursor does not change to different icons hand etc. on dual monitor setup

Recently I updated all my packages to the latest version including xorg-server-core version 10.4. The cursor icon will not change to the appropriate cursor on "Screen 0" when it should, for example hovernig over a link or hovering over a text box.

Example:
When dragging a window from my left screen to my right screen the dragging hand icon for the cursor will remain until I move the cursor back to my left screen.

I suspect it has something to do with my xorg.cong file so I've included it below. Also I am using the "Kubuntu Human" theme for my mouse, however the same situation occurs if no theme is applied.

Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
        Identifier     "Multihead"
        Screen         "screen1"
        Screen         "screen0" RightOf "screen1"
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
        Option "Xinerama"
EndSection

Section "Files"

        # path to defoma fonts
        FontPath     "/usr/share/X11/fonts/misc"
        FontPath     "/usr/share/X11/fonts/cyrillic"
        FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/share/X11/fonts/Type1"
        FontPath     "/usr/share/X11/fonts/100dpi"
        FontPath     "/usr/share/X11/fonts/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "i2c"
        Load  "bitmap"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "type1"
        Load  "vbe"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ExplorerPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
        Identifier  "stylus"
        Driver      "wacom"
        Option      "Device" "/dev/wacom"          # Change to
        Option      "Type" "stylus"
        Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
        Identifier  "eraser"
        Driver      "wacom"
        Option      "Device" "/dev/wacom"          # Change to
        Option      "Type" "eraser"
        Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
        Identifier  "cursor"
        Driver      "wacom"
        Option      "Device" "/dev/wacom"          # Change to
        Option      "Type" "cursor"
        Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
        Identifier   "LG0"
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "LG1"
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "ati0"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        BusID       "PCI:1:0:0"
        Screen      0
EndSection

Section "Device"
        Identifier  "ati1"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Identifier "screen1"
        Device     "ati1"
        Monitor    "LG1"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "screen0"
        Device     "ati0"
        Monitor    "LG0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection
If there is any more information needed, let me know. Thanks.

Answers: Mouse cursor does not change to different icons hand etc. on dual monitor setup ( Ubuntu Forums Desktop Environments )
Mouse cursor does not change to different icons hand etc. on dual monitor setup

Mine for mouse is exact as yours for Server Layout and InputDevice for mouse.
I am using dual monitor for nvidia tho. And I noticed that you are not using the ati drivers but the fglrx which is for xgl? That could be the problem.

I have one section at bottom that you don't have:

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

Don't know if that applies to you tho.

Sorry couldn't be more help.

orb9220

Mouse cursor does not change to different icons hand etc. on dual monitor setup

Thanks for the reply. The "ServerLayout" section is at the top of my xorg.conf file. You're probably right that it's related to my graphic card drivers as the recent update have affected it. I'll try to get those working and post if the issue still persists.

zazery

Previous Question:  Problems installing Speedtouch 330  Ubuntu Forums  Desktop EnvironmentsNext Question:  [ubuntu] Sounds  Ubuntu Forums  Absolute Beginner Talk

- Source: Mouse cursor does not change to different icons hand etc. on dual monitor setup Ubuntu Forums Desktop Environments
- Previous Question: Problems installing Speedtouch 330 Ubuntu Forums Desktop Environments
- Next Question: [ubuntu] Sounds Ubuntu Forums Absolute Beginner Talk





AllQuests.com