Auttakaahan miestä mäessä. Tällä hetkellä ainoa esteeni windowsin suohon tunkemiselle on lcd-tv:n toimimattomuus ubuntussa. Telkkarin natiivi resoluutio 1366*768 @ 60hz(/50hz) pitäisi saada toimimaan nyt myös ubuntussa, XP:ssä kyseinen reso toimii pienellä kikkailulla iloisesti.
Näyttö: Fujitsu-Siemens Myrica 32"
Näyttis: Nvidia 5900
Liitäntä: DVI - DVI
Alla olevasta xorgin configista näkyy mimmosia modelinejä olen kokeillut tuloksetta. Tuossa käytössä oleva 1360*768 toimii, mutta kuva ei ole aivan 1:1.
Olen tehnyt windowsissa powerstripillä toimivista asetuksista modelinen, mutta linuxiin kyseisen modelinen heittämisen tulos on 1024 * 768 reso
:
#Modeline "1366x768" 84.375 1360 1438 1582 1776 768 769 772 792 +hsync -vsync
Onko ubuntussa mahdollista(miten) määrittää Frontend Resolution ja Backend Resolution erillisiksi? Nvidia-settings näyttää kumpaankin 1360*768. Veikkaisin, että homma ratkeaisi jos Frontend reso olisi 1360*768 ja Backend resolutioksi saisi 1366*768. Tämmöisen kikkailun joudun tekemään XP:n puolella vanhoilla nvidian ajureilla, uusilla ei tarvitse.
Xorgin config näyttää tämmöseltä, mitä lisätään / poistetaan?
------------------------------------------
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
Option "XkbOptions" "lv3:ralt_switch"
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 "Device0"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "DFP" #DFP tarkoittaa DVI-liitäntää
Option "ExactModeTimingsDVI" "true"
Option "UseEDIDFreqs" "false"
Option "UseEDIDDpi" "false"
Option "ModeValidation" "NoEdidModes, AllowNon60HzDFPModes, NoMaxPClkCheck, NoEdidMaxPClkCheck, NoMaxSizeCheck, NoDFPNativeResolutionCheck"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
#Modeline "1366x768" 84.375 1360 1438 1582 1776 768 769 772 792 +hsync -vsync
#Modeline "1366x768" 84.78 1366 1438 1582 1790 768 769 772 795 -hsync +vsync
# Modeline "1360x768" 71.357 1360 1424 1536 1792 768 771 776 795 +hsync +vsync
Modeline "1360x768" 85.500 1360 1424 1536 1792 768 771 777 795 -Hsync +Vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1360x768" #"1280x1024" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
--------------------------------------------------
Kiittää ja kuittaa.