@ -0,0 +1,43 @@ |
|||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# |
||||
|
# Filename: package/.../nvidia/install/etc_X11_xorg-nvidia.conf.txt |
||||
|
# Copyright (C) 2012 The OpenSDE Project |
||||
|
# |
||||
|
# More information can be found in the files COPYING and README. |
||||
|
# |
||||
|
# This program is free software; you can redistribute it and/or modify |
||||
|
# it under the terms of the GNU General Public License as published by |
||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
|
# GNU General Public License can be found in the file COPYING. |
||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
Section "Device" |
||||
|
Identifier "nvidia" |
||||
|
Driver "nvidia" |
||||
|
Option "DynamicTwinView" "False" |
||||
|
Option "NoFlip" "false" |
||||
|
Option "NoLogo" "true" |
||||
|
Option "ConnectToAcpid" "0" |
||||
|
Option "FlatPanelProperties" "Scaling = Native" |
||||
|
Option "ModeValidation" "NoVesaModes, NoXServerModes" |
||||
|
Option "HWCursor" "false" |
||||
|
EndSection |
||||
|
|
||||
|
Section "Screen" |
||||
|
Identifier "screen" |
||||
|
Device "nvidia" |
||||
|
DefaultDepth 24 |
||||
|
Option "ColorRange" "Full" |
||||
|
# Option "ColorRange" "Limited" |
||||
|
# Option "ColorSpace" "RGB" |
||||
|
# Option "ColorSpace" "YCbCr444" |
||||
|
SubSection "Display" |
||||
|
Depth 24 |
||||
|
EndSubSection |
||||
|
EndSection |
||||
|
|
||||
|
Section "Extensions" |
||||
|
Option "Composite" "false" |
||||
|
EndSection |
||||
|
|
@ -1,22 +1,36 @@ |
|||||
diff -ruN NVIDIA-Linux-x86-100.14.19-pkg1.orig/usr/src/nv/Makefile.kbuild NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/Makefile.kbuild
|
|
||||
--- NVIDIA-Linux-x86-100.14.19-pkg1.orig/usr/src/nv/Makefile.kbuild 2007-09-12 23:49:01.000000000 +0200
|
|
||||
+++ NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/Makefile.kbuild 2007-09-22 20:33:07.000000000 +0200
|
|
||||
@@ -334,7 +334,8 @@
|
|
||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# |
||||
|
# Filename: package/.../nvidia/module-install-26.patch |
||||
|
# Copyright (C) 2012 The OpenSDE Project |
||||
|
# |
||||
|
# More information can be found in the files COPYING and README. |
||||
|
# |
||||
|
# This patch file is dual-licensed. It is available under the license the |
||||
|
# patched project is licensed under, as long as it is an OpenSource license |
||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
||||
|
# of the GNU General Public License as published by the Free Software |
||||
|
# Foundation; either version 2 of the License, or (at your option) any later |
||||
|
# version. |
||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
--- kernel/Makefile.kbuild.orig 2012-03-17 22:55:51.000000000 +0100
|
||||
|
+++ kernel/Makefile.kbuild 2012-04-10 23:54:38.063139448 +0200
|
||||
|
@@ -257,8 +257,7 @@
|
||||
|
|
||||
module-install: suser-sanity-check module |
module-install: suser-sanity-check module |
||||
@mkdir -p $(MODULE_ROOT)/video; \ |
@mkdir -p $(MODULE_ROOT)/video; \ |
||||
install -m 0664 -o root -g root $(MODULE_OBJECT) $(MODULE_ROOT)/video; \ |
|
||||
|
- install -m 0664 -o root -g root $(MODULE_OBJECT) $(MODULE_ROOT)/video; \
|
||||
- PATH="$(PATH):/bin:/sbin" depmod -ae;
|
- PATH="$(PATH):/bin:/sbin" depmod -ae;
|
||||
+ echo "$(MODULE_OBJECT) installed successfully.";
|
|
||||
+# PATH="$(PATH):/bin:/sbin" depmod -ae;
|
|
||||
|
+ install -m 0664 -o root -g root $(MODULE_OBJECT) $(MODULE_ROOT)/video;
|
||||
|
|
||||
# |
# |
||||
# This target builds, then installs, then creates device nodes and inserts |
# This target builds, then installs, then creates device nodes and inserts |
||||
@@ -342,7 +343,7 @@
|
|
||||
|
@@ -266,7 +265,6 @@
|
||||
# |
# |
||||
|
|
||||
package-install: module-install rmmod-sanity-check |
package-install: module-install rmmod-sanity-check |
||||
- PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) && \
|
|
||||
+# PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) &&
|
|
||||
|
- @PATH="$(PATH):/bin:/sbin" modprobe $(MODULE_NAME) && \
|
||||
echo "$(MODULE_OBJECT) installed successfully."; |
echo "$(MODULE_OBJECT) installed successfully."; |
||||
|
|
||||
# |
# |