Activy 300 med OpenBSD performance på SCART

From: Henrik Kramshøj (none@hlk--kramse.dk.lh.bsd-dk.dk)
Date: Sun 25 Sep 2005 - 17:12:46 CEST


To: bsd-dk@bsd-dk.dk
From: Henrik Kramshøj <none@hlk--kramse.dk.lh.bsd-dk.dk>
Subject: Activy 300 med OpenBSD performance på SCART 
Date: Sun, 25 Sep 2005 17:12:46 +0200

Hejsa

Jeg har købt en Activy 300 der passer fint ind i stuens
TV-PS2-DVD-underholdningsapparatursystem
Se mere på:
http://activy.qwer.dk/index.php?title=Main_Page

Jeg har installeret den med OpenBSD og Xorg, men det lader
til at VESA ikke rigtigt er "godt nok" til at vise film i
tilfredsstillende
kvalitet når jeg bruger SCART stikket til TV.

Jeg har vedhæftet min xorg.conf nedenfor og den giver et
billede på mit TV med 800x600 og film kører "ok" men så heller
ikke bedre.

Jeg bruger mplayer til at vise film, installeret fra ports
mplayer-1.0pre7 Movie player supporting MPEG, DivX, AVI, ASF, MOV
& more

Jeg tror det primære problem er at driveren der findes pt. på nettet
er til Linux og er binary only ...

Jeg ved der er nogle stykker i #bsd-dk der har købt denne model.
Hvad gør I andre med BSD og Activy 300?

Jeg overvejer pt. at lave en ny installation eller skifte til
et andet grafikkort med TV-out eller *gys* skifte til Linux.

Mvh

Henrik

xorg.conf
Section "ServerLayout"
         Identifier "X.org Configured"
         Screen 0 "Screen0" 0 0
         InputDevice "Mouse0" "CorePointer"
         InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
         RgbPath "/usr/X11R6/lib/X11/rgb"
         ModulePath "/usr/X11R6/lib/modules"
         FontPath "/usr/X11R6/lib/X11/fonts/misc/"
         FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
         FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/CID/"
         FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
         FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
         Load "dbe"
# Load "dri"
         Load "extmod"
         Load "glx"
         Load "record"
         Load "xtrap"
         Load "freetype"
         Load "type1"
EndSection

Section "InputDevice"
         Identifier "Keyboard0"
         Driver "kbd"
EndSection

Section "InputDevice"
         Identifier "Mouse0"
         Driver "mouse"
         Option "Protocol" "auto"
         Option "Device" "/dev/wsmouse"
EndSection

Section "Monitor"
         Identifier "Monitor0"
         VendorName "Monitor Vendor"
         ModelName "Monitor Model"
EndSection

Section "Device"
         ### Available Driver options are:-
         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
         ### [arg]: arg optional
         #Option "ShadowFB" # [<bool>]
         #Option "DefaultRefresh" # [<bool>]
         Identifier "Card0"
         Driver "vesa"
         VendorName "Intergraphics Systems"
         BoardName "CyberPro 5000"
         BusID "PCI:1:6:0"
EndSection

Section "Screen"
         Identifier "Screen0"
         Device "Card0"
         Monitor "Monitor0"
         SubSection "Display"
                 Viewport 0 0
                 Depth 1
         EndSubSection
         SubSection "Display"
                 Viewport 0 0
                 Depth 4
         EndSubSection
         SubSection "Display"
                 Viewport 0 0
                 Depth 8
         EndSubSection
         SubSection "Display"
                 Viewport 0 0
                 Depth 15
         EndSubSection
         SubSection "Display"
                 Viewport 0 0
                 Depth 16
                 Virtual 800 600
         EndSubSection
         SubSection "Display"
                 Viewport 0 0
                 Depth 24
         EndSubSection
EndSection

--
Henrik Lund Kramshøj, cand.scient, CISSP
e-mail: hlk@security6.net, tlf: 2026 6000
www.security6.net - IPv6, sikkerhed, netværk
Follower of the Great Way of Unix



This archive was generated by hypermail 2b30 : Wed 15 Nov 2006 - 18:24:52 CET