mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xorg-server: add vmwgfx & vboxvideo to udev.d/97-xorg.rules
This commit is contained in:
parent
89549a835c
commit
2a9dfe8f1a
@ -29,6 +29,8 @@ GOTO="end_video"
|
||||
LABEL="subsystem_drivers"
|
||||
KERNEL=="fglrx_pci", ENV{xorg_driver}="fglrx", 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"
|
||||
|
||||
# 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=="nvidia", ENV{xorg_driver}="nvidia", GOTO="start_xorg"
|
||||
DRIVER=="radeon", ENV{xorg_driver}="radeon", GOTO="start_xorg"
|
||||
DRIVER=="vmware", ENV{xorg_driver}="vmware", GOTO="start_xorg"
|
||||
GOTO="end_video"
|
||||
|
||||
# start Xorg
|
||||
|
Loading…
x
Reference in New Issue
Block a user