Re:Linux is a dream that is not realy there
A comment on Win vrs Lin from an old goat. I've just spent the last 5 day trying to get a "configured" version of Knoppix on my hard drive. I'm a newbie and it took about 3 days to get it initally installed. Then I kept corrupting the install by making mistakes trying to get the CDROM
volume high enough to be heard. Kept disappearing after reboot. Read the forum, found the clues, now know how to fix that.
Then I tried to straighten out the video card/monitor
situation. I got the card in ok. But the changes I make to
the monitor, 800X600, 24 color, revert to 640X480, 8
color, after reboot, even though KD told me the changes were saved but I needed to reboot to put them into effect.
The first couple of hard drive installations I could do the
videocard/monitor configuring with no problem. So I figured I had a corrupted install.
I don't have a zero writing utility for this hard drive so to get something on it, not Knoppix, I installed Win ME.
Start at fdisk to Windows decktop -25 minutes. All hardware found and installed. About 20 seconds to get the screen set up cause the video card was detected correctly.
The Knoppix hard drive installation detected hardware as follows:
1 Video Card - generic nv (it is a Riva Vanta TNT2)
2. Monitor - TRL model 0610 ( the only one listed)
which is listed with Hs 25 -- 96, Vs 50--75
It is TRL/RIC DH-1764UM/DH-1764U
In windows this runs 800X600 true color(32) ,large
fonts. Hs is 37.9 Vs 60.4
The KX Config Panel shows 800X600/85 24
+++how that 85 gets in there I don't know++++
3. Sound card SB AWE32 detected
4. Wave table - undetected
5. Joy Stick - undetected
6. Ethernet card. Detected
And I'm still thrashing around trying to get it tweeked.
Linux has a way to go. It may never make it because it is too"balkanized". Just my thoughts, but I am still trying. Vic
Re:Linux is a dream that is not realy there
Quote:
Originally Posted by Vic
The Knoppix hard drive installation detected hardware as follows:
1 Video Card - generic nv (it is a Riva Vanta TNT2)
2. Monitor - TRL model 0610 ( the only one listed)
which is listed with Hs 25 -- 96, Vs 50--75
It is TRL/RIC DH-1764UM/DH-1764U
In windows this runs 800X600 true color(32) ,large
fonts. Hs is 37.9 Vs 60.4
The KX Config Panel shows 800X600/85 24
+++how that 85 gets in there I don't know++++
The X server makes the calculation automaticly and uses the best mode possible for the frequencies it is given. If you know the proper settings for the monitor you can directly edit the file /etc/X11/XF86Config-4 as root and enter the proper values in the monitor section. You can also get a better driver for the card from the Nvidia site and use that instead of the generic nv.
Quote:
4. Wave table - undetected
Can be done but work required you need to go to the http://www.tldp.org and check for the how-to and Google can be of help as well.
Quote:
5. Joy Stick - undetected
You need the modules input, gameport, joydev, ns558 (assuming you are plugging the joystick into the sound card) and whatever the correct module is for the joystick loaded plus something like this in your /etc/modutils/aliases.
Code:
# Added by me for Sidewinder Joystick
alias char-major-13 sidewinder
Then you need to run update-modules as root after making changes in the file for it to work, you would of course substitute sidewinder for the correct module for your joystick.
Quote:
Just my thoughts, but I am still trying. Vic
Good to hear.