2010-01-02, 20:11
After much trial an error, I was finally able to get 1080P to work with my Acer AT3705 TV via DVI. Originally, it was only detecting 1368x768 max resolution.
I'm able to select 1920x1080@30Hz, 25Hz, and 24Hz. Unfortunately, my TV doesn't support higher refresh rates via DVI. The quality between DVI, and HDMI with my TV is like night, and day. DVI is way sharper.
Here's my xorg.conf file.
I'm able to select 1920x1080@30Hz, 25Hz, and 24Hz. Unfortunately, my TV doesn't support higher refresh rates via DVI. The quality between DVI, and HDMI with my TV is like night, and day. DVI is way sharper.
Here's my xorg.conf file.
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Tue Dec 8 21:04:28 PST 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 85.0
ModeLine "1920x1080@60p" 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
ModeLine "1920x1080@50p" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
ModeLine "1920x1080@60p" 74.18 1920 2008 2052 2200 1080 1084 1094 1124 +hsync +vsync
ModeLine "1920x1080@50p" 74.25 1920 2448 2492 2640 1080 1084 1094 1124 +hsync +vsync
ModeLine "[email protected]" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
ModeLine "1920x1080@24p" 74.16 1920 2558 2620 2750 1080 1084 1089 1125 +hsync +vsync
ModeLine "1920x1080@25p" 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
ModeLine "1912x1080@60p" 141.000 1912 2032 2232 2536 1080 1081 1084 1112 +hsync +vsync
ModeLine "1680x1050@60p" 119.00 1680 1728 1760 1840 1050 1053 1059 10980 +hsync +vsync
Option "DPMS" "FALSE"
Option "ExactModeTimingsDVI" "TRUE"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "ION"
Option "ModeValidation" "NoEdidModes"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "True"
Option "TwinView" "0"
Option "DynamicTwinView" "False"
Option "FlatPanelProperties" "Scaling = Native"
SubSection "Display"
Depth 24
Modes "1920x1080@60p" "1920x1080@24p" "1920x1080@25p" "1920x1080@50p" "1920x1080@50p" "1920x1080@60p" "[email protected]" "1912x1080@60p" "1680x1050@60p"
EndSubSection
EndSection