Results 1 to 6 of 6

Thread: Mouse cursor stick to the center of the screen!

Hybrid View

  1. #1
    Join Date
    May 2013
    Beans
    154
    Distro
    Ubuntu

    Mouse cursor stick to the center of the screen!

    Most OpenGL games unable to use the mouse through it because it always stick to the center of the screen!

    How can I fix this issue?

    P.S.
    • For example supertux suffer from this issue while supertuxkart works fine!.
    • This issue appears in Full Screen mode.
    • I faced this issue on different PCs with different hardware.

  2. #2
    Join Date
    May 2013
    Beans
    154
    Distro
    Ubuntu

    Re: Mouse cursor stick to the center of the screen!

    Bump it I'm still stuck to this issue

  3. #3
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Mouse cursor stick to the center of the screen!

    what GPU do you have?
    Code:
    sudo lshw -C display
    Last edited by dannyboy79; October 27th, 2013 at 04:48 PM. Reason: sorry, wrong class :(

  4. #4
    Join Date
    May 2013
    Beans
    154
    Distro
    Ubuntu

    Re: Mouse cursor stick to the center of the screen!

    Code:
    *-multimedia            
           description: Audio device
           product: 6 Series/C200 Series Chipset Family High Definition Audio Controller
           vendor: Intel Corporation
           physical id: 1b
           bus info: pci@0000:00:1b.0
           version: 04
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list
           configuration: driver=snd_hda_intel latency=0
           resources: irq:45 memory:f7400000-f7403fff

  5. #5
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Mouse cursor stick to the center of the screen!

    for future reference, when someone asks about your GPU that means they want to know what Graphics Card you're using. GPU stands for Graphics Processing Unit. So what you pasted is your Audio card. I made a mistake and asked for the wrong class from lshw, I need to see the display class. My fault.
    Code:
    sudo lshw -C display
    Mine returns
    Code:
    *-display               
           description: VGA compatible controller
           product: GT218 [GeForce 8400 GS Rev. 3]
           vendor: NVIDIA Corporation
           physical id: 0
           bus info: pci@0000:02:00.0
           version: a2
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
           configuration: driver=nvidia latency=0
           resources: irq:24 memory:fd000000-fdffffff memory:c0000000-cfffffff memory:dc000000-ddffffff ioport:cc00(size=128) memory:fe980000-fe9fffff
    Last edited by dannyboy79; October 27th, 2013 at 04:49 PM.

  6. #6
    Join Date
    May 2013
    Beans
    154
    Distro
    Ubuntu

    Re: Mouse cursor stick to the center of the screen!

    Oh silly me

    Code:
    *-display               
           description: VGA compatible controller
           product: 2nd Generation Core Processor Family Integrated Graphics Controller
           vendor: Intel Corporation
           physical id: 2
           bus info: pci@0000:00:02.0
           version: 09
           width: 64 bits
           clock: 33MHz
           capabilities: msi pm vga_controller bus_master cap_list rom
           configuration: driver=i915 latency=0
           resources: irq:49 memory:fe000000-fe3fffff memory:c0000000-cfffffff ioport:f000(size=64)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •