noh.. nyt kun alettu vastailemaan itse itselleen voidaan samaa rataa jatkaa..
elikäs sain aikalailla valmiiksi tuo viritelmän..
tällä hetkellä "normaali käyttötila" on tila jossa läppärin näyttö ja ulkonen tft näyttö toimivat yhdessä.
sitten on ns "toinen käyttötila" jossa toimii läppärin näyttö ja tv, tämä siis kun katsellaan leffoja.
no miten tämä sitten toteutettiin..??
kahdella xorg.conf tiedostolla ja kahdella gdm serverillä..
elikäs..
ensimmäinen xorg.conf
Section "Monitor"
Identifier "läpsy"
HorizSync 28.0 - 72.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "tv"
HorizSync 30-50
VertRefresh 60
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA 7900 gs"
Driver "nvidia"
Screen 0
EndSection
Section "Screen"
Identifier "Screen1"
Device "NVIDIA 7900 gs"
Monitor "läpsy"
DefaultDepth 24
Option "TwinView"
Option "MetaModes" "1440x900,1280x1024 "
Option "TwinViewOrientation" "RightOf"
Option "ConnectedMonitor" "dfp, dfp"
Option "UseDisplayDevice" "dfp, dfp"
Option "SecondMonitorHorizSync" "30-70"
Option "SecondMonitorVertRefresh" "50-160"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen1" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerFlags"
Option "Xinerama" "false"
EndSection
sitten on se toinen conffi jolla siis saadaan kuva tv:hen
Section "Monitor"
Identifier "läpsy"
HorizSync 28.0 - 72.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "tv"
HorizSync 30-50
VertRefresh 60
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA 7900 gs"
Driver "nvidia"
Screen 0
EndSection
Section "Screen"
Identifier "Screen1"
Device "NVIDIA 7900 gs"
Monitor "läpsy"
DefaultDepth 24
Option "TwinView"
Option "MetaModes" "1440x900,800x600"
Option "TwinViewOrientation" "LeftOf"
Option "ConnectedMonitor" "dfp, tv"
Option "UseDisplayDevice" "dfp, tv"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-B"
Option "SecondMonitorHorizSync" "30-70"
Option "SecondMonitorVertRefresh" "60"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen1" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection
Section "ServerFlags"
Option "Xinerama" "false"
EndSection
seuraavaksi määritellään /etc/gdm/gdm.conf tiedostoon kaks serveriä..
alkuperäisessä conffissa löytyy todnäk seuraavan lainen rivi [server]-kohdasta
0=Standard
lisätään tähän toinen serveri..
0=Standard
1=TVOut
seuraavaksi etsitään seuraavanlainen kohta
[server-Standard]
name=Standard server
command=/usr/X11R6/bin/X -br -audit 0
flexible=true
ja tähän lisätään tuo TVOut-serveri... kas näin...
[server-Standard]
name=Standard server
command=/usr/X11R6/bin/X -br -audit 0
flexible=true
[server-TVOut]
name=TVOut server
command=/usr/X11R6/bin/X :1 -config /etc/X11/xorg.tv.conf
flexible=true
seuraavalla kerralla kun gdm käynnistetään pääset valitsemaan kahden gdm-palvelimen välillä haluamasi näyttötilan
mukavasti ctrl+alt+f7/f9 näppäimillä.