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

graphics driver issues



Hi all,

I am a college student and am taking a graphics course this fall.  I
recently built a PC with an AMD64 CPU and a GeForce 6150 on board
graphics card.  I seem to be having trouble getting it to use the
nvidia module, but I'm not sure where I'm going wrong.  I installed it
using the module assistant method, and I believe that I have things
set up correctly.

output:
----------------------------------------------

puckett:~# uname -a
Linux puckett 2.6.21-2-amd64 #1 SMP Tue Jul 10 21:39:38 UTC 2007 x86_64
GNU/Linux
puckett:~# lsmod | grep nvidia
nvidia               5434580  0
i2c_core               28288  4 nvidia,it87,i2c_isa,i2c_nforce2
puckett:~# apt-get install nvidia-kernel-common nvidia-glx
nvidia-kernel-2.6.21-2-amd64
Reading package lists... Done
Building dependency tree
Reading state information... Done
nvidia-kernel-common is already the newest version.
nvidia-glx is already the newest version.
nvidia-kernel-2.6.21-2-amd64 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

---------------------------------------------

it appears that the nvidia module is running from the output above,
but when I attempt to start X, I get the following:

********************************************
xauth:  creating new authority file /home/dustin/.serverauth.18757


X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian (xorg-server 2: 1.3.0.0.dfsg-12)
Current Operating System: Linux puckett 2.6.21-2-amd64 #1 SMP Tue Jul 10
21:39:38 UTC 2007 x86_64
Build Date: 09 August 2007
   Before reporting problems, check http://wiki.x.org <http://wiki.x.org>
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 21 22:12:10 2007
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) Failed to load module "nvidia" (module does not exist, 0)
(EE) No drivers available.

Fatal server error:
no screens found
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
     after 0 requests (0 known processed) with 0 events remaining.
 *******************************



here is a copy of my xorg.conf:
-------------------------------------------
Section "Files"
   FontPath    "/usr/share/fonts/X11/misc"
   FontPath    "/usr/X11R6/lib/X11/fonts/misc"
   FontPath    "/usr/share/fonts/X11/cyrillic"
   FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic"
   FontPath    "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath    "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath    "/usr/share/fonts/X11/Type1"
   FontPath    "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath    "/usr/share/fonts/X11/100dpi"
   FontPath    "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath    "/usr/share/fonts/X11/75dpi"
   FontPath    "/usr/X11R6/lib/X11/fonts/75dpi"
   # path to defoma fonts
   FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load    "i2c"
   Load    "bitmap"
   Load    "ddc"
   Load    "dri"
   Load    "extmod"
   Load    "freetype"
       Load    "nvidia"
   Load    "glx"
   Load    "int10"
   Load    "vbe"
EndSection

Section "InputDevice"
   Identifier    "Generic Keyboard"
   Driver        "kbd"
   Option        "CoreKeyboard"
   Option        "XkbRules"    "xorg"
   Option        "XkbModel"    "pc104"
   Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
   Identifier    "Configured Mouse"
   Driver        "mouse"
   Option        "CorePointer"
   Option        "Device"        "/dev/input/mice"
   Option        "Protocol"        "ImPS/2"
   Option        "Emulate3Buttons"    "true"
EndSection

Section "Device"
   Identifier    "nVidia Corporation C51PV [GeForce 6150]"
   Driver        "nvidia"
   BusID        "PCI:0:5:0"
EndSection

Section "Monitor"
   Identifier    "Generic Monitor"
   Option        "DPMS"
   HorizSync    28-72
   VertRefresh    43-60
EndSection

Section "Screen"
   Identifier    "Default Screen"
   Device        "nVidia Corporation C51PV [GeForce 6150]"
   Monitor        "Generic Monitor"
   DefaultDepth    24
   SubSection "Display"
       Depth        1
       Modes        "1440x900" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        4
       Modes        "1440x900" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        8
       Modes        "1440x900" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        15
       Modes        "1440x900" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        16
       Modes        "1440x900" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
       Depth        24
       Modes        "1440x900" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier    "Default Layout"
   Screen        "Default Screen"
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
EndSection

Section "DRI"
   Mode    0666
EndSection



Reply to: