PDA

View Full Version : Knoppix not recognizing my display (flickering)



gmmiddle
01-10-2005, 04:01 AM
Hi all,

After a search I figured I'd post.

I am trying to get knoppix to boot on my pc that has an Nvidia 5600 FX card and a dell 2001fp display.

On bootup the video card seems to be recognized but the display comes up as 'Old Monitor (No DDC)'. Not sure why. When knoppix boots I end up with a screen that reminds me of the old days of TV where you had to adjust the horizontal flickering...the xwindow just continually scrolls across the display.

As a total noob I am looking for ideas to get this to work!

Thanks in advance....GM

eon
01-10-2005, 05:04 AM
You might try one of the cheatcodes at boot.
e.g. "knoppix xvrefresh=60" see this: http://download.linuxtag.org/knoppix/knoppix-cheatcodes.txt
for more cheatcodes. You could experiment with those codes that relate to your x-display to see if
you can get a usable screen and then configure xfree86.

I don't know what version of knoppix you're trying to boot but I think these should work.

gmmiddle
01-10-2005, 05:31 AM
I am using the latest version of knoppix -- 3.6. The knoppix graphic screen shows up fine, but scrolls past me at about 3 screens a second.

Tried your suggestion and same scrolling screen.

I don't have a clue what 'no ddc' means, but it seems strange to me that this recent display shows up as 'Old Monitor'. SiSoft shows it has ddc, again whatever that is.

I also tried vsync=60 hsync=60
xserver=xfree86
xmodule=nv

nada.

eon
01-10-2005, 03:17 PM
I believe ddc has to do with features of plug and paly. There are threads on this through google.
But before we assume the worst how does windows see you monitor? Is it recognizing it the same
as it did?
Also here:http://www.knoppix.nl/3.6/knoppix-cheatcodes.txt are the specific cheatcodes for 3.6 you could try to load the nv driver at boot.
knoppix xmodule=nv|radeon|savage|s3 but I don't know if that will fix your problem.

If you can see the screen enough to use it you might try to configure the xserver.
Have your monitor specs and do "dpkg-reconfigure -plow xserver-xfree86"

Good luck

gmmiddle
01-11-2005, 01:32 PM
Windows works fine, recognizes both the fx 5600 ultra and the 2001fp.

knoppix recognizes the 5600 ultra, but not the display (old monitor -- no ddc). I tried xmodule=nv to no avail.

The screen is unusable. It flies by too fast to do anything.

eon
01-11-2005, 04:49 PM
From the knoppix cheatcodes:

"In case of a failing hardware autodetection, try booting with any of
the "no-" options as shown in the table above, like in
knoppix noagp noaudio noapm noapic acpi=off nodma nopcmcia noscsi nousb
to skip some critical parts of the autodetection system."

And perhaps even more to your problem:

If you would like to edit your X-Server configuration manually
(/etc/X11/XF86Config-4 for XFree86 V4.x), use "knoppix 2" to boot
into runlevel 2 (textmode only) and, after changing the X
configuration, start the X environment with "init 5". Note that
you can always leave the graphical environment with "init 2", and
restart it later with "init 5".

Note: to edit the Xfree86 file you will need your monitor specs
and some experiance or willingness to learn a text editor.
It would be really helpful for you if someone had a configuration for
your monitor. Still you might just start with the basics to get a usable screen.

See if either or both of those suggestions work and let us know
how you make out. Good luck!