Ксть телевизор, который подключается через переходник DVI-VGA, родное его разрешение 1366х768, но автоматом определает только 640х480, соответственно качество фиговое. Проблема с самим телевизором, потому что другие устройства ведут себя так же. Соответственно хочу внаглую установить его родное разрешение 1366х768.
Пишу такой xorg:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
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 "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
ModeLine "1368x768_60" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
ModeLine "1280x1024_60" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
Option "DPMS"
Option "ExactModeTimingsDVI" "TRUE"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GT 620"
Option "TripleBuffer" "True"
Option "ModeValidation" "NoEdidModes"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
Option "metamodes" "CRT: 1368x768_60 +0+0 {viewportin=1280x1024}, DFP: 1280x1024_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Option "metamodes" "CRT: 1368x768_60 +0+0 {viewportin=1280x1024}, DFP: 1280x1024_60 +0+0"