
Originally Posted by
Leox
HI, iīm new to linux and knoppix. i recently install knoppix on my hard disk, and when it boots my monitor shows a message that the refresh is wrong or outside de parameters or something like that, when I boot from the cd I fix with the xvrefresh = 60 command in the startup, but now that I installed it I donīt know where I can put that command in order to start in the kde properly....thank you, for your help.
Boot from the CD and mount the partition that contains your install and copy the good XF86Config-4 file. eg. In a console window from the CD:
Code:
sudo mount /dev/hd?? /mnt/hd??
sudo cp /etc/X11/XF86Config-4 /mnt/hd??/etc/X11/XF86Config-4
replace the ?? with the dirve letter and partition number containing your install reboot and you should have no more problems.
Also did you use the cheat code before you installed to the HD from the CD the settings should have been transfered to to the HD install and if the above problem continues copy down the exact error message and post it if you can it makes it easier to help.