xf86-video-nouveau: add and install configfile

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-25 20:46:36 +02:00
parent 50e5537d9f
commit 7508f56f1c
2 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -4,3 +4,6 @@
mkdir -p $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