[Kernelloader-cvs] linux/configuration readme.txt,1.3,1.4
Run Linux on the Playstation 2
Brought to you by:
kloader
From: Mega M. <kl...@us...> - 2012-02-05 23:01:13
|
Update of /cvsroot/kernelloader/linux/configuration In directory vz-cvs-3.sog:/tmp/cvs-serv26549/configuration Modified Files: readme.txt Log Message: Support mode changing with fbset. Not everything need to be configured. Set default values for stuff like virtual resolution. Add description for fbset. Index: readme.txt =================================================================== RCS file: /cvsroot/kernelloader/linux/configuration/readme.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** readme.txt 5 Feb 2012 22:36:35 -0000 1.3 --- readme.txt 5 Feb 2012 23:01:09 -0000 1.4 *************** *** 41,44 **** --- 41,49 ---- the following kernel parameter was specified: video=ps2fb:vesa,640x480 + It is also possible to change the mode with the command: + fbset -xres 640 -yres 480 + The system will crash if the mode configured in the file + /etc/X11/xorg.conf is not already set by the kernel parameter + or by fbset. It can be started as root user with the command: startx |