VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/README@ 74087

Last change on this file since 74087 was 58659, checked in by vboxsync, 9 years ago

Additions/x11: warning clean-up in X.Org headers to support server provided file descriptors. In this model the display manager opens the kernel drm device and passes the file descriptor to the server and the server driver.

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1The contents of this directory were extracted from the contents of the
2archive xorg-server-1.18.0.tar.bz2, as downloaded from ftp.x.org, using the
3following shell script:
4
5for i in `find xorg-server-1.18.0 -name '*.h' | grep -v hw/xwin |
6 grep -v hw/xquartz | grep -v hw/kdrive | grep -v hw/xnest |
7 grep -v hw/xprint | grep -v hw/xgl`
8 do
9 cp ${i} ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/
10 done
11sed -e 's/\(Uchar.*:[0-9];$\)/__extension__ \1/g' \
12 -e '/union {/,/}/ s/};/} dummy;/' \
13 ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/edid.h \
14 > ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
15edid-new.h
16mv ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
17edid-new.h \
18${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/edid.h
19sed 's/\(fake.*\)\[0\]/\1\[1\]/g' \
20 ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
21xf86platformBus.h \
22 > ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
23xf86platformBus-new.h
24mv ${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
25xf86platformBus-new.h \
26${PATH_VBOX}/src/VBox/Additions/x11/x11include/xorg-server-1.18.0/\
27xf86platformBus.h
Note: See TracBrowser for help on using the repository browser.

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