Hello,

I'm trying to setup openchrome with TV-OUT.
I've tried almost any possible combination without any success: I always get a black & white picture.

I'll be grateful if you could please help me.

Thank you

Gabriele

xorg.conf: attached

lspci -v:
01:00.0 VGA compatible controller: VIA Technologies, Inc. CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro] (rev 01) (prog-if 00 [VGA controller]) Subsystem: VIA Technologies, Inc. CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro]
        Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 16
        Memory at f4000000 (32-bit, prefetchable) [size=64M]
        Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fc000000 [disabled] [size=64K]
        Capabilities: [60] Power Management version 2
        Capabilities: [70] AGP version 3.0
        Kernel modules: viafb
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#       InputDevice    "Mouse0" "CorePointer"
# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#       InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        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"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "dbe"
        Load  "record"
        Load  "dri2"
EndSection

# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
#       Identifier  "Keyboard0"
#       Driver      "kbd"
#EndSection

# commented out by update-manager, HAL is now used and auto-detects devices
# Keyboard settings are now read from /etc/default/console-setup
#Section "InputDevice"
#       Identifier  "Mouse0"
#       Driver      "mouse"
#       Option      "Protocol" "auto"
#       Option      "Device" "/dev/input/mice"
#       Option      "ZAxisMapping" "4 5 6 7"
#EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Philips"
        ModelName    "TV-PAL"
        HorizSync    30.0 - 50.0
        VertRefresh  50.0 - 50.0
        # 16:9
        DisplaySize  400 255
        #Option       "nodpms"
        #Option       "noddc"
        #ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
        #Modeline "720x576" 36.34 720 752 816 848 405 413 417 426 doublescan
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "openchrome"
        VendorName  "VIA Technologies, Inc."
        BoardName   "CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro]"
        BusID       "PCI:1:0:0"
        Option "ActiveDevice" "TV"
        Option "TVOutput" "S-Video"
        Option "TVType" "PAL"
        # Option "VBEModes" "true"
        # Option "NoAccel" "true"
        # Option "DisableIRQ" "true"
        
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Modes "720x576" "720x576Noscale"
        EndSubSection
EndSection

_______________________________________________
openchrome-users mailing list
[email protected]
http://wiki.openchrome.org/mailman/listinfo/openchrome-users
Main page:
http://www.openchrome.org
Wiki:
http://wiki.openchrome.org
User Forum:
http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1

Reply via email to