mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
xf86-video-nouveau: add and install configfile
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
50e5537d9f
commit
7508f56f1c
@ -0,0 +1,25 @@
|
|||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "Layout0"
|
||||||
|
Screen 0 "Screen0"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor0"
|
||||||
|
VendorName "Unknown"
|
||||||
|
ModelName "Unknown"
|
||||||
|
HorizSync 28.0 - 33.0
|
||||||
|
VertRefresh 43.0 - 72.0
|
||||||
|
Option "DPMS"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Device0"
|
||||||
|
Driver "nouveau"
|
||||||
|
VendorName "Nouveau"
|
||||||
|
Option "HWCursor" "on"
|
||||||
|
Option "GLXVBlank" "off"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Extensions"
|
||||||
|
Option "Composite" "Disable"
|
||||||
|
EndSection
|
@ -4,3 +4,6 @@
|
|||||||
|
|
||||||
mkdir -p $INSTALL/$XORG_PATH_MODULES/drivers
|
mkdir -p $INSTALL/$XORG_PATH_MODULES/drivers
|
||||||
cp $PKG_BUILD/src/.libs/*_drv.so $INSTALL/$XORG_PATH_MODULES/drivers
|
cp $PKG_BUILD/src/.libs/*_drv.so $INSTALL/$XORG_PATH_MODULES/drivers
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/etc/X11
|
||||||
|
cp $PKG_DIR/config/*.conf $INSTALL/etc/X11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user