Page 1 of 1

New Picasso96 screen modes

Posted: Tue Dec 18, 2012 12:26 am
by Phantom
Just wondering if you can overwrite the standard screen modes from the ScreenMode Prefs. For example, in my monitor the 640x480 resolution isn't entirely correct, so I had to make a new one via Picasso96Prefs. The problem is that now I have 2 different 640x480 choices in ScreenMode Prefs. Is it possible to alter the original one or to overwrite it?

I thought if making the original resolution inactive, should the new one work out?

Re: New Picasso96 screen modes

Posted: Fri Dec 21, 2012 4:19 pm
by Raziel
Not if you use DDCMODE= in your monitor driver.

You can however, set your own screenmodes, turn off DDC and then comment out () the faulty screenmode, like so

(MODE=320x240@60)
MODE=640x480@60
(MODE=800x600@60)
(MODE=1024x768@60)
MODE=1280x720@60
(MODE=1280x720@60)
(MODE=1366x768@60)
(MODE=1440x900@60)
MODE=1920x1200@60

The ones with () won't turn up on the next reboot

Re: New Picasso96 screen modes

Posted: Sat Dec 22, 2012 10:02 am
by Phantom
Yes, I found out; did exactly what you proposed, but thanks for your answer.