Translating resolution from Win to Linux
OK, it's a little bit more complicated than most cases. I have a monitor that is actually a TV (it's a Syntax LT27HV 27" LCD TV). It has a VGA input, which I currently use under windows and have it set to 1280x720, 32bit color and 60Hz refresh rate. So my problem is that there isn't enough info on the TV to set horizontal and vertical refresh rates in the xorg.conf file. So I went searching for it, and found that a lot of people us PowerStrip in Win to adjust the TV using these settings:
1280x720p=1280,48,160,200,720,24,10,48,81000,2052
or:
Horizontal
Active:1280
Front Porch: 48
Sync Width: 160
Back Porch: 200
Vertical
Active: 720
Front Porch: 24
Sync Width: 10
Back Porch: 48
I also know that the TV can supports 24-bit natively, so this shouldn't be a problem. So far, I've only been able to run X at 16-bit, at 24-bit I get no signal to the TV, I figured this is due to the refresh rate problem.