引用:
|
作者sutl
美規跟日規就不一樣,日規比例模式中根本就沒有PC可用的比例。
|
1080p 現在的pc都可以顯示吧!
1920x1080的面板無法用vga-1080實在是太說不過去了,
一般都是頻率設定不對tv才沒辦法接受,
我就有一台sony的CRT-TV上面有RGBHV,
我就可以從pc-vga+RGBHV的線直接輸出720p,1080i的畫面,畫質超好,
下面是linux下的x-window的設定方式(x.org),intel跟ati的顯卡都可以,你可以試試.
(我不用windows,不知道)
---------------------------
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "720p"
EndSubSection
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 16.0 - 68.0
VertRefresh 24.0 - 60.2
ModeLine "720p" 74.25 1280 1350 1430 1650 720 723 728 750 -hsync +vsync
ModeLine "1080i" 74.2 1920 1920 2008 2200 1080 1064 1084 1124 -hsync -vsync interlace
ModeLine "1080p" 148.4 1920 1960 2008 2200 1080 1084 1094 1124 -hsync -vsync
Option "PreferredMode" "720p"
EndSection
---------------------------
