VirtualBox

Changeset 25174 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Dec 3, 2009 6:09:54 PM (15 years ago)
Author:
vboxsync
Message:

Additions/linux/installer: more xorg.conf hacking fixes - some old guests do not like /dev/input/mice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/Installer/x11config-new.pl

    r25109 r25174  
    2323my $new_mouse = 0;
    2424my $no_bak = 0;
     25my $old_mouse_dev = "/dev/psaux";
    2526
    2627foreach $arg (@ARGV)
     
    3738    {
    3839        $no_bak = 1;
     40    }
     41    elsif (lc($arg) eq "--nopsaux")
     42    {
     43        $old_mouse_dev = "/dev/input/mice";
    3944    }
    4045    else
     
    113118  Driver      "vboxmouse"
    114119  Option      "Buttons" "9"
    115   Option      "Device" "/dev/input/mice"
     120  Option      "Device" "$old_mouse_dev"
    116121  Option      "Name" "VirtualBox Mouse"
    117122  Option      "Protocol" "explorerps/2"
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