Terve! Sain sony 50" telkkuni ja geforce 7600gt:n (dvi-hdmi) pelittämään tällä modelinella:
ModeLine "ATSC-720-59.94p" 74.176 1280 1320 1376 1650 720 722 728 750 -hsync +vsync
Nyt minun pitäisi vain saada itse resoksi 1216x676, jotta televisio ei croppaisi kuvasta reunoja pois (ideana olisi siis se, että reso olisi siis 1280x720, mutta kuva ala olisi vain 1216x676). Windowsissa tämän saa underscanilla (uuden ajurin ominaisuus) tehtyä, mutta mulla ei ole hajuakaan, että miten se ubuntu 6.06:ssa pitäisi tehdä. Kiitos avusta!
ainiin, sit on vielä sellainen hassu juttu, että kirjaimet ovat ihan törkeän isoja (gnomessa ei niinkään, mutta kde:ssa kaikki kirjaimet ovat liian isoja).
xorg.conf:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
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 "type1"
Load "vbe"
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" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Sony TV"
ModeLine "ATSC-720-59.94p" 74.176 1280 1320 1376 1650 720 722 728 750 -hsync +vsync
#ModeLine "ATSC-720-59.94p" 79.392 1216 1344 1472 1664 696 741 746 796 -hsync +vsync
#ModeLine "ATSC-720-60p" 74.25 1216 1320 1376 1650 676 722 728 750 -hsync +vsync
#Modeline "1280x720_60.00" 74.25 1280 1300 1300 1500 720 7700 720 720 -hsync +vsync
#Ei toimi Modeline "1232x696" 79.392 1232 1344 1472 1664 696 741 746 796 -hsync +vsync
EndSection
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Sony TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "ATSC-720-59.94p"
#Modes "1216x676"
EndSubSection
EndSection