Tuossa joitakin päiviä sitten veli tuli ostelleeksi HDMI-DVI kaapelin jotta saisimme tuon koneen vieressä olevan plasmatelkun toiseksi näytöksi mm. leffojen katseluun. Vistassa homma toimi muuten hyvin, paitsi että leffat eivät vain näy missään media playerissä, pelkkää mustaa, myös yhdellä näytöllä (no, koetan joskus korjata tämän itse, en vaivaa teitä tässä) (Edit: korjattu). Mutta TV:lle tulee siis kuva hyvin resoluutiolla 1920x1080. Tietokoneen näytön resoluutio riittää jopa 1920x1200 asti, mutta muutin sen 1920x1080 jotta kuvat olisivat identtisiä.
Mutta Ubuntun puolella sitten hieman ongelmia. Ajoin sudo nvidia-settings ja koetin sen kautta sitten laittaa tuon telkkarin näyttämään kuvaa (X Server Dispay Configuration- välilehden alla). Sain kuvan näkymään, mutta korkeimmillaan resoluutiolla 1280x1024. Tämä ei todellakaan riitä, kun telkkari tukee 1920x1080.
Joten, miten pitää toimia? Pitääkö xorg.conffia säätää jollakin tavalla että telkkari osaa käyttää oikeaa resoluutiota? Tietokoneen näyttö siis pystyy 1920x1200 asti. Katselun aikana olisi tarkoitus vaihtaa molempiin sama resoluutio (1920x1080) jotta saisin identtisen kuvan ja näin paremman käytettävyyden. Ja kun TV:tä ei tarvita, niin norminäyttö taas 1920x1200.
Tietokoneen näyttö: Samsung Syncmaster 245B 24"
Televisio: Panasonic en-tiedä-tarkkaa-mallia (HD Ready) 42"
Näytönohjain: nVidia GeForce 8800 Ultra
Xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia GeForce 8800 Ultra"
Driver "nvidia"
BusID "PCI:7:0:0"
Option "NoLogo" "true"
EndSection
Section "Monitor"
Identifier "Tyypillinen näyttö"
Option "DPMS"
HorizSync 30-75
VertRefresh 30-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia GeForce 8800 Ultra"
Monitor "Tyypillinen näyttö"
DefaultDepth 24
SubSection "Display"
Modes "1920x1200" "1856x1392" "1792x1344" "1680x1050" "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection