Announcement

Collapse
No announcement yet.

G400 in Linux, please help!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    And knowing Gentoo (I ran it for a while), I'd probably just do an emerge of mplayer and check the log to see if it recompiles directfb.
    Gigabyte P35-DS3L with a Q6600, 2GB Kingston HyperX (after *3* bad pairs of Crucial Ballistix 1066), Galaxy 8800GT 512MB, SB X-Fi, some drives, and a Dell 2005fpw. Running WinXP.

    Comment


    • #17
      ok i installed the latest DirectFb version but i've got the following problem when running ./configure --enable-gui on mplayer.

      Checking for DirectFB headers presence ... yes (using -I/usr/local/include/directfb)
      Checking for DirectFB ... /tmp/mplayer-conf-18978-2331.o: error while loading shared libraries: libdirectfb-0.9.so.21: cannot open shared object file: No such file or directory
      no (failed to get version)
      Anyone know how to sort this out?

      Comment


      • #18
        Anyone know how to sort this out?
        It looks like you might have forgotten to add /usr/local/lib to your /etc/ld.so.conf. Please do that, and run ldconfig as root.

        Comment


        • #19
          hmm that sorted that problem got mplayer installed now, when i try to run something i get the following:

          root@linux:/home/carl # gmplayer -vo dfbmga /mnt/hdc2/tv/e*
          MPlayer 1.0pre6-3.3.4 (C) 2000-2004 MPlayer Team
          CPU: Advanced Micro Devices Athlon MP/XP/XP-M Barton (Family: 6, Stepping: 0)
          Detected cache-line size is 64 bytes
          CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
          Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE



          vo: X11 running at 640x480 with depth 24 and 32 bpp (":0.1" => local display)
          Cannot load font: /usr/local/share/mplayer/font/font.desc
          Cannot load font: /usr/local/share/mplayer/font/font.desc
          Cannot load font: /usr/local/share/mplayer/font/font.desc
          Playing /mnt/hdc2/tv/er.s11e06.time.of.death.hdtv-lol.avi.
          AVI file format detected.
          VIDEO: [XVID] 624x352 12bpp 23.976 fps 960.8 kbps (117.3 kbyte/s)
          Clip info:
          Software: VirtualDub
          ================================================== ========================
          Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
          AUDIO: 48000 Hz, 2 ch, 16 bit (0x10), ratio: 10000->192000 (80.0 kbit)
          Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
          ================================================== ========================
          (*) DirectFB/Config: Parsing config file '/etc/directfbrc'.

          ---------------------- DirectFB v0.9.21 ---------------------
          (c) 2000-2002 convergence integrated media GmbH
          (c) 2002-2004 convergence GmbH
          -----------------------------------------------------------

          (*) DirectFB/Core: Single Application Core. (2005-02-12 20:45)
          (*) Direct/Memcpy: Forced to use SSE optimized memcpy()
          (!) DirectFB/FBDev/vt: FBIOGET_CON2FBMAP failed!
          --> Inappropriate ioctl for device
          (!) DirectFB/FBDev/vt: FBIOPUT_CON2FBMAP failed!
          --> Inappropriate ioctl for device
          (*) Direct/Thread: Running 'VT Switcher' (CRITICAL, 14225)...
          (*) Direct/Thread: Running 'PS/2 Input' (INPUT, 14237)...
          (!!!) *** UNIMPLEMENTED [fusion_reactor_set_lock] *** [reactor.c:802]
          (*) DirectFB/Input: IMPS/2 Mouse 1.0 (Convergence GmbH)
          (*) Direct/Thread: Running 'Keyboard Input' (INPUT, 14238)...
          (*) DirectFB/Input: Keyboard 0.9 (convergence integrated media GmbH)
          (*) DirectFB/Genefx: MMX detected and enabled
          (*) DirectFB/Graphics: Matrox G400 0.7 (convergence integrated media GmbH)
          (!) DirectFB/Matrox/Maven: Error opening `/proc/bus/i2c'!
          --> No such file or directory
          (!) DirectFB/Core/layers: Failed to initialize layer 2!
          --> File not found!
          (!) DirectFB/Core: Could not initialize 'layers' core!
          --> File not found!
          (!) DirectFB/FBDev/vt: FBIOPUT_CON2FBMAP failed!
          --> Inappropriate ioctl for device
          vo_dfbmga: DirectFBCreate() failed - File not found!
          Error opening/initializing the selected video_out (-vo) device.
          Getting closer i feel.
          Last edited by englishpremier; 12 February 2005, 14:33.

          Comment


          • #20
            Originally posted by englishpremier
            (!) DirectFB/Matrox/Maven: Error opening `/proc/bus/i2c'!
            --> No such file or directory
            This is somewhat strange. Are you still using kernel 2.6? You see, when DirectFB discovers kernel 2.6, it should look for i2c in /sys, not /proc. Do you have /sys mounted?

            Comment


            • #21
              yeah i'm still using 2.6 and /sys is mounted.

              I'm using ubuntu, don't know if that works differently to any other linux variety, should be the same as debian really.

              Comment

              Working...
              X