[pkg-nvidia-devel] r1042 - in /packages/nvidia-graphics-drivers/trunk/debian: changelog nvidia-glx.README.Debian.in
anbe-guest at users.alioth.debian.org
anbe-guest at users.alioth.debian.org
Mon Jun 7 10:21:12 UTC 2010
Author: anbe-guest
Date: Mon Jun 7 10:21:03 2010
New Revision: 1042
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1042
Log:
update instructions regarding /etc/X11/xorg.conf
Modified:
packages/nvidia-graphics-drivers/trunk/debian/changelog
packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in
Modified: packages/nvidia-graphics-drivers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/changelog?rev=1042&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Mon Jun 7 10:21:03 2010
@@ -51,6 +51,8 @@
* nvidia-glx: add Conflicts: fglrx-glx
* overhaul maintainer scripts
* nvidia-glx: add /usr/share/xserver-xorg/pci/nvidia.ids (closes: #483821)
+ * nvidia-glx.README.Debian: update instructions on configuring xorg.conf
+ (closes: #516379, #576295)
-- Russ Allbery <rra at debian.org> Wed, 26 May 2010 07:19:43 -0700
Modified: packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in?rev=1042&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/nvidia-glx.README.Debian.in Mon Jun 7 10:21:03 2010
@@ -8,7 +8,6 @@
Welcome to the Debian NVIDIA packages. This document has notes on the
X Server and GL libraries of the NVIDIA driver offering.
-
For any news on this package check
http://bugs.debian.org/nvidia-glx#LEGACY#
@@ -18,26 +17,31 @@
Using the nvidia X driver requires some user modification.
- First, modify your /etc/X11/xorg.conf
+The current X Server 1.7 can autodetect many things, so you probably don't
+have a /etc/X11/xorg.conf at all after a fresh installation of Debian sarge
+or a newer release.
- Minimum requirements:
- In Section "Module"
- add Load "glx"
- remove Load "dri"
- remove Load "GLcore"
- In Section "Device"
- Change Driver "nv" to Driver "nvidia"
-
- See /usr/share/doc/nvidia-glx#LEGACY#/README.txt.gz and
- /usr/share/doc/nvidia-glx#LEGACY#/examples/XF86Config.sample.gz
- for descriptions of all supported options.
- Chapter 12: Configuring AGP is an important section.
+The NVIDIA driver is not autodetected by Xorg, so you will have to create a
+minimal /etc/X11/xorg.conf (or modify an existing one):
+ Section "Device"
+ Identifier "My GPU"
+ Driver "nvidia"
+ EndSection
-Also note all users using GLX must be in group video:
+That is sufficient to load the NVIDIA driver while all other configuration
+is automatically done by the X Server. If you have multiple displays, you may
+want to enable TwinView, too, by adding this section:
- adduser <user> video
+ Section "Screen"
+ Identifier "My Screens"
+ Option "TwinView" "1"
+ EndSection
+There are many more settings that can be tuned in xorg.conf. For file format
+description and general options please see the xorg.conf(5) manpage.
+See /usr/share/doc/nvidia-glx#LEGACY#/README.txt.gz and
+/usr/share/doc/nvidia-glx#LEGACY#/examples/XF86Config.sample.gz
+for descriptions of all supported NVIDIA driver specific options.
-
- -- Randall Donald <rdonald at debian.org>, Mon, 31 Mar 2003 23:40:05 -0800
+ -- Andreas Beckmann <debian at abeckmann.de> Mon, 07 Jun 2010 11:19:12 +0200
More information about the Pkg-nvidia-devel
mailing list