Announcement

Collapse
No announcement yet.

Disappearing cursor

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Disappearing cursor

    Managed to get my screen resolution to 1280x1024, but now whenever I log out and log back in as me or another user my cursor is no longer visable?!


    #2
    Re: Disappearing cursor

    To rule out the obvious: is the mouse still "there" in /etc/X11/xorg.conf ...?

    For comparison (only), following the relevant parts of my Kubuntu setup:

    Code:
    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 "ServerLayout"
        InputDevice   "Configured Mouse"
    EndSection

    Comment


      #3
      Re: Disappearing cursor

      Seems to be:

      Code:
      Section "Files"
      EndSection
      
      Section "InputDevice"
          Identifier   "Generic Keyboard"
          Driver     "kbd"
          Option     "CoreKeyboard"
          Option     "XkbRules"   "xorg"
          Option     "XkbModel"   "pc105"
          Option     "XkbLayout"   "gb"
      EndSection
      
      Section "InputDevice"
          Identifier   "Configured Mouse"
          Driver     "mouse"
          Option     "CorePointer"
          Option     "Device"        "/dev/input/mice"
          Option     "Protocol"       "ImPS/2"
          Option     "ZAxisMapping"     "4 5"
          Option     "Emulate3Buttons"    "true"
      EndSection
      
      Section "InputDevice"
          Driver     "wacom"
          Identifier   "stylus"
          Option     "Device"    "/dev/input/wacom"
          Option     "Type"     "stylus"
          Option     "ForceDevice"  "ISDV4"     # Tablet PC ONLY
      EndSection
      
      Section "InputDevice"
          Driver     "wacom"
          Identifier   "eraser"
          Option     "Device"    "/dev/input/wacom"
          Option     "Type"     "eraser"
          Option     "ForceDevice"  "ISDV4"     # Tablet PC ONLY
      EndSection

      Comment


        #4
        Re: Disappearing cursor

        And how about the server layout (see the bottom section of my previous post) ...?

        Comment


          #5
          Re: Disappearing cursor

          Actually, the cursor disappears the moment I log out.

          Originally posted by UnicornRider
          And how about the server layout (see the bottom section of my previous post) ...?
          No, it's not there. I added that logged out and then Ctrl+Alt+Backspace and got the command prompt (again ) restarted kdm and ended up with a black screen (flashing cursor top left), and no commands work.

          So I've taken it out again

          Comment


            #6
            Re: Disappearing cursor

            Hello Bauldrick,

            It's a bug in the driver, you need to turn HWCursor off - so the relevent part of xorg.conf should read:

            Section "Device"
            Identifier "nVidia Corporation C51 [GeForce 6150 LE]"
            Driver "nv"
            BusID "PCI:0:5:0"
            Option "HWCursor" "off"
            EndSection

            Comment

            Working...
            X