VirtualBox

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


Ignore:
Timestamp:
Sep 26, 2007 5:57:38 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24875
Message:

Made the Linux guest additions work with PCLinuxOS 2007

File:
1 edited

Legend:

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

    r4071 r5062  
    4646                    $in_section = 1;
    4747                }
     48                if ($section eq "serverlayout")
     49                {
     50                    $in_layout = 1;
     51                }
    4852            } else {
    4953                if ($line =~ /^\s*EndSection/i)
    5054                {
    5155                    $in_section = 0;
     56                    $in_layout = 0;
    5257                }
    5358            }
     
    6267
    6368                # Other drivers sending events interfere badly with pointer integration
    64                 if ($line =~ /^\s*driver\s+\"(?:alwayscore|sendcoreevents)\"/i)
     69                if ($line =~ /^\s*option\s+\"(?:alwayscore|sendcoreevents)\"/i)
    6570                {
    66                     $line = "\n";
     71                    $line = "";
    6772                }
    6873
     
    7075                {
    7176                    $line = "    Driver      \"vboxvideo\"\n";
     77                }
     78            }
     79            if ($in_layout)
     80            {
     81                # Other drivers sending events interfere badly with pointer integration
     82                if (   $line =~ /^\s*inputdevice.*\"(?:alwayscore|sendcoreevents)\"/i)
     83                {
     84                    $line = "";
    7285                }
    7386            }
Note: See TracChangeset for help on using the changeset viewer.

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