Hi,

Looks like TV out is not working on this board.

Any ideas as to what it might take to make it work?

xorg.conf and logfile attached.

Thanks,
Forest
-- 
Forest Bond
http://www.alittletooquiet.net
# /etc/X11/xorg.conf (xorg X Window System server configuration file)

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"
  FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load "bitmap"
  Load "extmod"
  Load "freetype"
  Load "ddc"
  Load "int10"
  Load "vbe"
  Load "glx"

  # This seems to introduce artifacts with some movies in VLC:
  #Load "dri"
EndSection

Section "InputDevice"
  Identifier "Keyboard"
  Driver "kbd"
  Option "CoreKeyboard"
  Option "XkbRules" "xorg"
  Option "XkbModel" "pc105"
  Option "XkbLayout" "us"
EndSection

Section "InputDevice"
  Identifier "Mouse"
  Driver "mouse"
  Option "CorePointer"
  Option "Device" "/dev/input/mice"
  Option "Protocol" "ImPS/2"
  Option "ZAxisMapping" "4 5"
  Option "Emulate3Buttons" "true"
EndSection

Section "Device"
  Identifier "Video Card"
  Driver "openchrome"
  #Option "SWCursor" "true"

  Option "ActiveDevice" "TV"
  Option "TVType" "NTSC"
  Option "TVOutput" "S-Video"
EndSection

Section "Monitor"
  Identifier "Monitor"
EndSection

Section "Screen"
  Identifier "Screen"
  Device "Video Card"
  Monitor "Monitor"
  DefaultDepth 16
  SubSection "Display"
    Depth 16
    #Modes "800x600" "1280x720"
    Modes "800x600"
    ViewPort 0 0
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  Screen "Screen"
  InputDevice "Keyboard"
  InputDevice "Mouse"
EndSection

Section "ServerFlags"
  Option "DefaultServerLayout" "Default Layout"
  Option "AllowMouseOpenFail" "true"
  Option "BlankTime" "0"
  Option "StandbyTime" "0"
  Option "SuspendTime" "0"
  Option "OffTime" "0"
EndSection

Section "DRI"
  Mode 0666
EndSection

Attachment: Xorg.0.log.gz
Description: Binary data

Attachment: signature.asc
Description: Digital signature

_______________________________________________
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