LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-03-2005, 01:29 AM   #1
slayerboy
LQ Newbie
 
Registered: Sep 2003
Location: Rochester, NY
Distribution: Debian
Posts: 11

Rep: Reputation: 0
Another NVIDIA error


I have Debian Sarge with the 2.6.8 kernel and a NVIDIA GeForce MX 4000 card. I had this working in Ubuntu with their NVIDIA driver, but cannot get it to work in Sarge. I followed all the instructions from Andrew E. Schulman's Debian-nVidia HOWTO (can't link to it until I post more...LOL). It displays the NVIDIA logo and then the KDM logon box comes up but I cannot type. The text for the logon box is displayed over the NVIDIA logo, but I cannot login. I am using the NV driver, but I cannot get OpenGL to work.

I am sorry if this has been answered. I've been looking on Google and searching on here for any answers to this problem. Thanks!
 
Old 02-03-2005, 08:33 AM   #2
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
can you please post your /etc/X11/XF86Config-4 file
 
Old 02-03-2005, 07:11 PM   #3
slayerboy
LQ Newbie
 
Registered: Sep 2003
Location: Rochester, NY
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: 0
nVidia driver:
Code:
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#   
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
 FontPath "unix/:7100"   # local font server
 # if the local font server has problems, we can fall back on these
 FontPath "/usr/lib/X11/fonts/misc"
 FontPath "/usr/lib/X11/fonts/cyrillic"
 FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/Type1"
 FontPath "/usr/lib/X11/fonts/CID"
 FontPath "/usr/lib/X11/fonts/Speedo"
 FontPath "/usr/lib/X11/fonts/100dpi"
 FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
 Load "bitmap"
 Load "dbe"
 Load "ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	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		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"NVidia GeForce MX 4000"
	Driver		"nvidia"
EndSection

Section "Monitor"
	Identifier	"Daewoo 719B"
	HorizSync	30-92
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device  "NVidia GeForce MX 4000"
 Monitor  "Daewoo 719B"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
 Screen  "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
EndSection
nv driver:
Code:
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
 FontPath "unix/:7100"   # local font server
 # if the local font server has problems, we can fall back on these
 FontPath "/usr/lib/X11/fonts/misc"
 FontPath "/usr/lib/X11/fonts/cyrillic"
 FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
 FontPath "/usr/lib/X11/fonts/Type1"
 FontPath "/usr/lib/X11/fonts/CID"
 FontPath "/usr/lib/X11/fonts/Speedo"
 FontPath "/usr/lib/X11/fonts/100dpi"
 FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
 Load "GLcore"
 Load "bitmap"
 Load "dbe"
 Load "ddc"
 Load "dri"
 Load "extmod"
 Load "freetype"
 Load "glx"
 Load "int10"
 Load "record"
 Load "speedo"
 Load "type1"
 Load "vbe"
 Load "xtt"
EndSection

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver  "keyboard"
 Option  "CoreKeyboard"
 Option  "XkbRules" "xfree86"
 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  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
 Identifier "NVidia GeForce MX 4000"
 Driver  "nv"
EndSection

Section "Monitor"
 Identifier "Daewoo 719B"
 HorizSync 30-92
 VertRefresh 50-85
 Option  "DPMS"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device  "NVidia GeForce MX 4000"
 Monitor  "Daewoo 719B"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "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
Thanks!
 
Old 02-03-2005, 08:05 PM   #4
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
ok, does the "nv" module work correctly (This dosent support openGL)
can you log on and use your desktop?


I cant see anything wrong with your XF86Config-4 file using the "nvidia" module, so instead of loading kdm, stop it with the command

/etc/init.d/kdm stop

and then try a "startx" as a user, see if KDM is the problem,

This is about all i could think of
 
Old 02-03-2005, 08:59 PM   #5
slayerboy
LQ Newbie
 
Registered: Sep 2003
Location: Rochester, NY
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: 0
the nv driver works fine.

When I stop kdm and startx with a user, ht nVidia logo still remains, KDE loads. But, the panel is not displayed correctly and when I right click on the desktop the menus don't show up with exception to the icons. I can't click any of these icons. I click on an icon on my desktop and it displays more icons, but I can't click on them.

Almost makes me think there is something wrong with the nVidia driver not releasing the graphic from memory. Here's my system specs:

AMD Sempron 2000+
ASRock K7VT6 Mobo w/ onboard USB, ethernet, and sound
512MB DDR3200 RAM
30GB HD (3 partitions: ext3, swap, and ext3)
80GB HD (FAT32)
SONY DVD Burner
nVidia GeForce MX 4000 w/ 128 MB RAM

