| Knoppix 5.0 install finesse I haven't seen instructions to install Knoppix to the hard disk that are complete. Most tell to install using knoppix-installer; but that usually leaves you in a 1024x screen. Most newer computers can view better than that and trying to change the xorg.conf file often dumps you into 640x.
You can specify where the install will be on a multiply-partitioned hard disk. For instance, if you want to partition 8 gig for knoppix as partition 1 with a 1024 meg SWAP on partition 2, another 8 gig for XP on partition 3, you can do that.
To install Knoppix on partition 1, using the Knoppix cheat-codes worked for me.
After booting Knoppix 5 from the CD, I typed into the terminal:
sudo knoppix-installer hda1 screen=1280x1024 dma
and was able to go right to the install procedure. I installed all 3 options (flavors of debian). the debian install (1) left me with less programs on the desktop than the CD. The multi-user option (2) wouldn't recognize my USB or drives. The Knoppix version (3) gave me all the desktop programs and my USB and drives could be read.
(I have no idea why these versions give more or less than the CD, considering they all can make use of the CD method of testing for components if they were set up that way.)
BTW, I like Ubuntu 6.1; but it wouldn't get past the start screen and hangs on the particular machine I installed Knoppix on with no problem.)
The bottom line here is that you can use the cheat-codes to install and get what you want for screen sizes instead of searching all over the web to alter the configuration files, which don't seem to work the same in 5.0.
So if you want to install on partition 1, dma turned on, and a large screen use:
sudo knoppix-installer hda1 screen=1280x1024 dma
instead of sudo knoppix-installer |