LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No cursor in KDE (https://www.linuxquestions.org/questions/linux-newbie-8/no-cursor-in-kde-508179/)

flatracer 12-07-2006 07:49 AM

No cursor in KDE
 
After getting Mandriva 2007 to install, I ran into a couple of problems. The first being caused by me not checking the screen resolution at the end of the install. When I booted, I couldn't see anything because the resolution and refresh rate were not compatible with my monitor. I fixed that, but noticed that there is no cursor when KDE starts. If you move the mouse, and it moves over a button, the button will highlight, but there is no cursor, it invisible. Also, when a window opens, the little clock that shows KDE is working on a command is visible, but goes away when completed. Has anyone else run into this problem? I'm wondering if I'll have to do another install the fix this. Any help will be greatly appreciated.

bigrigdriver 12-07-2006 07:59 AM

If you can get into the Kde Control Center, click on Peripherals - Mouse and try to configure it.

From the keyboard, with the Kde menu displayed, use the up and down arrow keys to select menu items, then press enter.

flatracer 12-07-2006 10:28 AM

Tried everything I could in KDE, but no luck. Kind of difficult to see where the cursor is, and the arrow keys don't always move the cursor depending on the menu presented.

weibullguy 12-07-2006 10:57 AM

Bet ya' a nickel you have an nVidia GPU. It's a known bug, but apparently not well known. It doesn't matter whether you use the 'nv' or the 'nvidia' drivers. It's an easy fix though.

  • Open a root terminal session or change to the root account from a standard terminal session.
  • Edit the X Windows configuration file.
Code:

root@weibullone ~ # nano -w /etc/X11/xorg.conf
  • Revise the "Device" section as follows:
Code:

Section"Device"
        Identifier  "Videocard0"
        Driver      "nv"
        VendorName  "Videocard vendor"
        BoardName  "nVidia Corporation C51 PCI Express Bridge"
        ## See RedHat Bug #182517
        Option      "HWCursor" "off"
        EndSection

  • Save the file and exit nano (or whatever you use).
  • Log out and log back in. Your mouse pointer should be restored.

Note: If you have this fix in place and install Compiz/XGL, you'll find that the mouse pointer disappears. Reverse this fix under Compiz/XGL.

flatracer 12-08-2006 09:50 AM

Arow,
Thanks for the the responce. I tried your suggestion, but no luck. I edited the file but still have no cursor. The funny thing is that in KMag, there is a cursor.

This is getting a little frustrating, but I guess I'll keep plodding along. The upside is I'm getting good at navigating the Desktop without a cursor. Sort of like Blind Mans Bluff.

flatracer 12-08-2006 11:33 AM

Arow
After the second reboot, the cursor came up. Many thanks for the help


All times are GMT -5. The time now is 11:03 AM.