@aldur
If you need to hand make a vesa mode, I had to recently, I found the best way to create the mode was to peek into linux's xorg.conf file for the mode i needed.
Then put some of the details into p96mode.
Eg: for a vesa widescreen mode for a monitor i purchased recently, this is the line from xorg.conf
Quote:
Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
106.47 is the pixel clock. 1904 and 932 are the values I used from the line for the framesizes. Sync is listed for you also. Then I just clickedit and moved the image up a bit.
This has worked great for me.
-Edit-
Typo