VirtualBox

Ignore:
Timestamp:
Jul 2, 2009 2:45:00 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49462
Message:

Additions: Mouse polling support in Solaris kernel module and minor common code changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/Installer/x11config15sol.pl

    r18907 r21170  
    7777                }
    7878
    79                 # Solaris specific: /dev/kdmouse for PS/2 and not /dev/mouse
     79                # Solaris specific: Use /dev/vboxguest for Xorg 1.5.3+
    8080                if ($os_type =~ 'SunOS')
    8181                {
    8282                    if ($line =~ /^\s*option\s+\"(?:device)\"\s+\"(?:\/dev\/kdmouse)\"/i)
    8383                    {
    84                         $line = "    Option      \"Device\" \"\/dev\/mouse\"\n"
     84                        $line = "    Option      \"Device\" \"\/dev\/vboxguest\"\n"
     85                    }
     86
     87                    if ($line =~ /^\s*option\s+\"(?:device)\"\s+\"(?:\/dev\/mouse)\"/i)
     88                    {
     89                        $line = "    Option      \"Device\" \"\/dev\/vboxguest\"\n"
    8590                    }
    8691                }
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