[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#292495: marked as done (xdebconfigurator: whether to chose nv or nvidia)



Your message dated Sat, 16 Apr 2005 12:47:14 -0400
with message-id <E1DMqRu-0005eh-00@newraff.debian.org>
and subject line Bug#292495: fixed in xdebconfigurator 1.15
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Jan 2005 11:56:53 +0000
>From free@miu-ft.org Thu Jan 27 03:56:53 2005
Return-path: <free@miu-ft.org>
Received: from vsmtp2alice.tin.it [212.216.176.142] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Cu8Ga-0005HS-00; Thu, 27 Jan 2005 03:56:52 -0800
Received: from localhost (82.54.80.5) by vsmtp2alice.tin.it (7.0.027)
        id 41F783FF0001E37A for submit@bugs.debian.org; Thu, 27 Jan 2005 12:56:38 +0100
From: Free Ekanayaka <free@agnula.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: xdebconfigurator: whether to chose nv or nvidia
X-Debbugs-CC: Free Ekanayaka <free@agnula.org>
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
Date: Thu, 27 Jan 2005 12:56:37 +0100
Message-ID: <87r7k7ccga.fsf@miu-ft.org>
User-Agent: T-gnus/6.17.2 (based on No Gnus v0.2) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 MULE XEmacs/21.4 (patch 16) (Corporate Culture) (i386-debian-linux)
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.4 required=4.0 tests=ADDR_FREE,BAYES_00,
	HAS_PACKAGE,X_DEBBUGS_CC autolearn=ham 
	version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: xdebconfigurator
Version: 1.13.demudi2
Severity: important

Hi,

on this  Dell Inspiron 8600, the  latest  hwinfo package suggests both
"nvidia" and "nv" as X driver:

20: PCI 100.0: 0300 VGA compatible controller (VGA)
  [...]
  Model: "ATI GeForce FX Go5200"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x0324 "GeForce FX Go5200"
  SubVendor: pci 0x1028 "ATI Technologies Inc"
  SubDevice: pci 0x019c 
  Revision: 0xa1
  Driver: "nvidia"
  [...]
  Driver Info #0:
    XFree86 v4 Server Module: nv
  Driver Info #1:
    XFree86 v4 Server Module: nvidia
    3D Support: yes
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #10 (PCI bridge)

and latest xdebconfigurator chooses "nvidia" over "nv":

VIDEO DRIVER: nvidia
VIDEO DRIVER SRC: hwinfo

Obviously the generated XF86Config-4 does not work  unless one has the
nvidia packages and the  appropriate kernel module installed, and  the
problem is that nvidia is non-free.

Personally I  have the nvidia  driver installed, but  this  is not the
rule (e.g. A/DeMuDi doesn't ship any non-free software).

Moreover notice that changing:

Driver		"nvidia"

with

Driver		"nv"


in the generated /etc/X11/XF86Config-4, does  works as well, and gives
the same results as with "nvidia".

However tuning the    generated /etc/X11/XF86Config-4 with  the  patch
below gives MUCH better and nicer results.

So what I'd do is before choosing nvidia as X driver run the test:

if test ! -e "`modprobe -l nvidia`" && $(dpkg -l nvidia-glx | grep -q ^ii)
then
        # Ok let's use nvidia, and write an improved XF86Config-4 (see the patch below)
else
        # Just use nv
fi

Here follows a patch  to get  the best performance  out of  the NVidia
drivers.   It works    on my   machine    and  should work  in    most
cases. Additional information  can be found  in the appendix D of this
document:

ftp://download.nvidia.com/XFree86/Linux-x86/1.0-6629/README.txt

--- /etc/X11/XF86Config-4	2005-01-27 11:36:10.000000000 +0100
+++ XF86Config-4.MY	2005-01-27 11:37:23.000000000 +0100
@@ -66,15 +66,19 @@
 	Option		"Emulate3Buttons"	"true"
 EndSection
 
+
 Section "Device"
 	Identifier	"ATI GeForce FX Go5200"
 	Driver		"nvidia"
	Option "NoLogo" "1"
 EndSection
 
 Section "Monitor"
 	Identifier	"Xdebc Monitor"
-	HorizSync	28-50
-	VertRefresh	43-75
+	HorizSync	30-92
+	VertRefresh	50-85
+	Option "IgnoreEDID" "1"
+	Modeline "1280x800" 83.91 1280 1312 1624 1656 800 816 824 841
 	Option		"DPMS"
 EndSection
 
@@ -82,7 +86,7 @@
 	Identifier	"Default Screen"
 	Device		"ATI GeForce FX Go5200"
 	Monitor		"Xdebc Monitor"
-	DefaultDepth	16
+	DefaultDepth	24
 	SubSection "Display"
 		Depth		1
 		Modes		"1024x768" "800x600" "640x400" "640x480" "320x240" "320x200" "320x400"
@@ -105,7 +109,7 @@
 	EndSubSection
 	SubSection "Display"
 		Depth		24
-		Modes		"1024x768" "800x600" "640x400" "640x480" "320x240" "320x200" "320x400"
+		Modes		"1920x1200" "1680x1050" "1280x800"
 	EndSubSection
 EndSection
 

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (901, 'testing'), (101, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-multimedia-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages xdebconfigurator depends on:
ii  debconf [debconf-2.0]         1.4.30.11  Debian configuration management sy
ii  discover1                     1.7.6      hardware identification system
ii  kudzu                         1.1.67-1   The Red Hat Linux hardware probing
ii  perl-modules                  5.8.4-5    Core Perl modules

-- debconf information:
  base-config/menu/xdebconfigurator:
* xdebconfigurator/generate-at-boot: false


---------------------------------------
Received: (at 292495-close) by bugs.debian.org; 16 Apr 2005 16:54:14 +0000
>From katie@ftp-master.debian.org Sat Apr 16 09:54:13 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DMqYf-000297-00; Sat, 16 Apr 2005 09:54:13 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DMqRu-0005eh-00; Sat, 16 Apr 2005 12:47:14 -0400
From: Morten Werner Olsen <werner@skolelinux.no>
To: 292495-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#292495: fixed in xdebconfigurator 1.15
Message-Id: <E1DMqRu-0005eh-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 16 Apr 2005 12:47:14 -0400
Delivered-To: 292495-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: xdebconfigurator
Source-Version: 1.15

We believe that the bug you reported is fixed in the latest version of
xdebconfigurator, which is due to be installed in the Debian FTP archive:

xdebconfigurator_1.15.dsc
  to pool/main/x/xdebconfigurator/xdebconfigurator_1.15.dsc
xdebconfigurator_1.15.tar.gz
  to pool/main/x/xdebconfigurator/xdebconfigurator_1.15.tar.gz
xdebconfigurator_1.15_all.deb
  to pool/main/x/xdebconfigurator/xdebconfigurator_1.15_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 292495@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Morten Werner Olsen <werner@skolelinux.no> (supplier of updated xdebconfigurator package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 16 Apr 2005 18:25:43 +0200
Source: xdebconfigurator
Binary: xdebconfigurator
Architecture: source all
Version: 1.15
Distribution: unstable
Urgency: medium
Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
Changed-By: Morten Werner Olsen <werner@skolelinux.no>
Description: 
 xdebconfigurator - A script used with debconf to autoconfigure xserver-xfree86
Closes: 289654 289655 289656 292495 293374 295434 295693 296410 296415 302399
Changes: 
 xdebconfigurator (1.15) unstable; urgency=medium
 .
   * Morten Werner Olsen
     - Added xresprobe to Suggests: (debian/control) as it contains ddcprobe.
     - Defaulting to VESA if we're unable to detect the driver with one of
       the great hardware detection tools. (Closes: #295693)
     - Some cleanup in the hwinfo- and discover-calling.
     - Now using ImPS/2 if a wheel is detected and PS/2 is the reported
       mouse protocol. (Closes: #293374)
     - Fixed typo in /etc/init.d/xdebconfigurator (thanks to
       Finn-Arne Johansen for bugreport). (Closes: #289655)
     - Not using mdetect unless the -m option is specified (thanks to
       Finn-Arne Johansen for bugreport). (Closes: #289654)
     - Using discover over hwinfo to detect gfx-driver. hwinfo is familiar with
       the nvidia-driver, and we prefer the nv-driver (thanks to Free Ekanayaka
       for bugreport). (Closes: #292495)
   * Finn-Arne Johansen
     - Added variable to hold ARGUMENTS for xdebconfigurator in
       /etc/init.d/xdebconfigurator. (Closes: #289656)
   * Debconf translations:
     - Add Bosnian translation by Safir Secerovic.
     - Add Romanian translation by Eddy Petrisor. (Closes: #295434)
     - Updated Hebrew translation by Lior Kaplan
     - Added Galician translation by Jacobo Tarrio. Closes: #296415
     - Added Albanian translation by Elian Myftiu. Closes: #302399
     - Added Tagalog translation by Eric Pareja. Closes: #296410
Files: 
 ed1898b62b3e5a5e3097e0e4f1497ecb 699 x11 optional xdebconfigurator_1.15.dsc
 b71b1465acaa2d261b88a3313321a9d2 26160 x11 optional xdebconfigurator_1.15.tar.gz
 20cee2cef177e3e24d16cf0394fef68a 23554 x11 optional xdebconfigurator_1.15_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCYT6J20zMSyow1ykRAmvuAKCCpT9vHP9LL9000bVrOpgdif8Y3gCeNAxu
anDVKm7WjZEm8Xj3IxGE5l4=
=bzkl
-----END PGP SIGNATURE-----



Reply to: