PDA

View Full Version : Screen Resolution



manatarms1775
04-11-2004, 07:42 PM
Is there no way to change the screen resolution while knoppix is running? If so, when used with a harddrive install is there a way to keep the new resolution the next time the computer starts?

rickenbacherus
04-11-2004, 11:27 PM
Is there no way to change the screen resolution while knoppix is running? If so, when used with a harddrive install is there a way to keep the new resolution the next time the computer starts?

CTRL+ALT+ -/+ will select the next available resolution listed in /etc/X11/XF86Config-4. You can add whatever resolution you like to that file as long as your card/monitor support it. Something like so:


SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection