i have installed the sdl patch from
http://www.gdv.uni-hannover.de/~hunold1/linux/dxr3/sdl/SDL12_dxr3.howto
i experienced no problems with the installation and the sdl/test/* programs seem to work as well
(of course i have to export SDL_VIDEODRIVER=dxr3, to set sdl to dxr3)
there should be no problem with my sdl patch.
but if i try tu run freevo with dxr3 support following errormsg appears: (i am using the cvs version of freevo)
Logging info in /var/log/freevo/internal-main-1000.log
-------------------------------------------------------------------------------
Starting src/main.py:stdin at Wed Mar 26 23:17:34 2003
Logging info in /var/log/freevo/internal-main-1000.log
-------------------------------------------------------------------------------
Starting src/main.py:stderr at Wed Mar 26 23:17:34 2003
Loading configure settings: /home/lindl/freevo-1.3.2-pre2/freevo.conf
Reading config file /home/lindl/freevo-1.3.2-pre2/freevo.conf
Cfg file data: "chanlist = us-cable"
Cfg file data: "display = dxr3"
Cfg file data: "geometry = 640x480"
Cfg file data: "jpegtran = ./runtime/apps/jpegtran"
Cfg file data: "mplayer = ./runtime/apps/mplayer/mplayer"
Cfg file data: "tv = pal"
Cfg file data: "version = 1.0"
Loading cfg: ./freevo_config.py
Using MPlayer: ./runtime/apps/mplayer/mplayer
Loading cfg overrides: /home/lindl/freevo-1.3.2-pre2/local_conf.py
WARNING: freevo_config.py was changed, please check local_config.py
ROM_DRIVES: Auto-detected and added "('/cdrom', '/dev/cdrom', 'CD-1')"WARNING: DVD protection override disabled! You will not be able to play protected DVDs!
Traceback (most recent call last):
File "src/main.py", line 147, in ?
import menu # The menu widget class
File "src/menu.py", line 103, in ?
import skin
File "src/skin.py", line 64, in ?
exec('import ' + modname + ' as skinimpl')
File "<string>", line 1, in ?
File "skins/main1/skin_main1.py", line 128, in ?
import gui
File "src/gui/__init__.py", line 108, in ?
from gui.Border import *
File "src/gui/Border.py", line 67, in ?
from GUIObject import *
File "src/gui/GUIObject.py", line 81, in ?
import ZIndexRenderer
File "src/gui/ZIndexRenderer.py", line 61, in ?
osd = osd.get_singleton()
File "src/osd.py", line 224, in get_singleton
_singleton = SynchronizedObject(OSD())
File "src/osd.py", line 292, in __init__
pygame.display.init()
pygame.error: No available video device
------------------------------------------------------- This SF.net email is sponsored by: The Definitive IT and Networking Event. Be There! NetWorld+Interop Las Vegas 2003 -- Register today! http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
