Lcd tv 를 모니터로 쓰려합니다

집에 있던 고물 컴을 거실 티비 옆으로 꺼냈습니다.
간편히 인터넷 검색이나 할 용도로 우분투를 깔고 DVI-HDMI 케이블로 티비랑 연결했습니다.
그런데, NVIDIA X SERVER SETTING 에서 아무리 찾아봐도 티비 해상도는 없는것 같더군요. (그래픽카드는 6600입니다.)
그냥 HD급 이라서 1366768 인데, 1280720 으로 계속 나옵니다. 물론 사방 테두리 부분은 잘려서 안보니는 상탭니다.
이런 상황을 접해보시거나 해결의 실마리를 아시는 고수님들 답변 부탁드립니다. :P

1366*768 이면 비정규 해상도 인데… XP 그래픽 카드가 지원 하는지요 ?

1336을 지원 한다면

/etc/X11/xorg.conf 에 아래같은 모니터 해상도 선언부분을 찾아 넣어보십시요
[b:yohymsv6]sudo gedit /etc/X11/xorg.conf[/b:yohymsv6]

Option "metamodes" "[color=#BF00FF:yohymsv6]CRT-0: 1366X768 +0+0, CRT-1: 1280x1024 +1280+0;[/color:yohymsv6] CRT-0: 1280x1024 +0+0, CRT-1: 1280x1024 +1280+0; CRT-0: 1280x1024 +0+0, CRT-1: nvidia-auto-select +1280+0"
잘 되면 nvidia-settings 에서 해상도를 고를수 있을 것 입니다. :?

강분도님 답변 갑사합니다.
xp에서는 lcd tv랑 해상도 메치가 칼같이 맞습니다. 굉장히 샤프하죠.
제가 리눅스는 생초보라 xorg.conf 모니터 부분을 올려봅니다.

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "SAMSUNG"
HorizSync 30.0 - 46.0
VertRefresh 59.0 - 61.0
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6600 LE"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "DFP: nvidia-auto-select +0+0; DFP: 1280x720 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

글쎄요 직접 하드웨어 앞에선 이리 저리 해보겠는데
(서로 위치바꾸기는 위 스샷 그림 모니터 드래그 하시면 되고…)
Option "metamodes" "DFP: nvidia-auto-select +0+0; DFP: 1280x720 +0+0"

Option "metamodes" "DFP: nvidia-auto-select +0+0; [color=#FF0040:33hedlpv]DFP: 1366X768 +0+0;[/color:33hedlpv] DFP: 1280x720 +0+0"
더 추가 해보십시요

아주 좋은 설정은 스스로 더 해보며 느껴 보시기 바랍니다.