Changeset 69348 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Oct 26, 2017 1:47:29 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 1 added
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Installer/x11config.pl
r32388 r69348 1 1 #!/usr/bin/perl -w 2 # $Id$ 3 ## @file 4 # Guest Additions X11 config update script 2 5 # 3 # Guest Additions X11 config update script 6 4 7 # 5 8 # Copyright (C) 2006-2010 Oracle Corporation -
trunk/src/VBox/Additions/x11/Installer/x11config.sh
r50312 r69348 1 1 #!/bin/sh 2 # $Id$ 3 ## @file 4 # Guest Additions X11 config update script 2 5 # 3 # Guest Additions X11 config update script 6 4 7 # 5 8 # Copyright (C) 2006-2012 Oracle Corporation -
trunk/src/VBox/Additions/x11/Installer/x11config15.pl
r32388 r69348 1 1 #!/usr/bin/perl -w 2 # $Id$ 3 ## @file 4 # Guest Additions X11 config update script for X.org 1.5 2 5 # 3 # Guest Additions X11 config update script for X.org 1.5 6 4 7 # 5 8 # Copyright (C) 2006-2010 Oracle Corporation -
trunk/src/VBox/Additions/x11/Installer/x11config15sol.pl
-
Property svn:keywords
changed from
Id
toId Revision
r50345 r69348 1 1 #!/usr/bin/perl 2 # $Id$ 3 ## @file 4 # Guest Additions X11 config update script 2 5 # 3 # Guest Additions X11 config update script 6 4 7 # 5 8 # Copyright (C) 2006-2012 Oracle Corporation … … 60 63 } 61 64 } 62 63 65 else 66 { 64 67 if ($line =~ /^\s*EndSection/i) 65 68 { -
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/x11/Installer/x11config15suse.pl
r32388 r69348 1 1 #!/usr/bin/perl -w 2 # $Id$ 3 ## @file 4 # Guest Additions X11 config update script 2 5 # 3 # Guest Additions X11 config update script 6 4 7 # 5 8 # Copyright (C) 2006-2010 Oracle Corporation -
trunk/src/VBox/Additions/x11/Installer/x11restore.pl
-
Property svn:keywords
changed from
Revision
toRevision Id
r44528 r69348 1 1 #!/usr/bin/perl -w 2 # $Revision$ 2 # $Id$ 3 ## @file 4 # Restore xorg.conf while removing Guest Additions. 3 5 # 4 # Restore xorg.conf while removing Guest Additions. 6 5 7 # 6 8 # Copyright (C) 2008-2012 Oracle Corporation -
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/x11/Makefile.kmk
r69111 r69348 4 4 # 5 5 6 # 6 7 # Copyright (C) 2006-2017 Oracle Corporation 7 8 # -
trunk/src/VBox/Additions/x11/VBoxClient/display-svga.cpp
r68664 r69348 26 26 * including at log-in screens. Test GNOME Shell Wayland and GNOME Shell 27 27 * under X.Org or Unity or KDE at the log-in screen and after log-in. 28 * - Linux 4.10 changed the user-kernel-ABI introduced in 4.6: test both. 28 * - Linux 4.10 changed the user-kernel-ABI introduced in 4.6: test both. 29 29 * - On other guests (than Linux 4.6 or later) running X.Org Server 1.3 or 30 30 * later, VBoxClient --vmsvga should never be running as root, and should run -
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/damage.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/damagestr.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/xfixes.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/xfixesint.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/damage.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/damagestr.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/xfixes.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/xfixesint.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/damage.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/damagestr.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/xfixes.h
- Property svn:executable deleted
-
trunk/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/xfixesint.h
- Property svn:executable deleted
Note:
See TracChangeset
for help on using the changeset viewer.