Results 1 to 5 of 5

Thread: dosbox help mouse cursor trapped in corner

  1. #1
    Join Date
    Dec 2005
    Beans
    733
    Distro
    Ubuntu 11.04 Natty Narwhal

    dosbox help mouse cursor trapped in corner

    Hi i am in Feisty Fawn with the repo version of dosbox installed.
    Its been in a while since i used it.
    But when i tried it today my mouse cursor for all my games vanished it was only after going full screen that i discovered it was in the lower right corner of the screen.
    It seems disabled and only the keyboard inputs work.
    As for other inputs like joysticks etc. they work but they have now become super sensitive just a nudge to the left or right sends sprites moving forever until you pull the opposite direction.
    When i was in Dapper i didn't experience this problem.

    Any ideas on what could be causing this?

  2. #2
    Join Date
    Jun 2008
    Beans
    51
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: dosbox help mouse cursor trapped in corner

    i am having the same problem you decribe when playing cretain games like super maryo chronicles, and tremulous etc.

    found some bugs that describe the problem:
    https://bugs.launchpad.net/ubuntu/+s....2/+bug/189958
    https://bugs.launchpad.net/ubuntu/ha...ev/+bug/205480

    it seems that starting the game/program with for example:

    Code:
    tremulous - export SDL_VIDEO_X11_DGAMOUSE=0
    works around the problem..i'll be investigating this further and report back

    EDIT

    adding this to xorg conf seems to fix it altogether:
    Code:
    Section "Module"
        SubSection "extmod"
            Option "omit xfree86-dga" # don't initialise the DGA extension
        EndSubSection
    hope this helps.
    Last edited by dli8ilb; October 5th, 2008 at 06:05 AM.

  3. #3
    Join Date
    Jan 2008
    Beans
    636
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: dosbox help mouse cursor trapped in corner

    well, the same thing happens in windows, the difference is you can alt+tab out of it in windows while in linux you cannot

    best way i know how to get access back is to do alt+enter (full screen) twice in order to get ur mouse to move again (which you ahve mentioned)

    you can disable the mouse lock somewhere in the dosbox .conf file but if ur running games, i highly recommend you to NOT deactivate it...... it will be like running a flash game that was written in flash player 6

  4. #4
    Join Date
    Mar 2006
    Beans
    1,107

    Re: dosbox help mouse cursor trapped in corner

    http://www.dosbox.com/wiki/FAQ

    DOSBox will capture your mouse when you click inside the display window (and you have autolock=true set in the Dosbox.conf). Simply press CTRL-F10 to release the mouse.
    Linux Hardware Boycott!
    How Many People Have you Converted To Linux?
    HD-DVD code:I cant tell you because I got an infraction for posting it here.

  5. #5
    Join Date
    Mar 2009
    Beans
    1

    Re: dosbox help mouse cursor trapped in corner

    Quote Originally Posted by dli8ilb View Post
    Code:
    Section "Module"
        SubSection "extmod"
            Option "omit xfree86-dga" # don't initialise the DGA extension
        EndSubSection
    hope this helps.
    This worked perfectly in 8 LTS

    Thanks!

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
  •