Sunday, November 16, 2008

multiseat X with mythtv

Got it working in Mandriva 2009, taking advantage that the rpm installation creates a sesssion option for mythfrontend. Used KDM + autologin feature (see kdmrc in other post).

xorg conf:


Section "InputDevice"
Identifier "NoKeyboard"
Driver "void"
Option "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "NoMouse"
Driver "void"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Hauppauge PVR-350 Framebuffer"
Driver "ivtv"

# Option "VideoOverlay" "on"
# Option "XVideo" "1"
BusID "1:7:0"
Option "fbdev" "/dev/fb1"
EndSection

Section "ServerLayout"
Identifier "Myth"
InputDevice "NoKeyboard" "CoreKeyboard"
InputDevice "NoMouse" "CorePointer"
Screen "TV Screen"
EndSection

Section "ServerLayout"
Identifier "Hauppauge"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "TV Screen"
EndSection

Section "Screen"
Identifier "TV Screen"
Device "Hauppauge PVR-350 Framebuffer"
Monitor "NTSC Monitor"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "720x480"
FbBpp 32
EndSubsection
DefaultFbbpp 32
EndSection

Section "Monitor"
Identifier "NTSC Monitor"

# D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
HorizSync 30-68
VertRefresh 50-120
Flags "-Hsync" "-Vsync"
DotClock 34.564
HTimings 720 752 840 928
EndMode
Mode "720x480"
VTimings 480 484 488 504
EndSection

No comments: