[Pcbsd-developer] VGA detection script with resolution and depth settings
Status: Beta
Brought to you by:
kmoore134
From: Andrei K. <an...@bs...> - 2006-07-22 10:24:24
|
Hi! I played here with Xorg autodetection and made this litle script for testing- it may work on all computers I think. Xorg detects your video card and creates config file that is much better than PC-BSD current one. You can set resolution and colour depth from command line: # pimpmyvga.sh resolution depth # pimpmyvga.sh 1280x1024 24 TODO: 1. Add fonts path not included in autodetected config file. 2. Make graphical interface for setting resolution, colour and refreshrate. 3. Make script for testing current config file within 15 seconds where user can interact with gui and press accept button if it works. If failed itt would be reverted back to more conservative default resolution as 1024x768 or vesa driver. |