xorg-server: remove references to dovefb driver

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-02-22 11:04:38 +01:00
parent 7ed61008fb
commit 9ef74c8026

View File

@ -25,7 +25,6 @@ GOTO="end_video"
# check for drivers dont use the pci substem # check for drivers dont use the pci substem
LABEL="subsystem_drivers" LABEL="subsystem_drivers"
KERNEL=="dovefb", ENV{xorg_driver}="dove", TAG+="systemd", ENV{SYSTEMD_WANTS}+="xorg-configure@dove.service"
KERNEL=="nvidia", ENV{xorg_driver}="nvidia", TAG+="systemd", ENV{SYSTEMD_WANTS}+="xorg-configure@nvidia.service" KERNEL=="nvidia", ENV{xorg_driver}="nvidia", TAG+="systemd", ENV{SYSTEMD_WANTS}+="xorg-configure@nvidia.service"
GOTO="end_video" GOTO="end_video"