VirtualBox

Changeset 39809 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Jan 19, 2012 1:37:03 PM (13 years ago)
Author:
vboxsync
Message:

Additions/x11/vboxmouse: use the new mouse driver for XFree86 too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd-x11.sh

    r39786 r39809  
    292292    # We need to tell our xorg.conf hacking script whether /dev/psaux exists
    293293    nopsaux="--nopsaux"
    294     test -c /dev/psaux && nopsaux=""
     294    case "`uname -r`" in 2.4.*)
     295        test -c /dev/psaux && nopsaux="";;
     296    esac
    295297    # The video driver to install for X.Org 6.9+
    296298    vboxvideo_src=
     
    407409            vboxmouse_src=vboxmouse_drv.o
    408410            automouse=""
    409             newmouse=""
    410411            ;;
    411412        * )
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette