VirtualBox

Changeset 6272 in vbox


Ignore:
Timestamp:
Jan 8, 2008 10:40:30 AM (17 years ago)
Author:
vboxsync
Message:

Guest Additions: make the installer work on Kubuntu 8.04 alpha 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/x11config.pl

    r5999 r6272  
    6363                if ($line =~ /^\s*driver\s+\"(?:mouse|vboxmouse)\"/i)
    6464                {
    65                     $line = "    Driver      \"vboxmouse\"\n";
     65                    $line = "    Driver      \"vboxmouse\"\n    Option      \"CorePointer\"\n";
    6666                    $have_mouse = 1
    6767                }
    6868
    6969                # Other drivers sending events interfere badly with pointer integration
    70                 if ($line =~ /^\s*option\s+\"(?:alwayscore|sendcoreevents)\"/i)
     70                if ($line =~ /^\s*option\s+\"(?:alwayscore|sendcoreevents|corepointer)\"/i)
    7171                {
    7272                    $line = "";
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