I built this system in December, so pretty much everything except the HD's are 6 months old. The BIOS of the nVidia is dated from (I think) July 2004.

What's strange is I had this working in Ubuntu with their nVidia drivers, and SUSE. The driver is a deb package, not from nVidia's website. I'd rather have it be a deb package for ease of upgrading. I might wait for a new version to be available and then try again. Any other ideas?

Thanks!
 
Old 02-03-2005, 10:02 PM   #6
cadj
Member
 
Registered: Aug 2003
Location: Melbourne Australia
Distribution: Debian Stretch
Posts: 374

Rep: Reputation: 32
have you considered using the official nVidia drivers? i cant think of anything else to try.
 
Old 02-03-2005, 10:17 PM   #7
mp55
Member
 
Registered: Jul 2004
Distribution: Fedora 7
Posts: 32

Rep: Reputation: 15
Quote:
Originally posted by cadj
have you considered using the official nVidia drivers? i cant think of anything else to try.
Yeah, probably you can have a try on that. I'm also using sarge with 2.6.8 kernel. My card is a GeForece Ti 4200. I use the official driver and it works just fine.
 
Old 02-04-2005, 12:15 AM   #8
slayerboy
LQ Newbie
 
Registered: Sep 2003
Location: Rochester, NY
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: 0
even with the official drivers, it's doing the same thing. it mentioned something about a rivafb being a module in the kernel, but I unloaded it and still nothing.
 
Old 02-04-2005, 02:16 PM   #9
mp55
Member
 
Registered: Jul 2004
Distribution: Fedora 7
Posts: 32

Rep: Reputation: 15
Quote:
Originally posted by slayerboy
even with the official drivers, it's doing the same thing. it mentioned something about a rivafb being a module in the kernel, but I unloaded it and still nothing.
Then maybe I'm lucky. It mentioned rivafb too. But lsmod showed that module is not loaded, so I did nothing and the driver works. Probably you can add a line in the modules.conf or other configure files to prevent this module from be loaded. But since this module is loaded it might be required by some other drivers.
 
Old 03-04-2005, 05:27 AM   #10
SentinelT
LQ Newbie
 
Registered: Oct 2003
Location: Northam, Western Australia
Distribution: Mandrake 10, Suse 9.1, Dynebolic, Demudi, Gentoo
Posts: 24

Rep: Reputation: 15
change the "nv" to "nvidia" in your XF86Config-4 file...also doesnt debian use xorg? if so then make a backup of your xorg.conf file (link) and rename your XF86Config-4 file to xorg.conf..thats what I did in Mandrake 10.1 with Xorg.

another thing to do could be to run xorgconfig and make a brand new xorg.conf file that way.
 
Old 03-04-2005, 06:45 AM   #11
RiSK
LQ Newbie
 
Registered: Feb 2005
Location: Serbia
Distribution: Debian
Posts: 16

Rep: Reputation: 0
I can just say that the problem is probably in 'udev' used by 2.6.x kernels.
 
Old 09-29-2012, 07:32 AM   #12
bebabi34
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Rep: Reputation: 0
Sorry for re-giving life to this old thread. If slayerboy (or anybody) is still here, can confirm the values
HorizSync 30-92
VertRefresh 50-85
are corrects for Daewoo 719B crt monitor?
I searched the web but I only found it here.
Many thanks to everyone who can answer to me.
 
Old 10-01-2012, 06:48 AM   #13
el chapulín
Member
 
Registered: Sep 2012
Posts: 75

Rep: Reputation: 19
According to the manual:

Quote:
Synchronization
Horizontal 30 - 70 KHz

Vertical 50 - 160 Hz
http://www.supertvservis.cz/file/59/719b_bf.pdf
 
Old 10-02-2012, 05:30 AM   #14
bebabi34
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Rep: Reputation: 0
many thanks, el chapulín.
 
  


Reply

Tags
frequency, horizontal, monitor, refresh



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nvidia install error grx Slackware 2 02-26-2005 12:53 AM
Nvidia Driver Error PLEASE HELP!!!! binny959 Linux - Games 6 08-28-2004 07:07 PM
NVIDIA driver error, why? fogcat Mandriva 7 06-22-2004 08:29 PM
ERROR running make when installing Nvidia drivers (syntax error) randyriver10 Linux - Software 5 02-21-2004 04:51 PM
Gentoo NVIDIA error dalek Linux - General 2 10-15-2003 09:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration