mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Revert "Merge pull request #136 from lrusak/modesetting"
This reverts commit fee76beb720901d4ae7f754f0ff8bf611e0ede1a, reversing changes made to 3d9d79b89aeac76a287d7f903cd2ca40aab57e49.
This commit is contained in:
parent
f59ff67c76
commit
7e3518f04e
@ -1,4 +0,0 @@
|
||||
Section "Device"
|
||||
Identifier "Intel Graphics"
|
||||
Driver "modesetting"
|
||||
EndSection
|
@ -165,8 +165,9 @@ post_makeinstall_target() {
|
||||
mkdir -p $INSTALL/etc/X11
|
||||
if [ -f $PROJECT_DIR/$PROJECT/xorg/xorg.conf ]; then
|
||||
cp $PROJECT_DIR/$PROJECT/xorg/xorg.conf $INSTALL/etc/X11
|
||||
elif [ -f $PKG_DIR/config/xorg.conf ]; then
|
||||
cp $PKG_DIR/config/xorg.conf $INSTALL/etc/X11
|
||||
fi
|
||||
cp $PKG_DIR/config/xorg*.conf $INSTALL/etc/X11
|
||||
|
||||
if [ ! "$DEVTOOLS" = yes ]; then
|
||||
rm -rf $INSTALL/usr/bin/cvt
|
||||
|
@ -31,7 +31,7 @@ GOTO="end_video"
|
||||
|
||||
# check for drivers using the pci substem
|
||||
LABEL="subsystem_pci"
|
||||
DRIVER=="i915", ENV{xorg_driver}="modesetting", TAG+="systemd", ENV{SYSTEMD_WANTS}+="xorg-configure@modesetting.service"
|
||||
DRIVER=="i915", ENV{xorg_driver}="i915", TAG+="systemd", ENV{SYSTEMD_WANTS}+="xorg-configure@i915.service"
|
||||
DRIVER=="amdgpu", ENV{xorg_driver}="amdgpu", TAG+="systemd", ENV{SYSTEMD_WANTS}+="xorg-configure@amdgpu.service"
|
||||
DRIVER=="radeon", ENV{xorg_driver}="radeon", TAG+="systemd", ENV{SYSTEMD_WANTS}+="xorg-configure@radeon.service"
|
||||
GOTO="end_video"
|
||||
|
Loading…
x
Reference in New Issue
Block a user