PDA

View Full Version : nvidia driver mess up display at logout



parj
12-24-2005, 06:28 PM
I have just upgraded to nvidia driver and when I log in to to console the display is all messed up. I have knoppix 4 hd install. My video card is GeForce2 MX 100/200. I do not have problem logging in to kde and I have 3D acceleration enabled and usuable. My problem is how to login to console.

Here's what I did:
1. Installed nvidia driver as per procedure in http://tinyplanet.ca/~lsorense/debian/debian-nvidia-dri-howto.txt
2. Installation OK - no errors
3. Reboot - unable to start X , console only
Error : X is not executable
messed up symlink: /etc/X11/X -> /usr/bin/X11/xfree86
fixed : /etc/X11/X -> /usr/x11r6/bin/xorg
edit xorg.conf device section:
changed Driver from "nv" to "nvidia"
commented:
# Load "GLcore"
# Load "dri"
4. Reboot - OK now, nvidia logo, kde login prompt, kde gui
5. test: glxinfo - OK
6. started torcs - OK
7. logout to restart computer again just to make sure
screen messed up, no text just green color blocks
8. computer restarted - start up screen OK
9. selected login to console at login prompt
screem messed up again
login blindly (blindly since I cannot see any text)
typed clear and now screen is blank
typed startx and I'm back to kde login prompt
logged in normally to kde
10.pressed ALT+CTRL+BACKSPACE - back to messed up screen

IMO this is caused by nvidia driver. if I revert back using nv as driver everything is OK.
I have noticed that using "nv" driver is using xf86Config-4 and X executable while "nvidia" driver uses xorg.conf and xorg executable.
Can anyone shed light on this?
I cannot login to console without modifying xorg.conf to revert to nv driver. I've been seaching the web to 2 days now and I seem not been able to find explaination to this.

Here's the portion of my xorg.0.log - I included only the warning. Did not get any error.

----------=========----------
X Window System Version 6.8.2 (Debian 6.8.2.dfsg.1-11 20051129054125 David Nusinow <dnusinow@debian.org>)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.14-2-686 i686 [ELF] <== thus this version has relevence with this |
Current Operating System: Linux LinuxBox 2.6.12 #2 SMP Tue Aug 9 23:20:52 CEST 2005 i686 <==|
Build Date: 29 November 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.12 (root@Knoppix) (gcc-Version 3.3.6 (Debian 1:3.3.6-7)) #2 SMP Tue Aug 9 23:20:52 CEST 2005
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: Sat Dec 24 22:58:09 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "USB Mouse"
..
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype".
Entry deleted from font path.
(Run 'mkfontdir' on "/usr/share/fonts/truetype").

(WW) Ignoring request to load module speedo

(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0): using first display

(WW) NVIDIA(0): The user specified VertRefresh "49.000-60.000" has been
(WW) NVIDIA(0): adjusted to "50.000-60.000" (the intersection with
(WW) NVIDIA(0): EDID-specified VertRefresh "50.000-100.000"

(WW) (800x600,Monitor0) mode clock 40MHz exceeds DDC maximum 0MHz

(WW) (768x576,Monitor0) mode clock 34.96MHz exceeds DDC maximum 0MHz

(WW) (1024x768/60Hz,Monitor0) mode clock 65MHz exceeds DDC maximum 0MHz

(WW) (320x240,Monitor0) mode clock 12.6MHz exceeds DDC maximum 0MHz

(WW) (400x300,Monitor0) mode clock 18MHz exceeds DDC maximum 0MHz
(WW) (400x300,Monitor0) mode clock 20MHz exceeds DDC maximum 0MHz

(WW) (512x384,Monitor0) mode clock 32.5MHz exceeds DDC maximum 0MHz

(WW) (640x384,Monitor0) mode clock 40.07MHz exceeds DDC maximum 0MHz

(WW) (640x400,Monitor0) mode clock 41.73MHz exceeds DDC maximum 0MHz

(WW) (576x384,Monitor0) mode clock 32.497MHz exceeds DDC maximum 0MHz

(WW) NVIDIA(0): Not using mode "640x400" (height 800 is larger than
(WW) NVIDIA(0): EDID-specified maximum 768)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0): horizontal sync start (589) not a multiple of 8

(II) Loading /usr/X11R6/lib/modules/libfb.a
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o": No symbols found

Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/PEX, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/cyrillic, removing from list!
----------=========----------

i had been using knoppix since 3.6 for about a year now and I found most solution to problem I encountered in this forum. Only this time I'm stuck after almost 2 days of searching.
I found mostly problems of staring X after upgrading to nvidia driver. My problem is how to login to console.
Any help is highly appreciated regarding this issue.

Thank you.

parj
08-23-2006, 08:57 PM
This is had been resolved about 7 months months ago but I have forgotten it. I've seen that more than 400 have viewed this post. It seem to me that a lot of people are having this problem.

This is actually a hardware problem. In my case this was due to the modulator that I use to connect to videoout to connect to a TV. There was a 75ohms resistor connect at the video input of the modulator which seems to affect the video card.

The simplest solution is to disconnect the modulator when running knoppix. When connecting directly to TV videoin, this issue occurs on some set but not to other.

Hope this may be helpful.

I have just upgraded to knoppix 5.0.1 and able to install nvidia driver again in this new setup.