xorg-server: add vmwgfx & vboxvideo to udev.d/97-xorg.rules

This commit is contained in:
Stefan Saraev 2012-03-02 16:09:20 +02:00
parent 89549a835c
commit 2a9dfe8f1a

View File

@ -29,6 +29,8 @@ GOTO="end_video"
LABEL="subsystem_drivers" LABEL="subsystem_drivers"
KERNEL=="fglrx_pci", ENV{xorg_driver}="fglrx", GOTO="start_xorg" KERNEL=="fglrx_pci", ENV{xorg_driver}="fglrx", GOTO="start_xorg"
KERNEL=="nvidia", ENV{xorg_driver}="nvidia", GOTO="start_xorg" KERNEL=="nvidia", ENV{xorg_driver}="nvidia", GOTO="start_xorg"
KERNEL=="vboxvideo", ENV{xorg_driver}="vboxvideo", GOTO="start_xorg"
KERNEL=="vmwgfx", ENV{xorg_driver}="vmware", GOTO="start_xorg"
GOTO="end_video" GOTO="end_video"
# check for drivers using the pci substem # check for drivers using the pci substem
@ -37,7 +39,6 @@ DRIVER=="i915", ENV{xorg_driver}="i915", GOTO="start_xorg"
DRIVER=="nouveau", ENV{xorg_driver}="nouveau", GOTO="start_xorg" DRIVER=="nouveau", ENV{xorg_driver}="nouveau", GOTO="start_xorg"
#DRIVER=="nvidia", ENV{xorg_driver}="nvidia", GOTO="start_xorg" #DRIVER=="nvidia", ENV{xorg_driver}="nvidia", GOTO="start_xorg"
DRIVER=="radeon", ENV{xorg_driver}="radeon", GOTO="start_xorg" DRIVER=="radeon", ENV{xorg_driver}="radeon", GOTO="start_xorg"
DRIVER=="vmware", ENV{xorg_driver}="vmware", GOTO="start_xorg"
GOTO="end_video" GOTO="end_video"
# start Xorg # start Xorg