Installing pre-built x86-video-spu driver.

YDL running on the Sony Playstation 3

Moderator: billb

Installing pre-built x86-video-spu driver.

Postby alastor » 16 Jun 2010, 20:52

WARNING: This may crash your Xorg server. Use it at your own will.
NOTE: Up to date has confirmed only to work on ydl 6.0, i.e my installation.


What is x86-video-spu driver ?
It is SPU accelerated XV ( Xvideo ) driver. Scaling and color conversation ( if I am correct ) is done on SPU. Uses spu-medialib, invented by unsolo ( remember ? :) ).

Why would you use it ?
To get a smooth playback of video ( SD/ some HD ).

How many SPU cores does it use ?
Only 1.

What video applications does it support ?
Mplayer, ffplay ( I don't have any other installed now. :oops: MythTV works with it also. Heard someone was using the driver with VLC. )

Can you resize, move, minimize the output window with video ?
Yes ! :D But don't do it too quickly.

Full screen with scaled video ?
Ye. :) Again don't change from windowed to full screen and vice versa too often. This will cause some framebuffer bugs. ( temporary )

INSTALLING

What you need to have: libspe2, spu-medialib ( we will install it now )

1) Download both archives bellow to you home dir.
2) Extract both archives. ( Sorry, too lazy now to write tar ... -something :lol: )
3) Open terminal.
4) Issue the following commands:
Code: Select all
cd
su
cd spu-medialib-ydl
cp libspu-medialib.so.0.100.0 /usr/lib
ln -s /usr/lib/libspu-medialib.so.0.100.0 /usr/lib/libspu-medialib.so.0
ln -s /usr/lib/libspu-medialib.so.0.100.0 /usr/lib/libspu-medialib.so
cd Binaries
cp * /usr/local/bin
exit
cd
su
cd x86-video-spu-ydl
cp spu_fbdev_drv.so /usr/lib/xorg/modules/drivers

Warning: Again I warn you that this is the actual step that may cause your Xorg to crash.
5) Now you need to edit your xorg.conf. Remember that it is an important file, so don't mess with it. Making backup would be very clever idea.
Code: Select all
su
nano -w /etc/X11/xorg.conf

Now, look how those two sections must look like:
Code: Select all
Section "Module"
   #Load   "dbe"
   Load   "extmod"
   Load   "fbdevhw"
   Load   "freetype"
   #Load   "type1"
   #Load   "dri"
        #Load   "glx"
EndSection

NOTE: - I don't get why type1 module is not present on stock ydl 6.2 :shock: I have 6.0 and it is there.
- Do we need glx ?
Code: Select all
Section "Device"
   Identifier   "Card0"
   # We couldn't determine the BusID of your video card.  So we will use
# the fbdev driver
   Option "ShadowFB" "false"
   #Option   "fbdev"   "/dev/fb0"
   Driver   "spu_fbdev"
   #BusID   "0:0:0"
EndSection

You have some idea of what you need to edit. Please, don't edit anything else. :) To save press CTRL+O and hit enter, to exit - CTRL+X.
6) Reboot your system. We have finished. :) But how do you turn it on .. like ... ? Don't miss the next stage.

Test for Xvideo
To see if you have spu optimized Xvideo driver available, use:
Code: Select all
xvinfo

and look for a mentioning of SPU. If you have "no adopts present", well, you don't have xvideo support.
If you get "xvinfo: command not found", install xvinfo package
NOTE: Up to point of installing x86-video-spu, I guess you should have Savage driver being used.

ACTIVATING
This depends on the player you use. For example ffplay doesn't need any special command. Mplayer doesn't need one also, by default, but if you are unsure, run mplayer -vo xv (video file). I guess, you just need to specify xv driver to use your spu optimization. :wink:

PERFOMENCE
Scaling video doesn't have any effect on PPU usage - this is good thing. :wink:

ISSUES
- minor video bugs
- SPU thread seems to "freeze" after you have finished watching your video. The spu-top shows spe usage as 16.7 % and it doesn't change. However as soon as you start watching next title, SPU awakens again and you can see that 16.7% changes to 16.0%, 16.5%, etc. Same with pausing. You can get rid of "SPU thread with no task" after watching videos by log out/in. See spu-top.
- Sometimes the system logs out and you have to log in again. This doesn't depend on video in any way. But I don't know what causes it though. However it doesn't occur frequently.

System info.
This is information regarding my system:
YDL 6.0
Glibc 2.5-12
glib 2.12 something
Old spu-medialib
Attachments
x86-video-spu-ydl.tar.bz2
(48.88 KiB) Downloaded 476 times
spu-medialib-ydl.tar.bz2
(164.12 KiB) Downloaded 473 times
Last edited by alastor on 21 Jun 2010, 18:07, edited 6 times in total.
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby otakusupreme » 17 Jun 2010, 03:57

hello

i did everything that was mentioned above... but i get this error. btw i am using the unofficial mplayer update that is available on this forum.

Code: Select all
[otaku@dhcppc4 ~]$ mplayer -vo xv '/home/otaku/[Taka]_Naruto_Shippuuden_164_[720p][012F0136].mp4'
MPlayer SVN-r30631-4.1.1 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing /home/otaku/[Taka]_Naruto_Shippuuden_164_[720p][012F0136].mp4.
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x10dbe0a0]max_analyze_duration reached
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO:  [H264]  1280x720  24bpp  23.976 fps  1656.2 kbps (202.2 kbyte/s)
Clip info:
 major_brand: isom
 minor_version: 1
 compatible_brands: isom
[VO_XV] It seems there is no Xvideo support for your video card available.
[VO_XV] Run 'xvinfo' to verify its Xv support and read
[VO_XV] DOCS/HTML/en/video.html#xv!
[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
[VO_XV] Try -vo x11.
Error opening/initializing the selected video_out (-vo) device.
==========================================================================
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
AUDIO: 48000 Hz, 2 ch, s16be, 194.0 kbit/12.63% (ratio: 24252->192000)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
AO: [alsa] 48000Hz 2ch s16be (2 bytes per sample)
Video: no video
Starting playback...



so i dont know why it doesnt support xv. any solutions you would have would be awesome. thanks in advance. i am using ydl 6.2
otakusupreme
ydl addict
ydl addict
 
Posts: 115
Joined: 14 Mar 2010, 08:23

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 17 Jun 2010, 17:43

Ye, I had such errors a long time ago when I was trying to play videos on mplayer with gui. ( My system was Ubuntu 7.10 at that time. )
The solution for you is either to try another mplayer binary or build one yourself. This error is not related to x86-video-spu, spu-medialib, your X11 or your xorg.conf. It is the problem with internal Xvideo driver of your mplayer binary. Hope, it will help you. If you want, I can upload my mplayer which I have used with this driver. ( Only binary of course. )
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby otakusupreme » 18 Jun 2010, 03:39

that would be awesome... but if you do i dont know what to do with a binary. if you could help me with it if you do it i would be greateful.
otakusupreme
ydl addict
ydl addict
 
Posts: 115
Joined: 14 Mar 2010, 08:23

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 18 Jun 2010, 19:28

otakusupreme wrote:that would be awesome... but if you do i dont know what to do with a binary. if you could help me with it if you do it i would be greateful.

Of course I will help, after all I need to be sure that this driver will work for other users, not only me. ( Besides, I am also Naruto fan. :) )
First, can you post where did you get your mplayer exactly ?
Second, if your mplayer loads then my will also. I will upload the tar.bz2 archive, which when extracted, results in one file - mplayer.
EDIT: Rapidshare link: http://rapidshare.com/files/400461195/m ... r.bz2.html
Download it to your home dir, extract, go to properties of mplayer binary, choose "Permissions", tick the box about execution ( if it is not chosen ) and run in the terminal:
Code: Select all
cd
./mplayer -vo xv (your shippuuden episode)

Tell me results. If it fails to load shared libraries, you can install another application, like vlc, and test it with xv driver.
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby otakusupreme » 19 Jun 2010, 03:59

well it failed with mplayer. i have the unofficial mplayer update from this forum with multi thread support. which can be found http://yellowdog-board.com/viewtopic.php?f=19&t=7213.

here is the thing i got when i tried to play it.

Code: Select all
[otaku@dhcppc4 ~]$ cd
[otaku@dhcppc4 ~]$ ./mplayer -vo xv '/media/EXTERNAL/VIDEO/Naruto/[Taka]_Naruto_Shippuuden_160_[720p][1A5338AD].mp4'
MPlayer SVN-r31372-snapshot-4.1.1 (C) 2000-2010 MPlayer Team

Playing /media/EXTERNAL/VIDEO/Naruto/[Taka]_Naruto_Shippuuden_160_[720p][1A5338AD].mp4.
libavformat file format detected.
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0, -alang und
VIDEO:  [H264]  1280x720  24bpp  119.880 fps  1655.9 kbps (202.1 kbyte/s)
Clip info:
 major_brand: isom
 minor_version: 1
 compatible_brands: isom
[VO_XV] It seems there is no Xvideo support for your video card available.
[VO_XV] Run 'xvinfo' to verify its Xv support and read
[VO_XV] DOCS/HTML/en/video.html#xv!
[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
[VO_XV] Try -vo x11.
Error opening/initializing the selected video_out (-vo) device.
==========================================================================
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
AUDIO: 48000 Hz, 2 ch, s16be, 193.9 kbit/12.63% (ratio: 24241->192000)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
AO: [alsa] 48000Hz 2ch s16be (2 bytes per sample)
Video: no video
Starting playback...
A:   9.1 (09.1) of 1404.5 (23:24.4)  6.0%
Exiting... (Quit)
[otaku@dhcppc4 ~]$


I have no clue what to do. trying on vlc now... aaaaaandd drumroll please... NOPE it didnt work either. so im not sure what to do. maybe i dont have the xv libraries. well any more help would b appreciated thanx.
otakusupreme
ydl addict
ydl addict
 
Posts: 115
Joined: 14 Mar 2010, 08:23

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 19 Jun 2010, 15:19

Ok, so indeed you don't have support for Xvideo. Can you post your full xorg.conf ?

EDIT:
Run:
Code: Select all
xvinfo
and post its output. This is how my output looks like:
Code: Select all
X-Video Extension version 2.2
screen #0
  Adaptor #0: "SPU Video Acelleration Layer"
    number of ports: 1
    port base: 56
    operations supported: PutImage
    supported visuals:
      depth 24, visualID 0x21
    number of attributes: 4
      "XV_COLORKEY" (range 0 to 16777215)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_BRIGHTNESS" (range -64 to 63)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_SATURATION" (range 0 to 31)
              client settable attribute
              client gettable attribute (current value is 16)
      "XV_DOUBLE_BUFFER" (range 0 to 1)
              client gettable attribute (current value is 1)
    maximum XvImage size: 1920 x 1080
    Number of image formats: 4
      id: 0x32595559 (2YUY)
        guid: 59555932-0000-0010-8000-00aa00389b71
        bits per pixel: 16
        number of planes: 1
        type: YUV (packed)
      id: 0x59565955 (YVYU)
        guid: 55595659-0000-0010-8000-00aa00389b71
        bits per pixel: 16
        number of planes: 1
        type: YUV (packed)
      id: 0x32315659 (21VY)
        guid: 59563132-0000-0010-8000-00aa00389b71
        bits per pixel: 12
        number of planes: 3
        type: YUV (planar)
      id: 0x30323449 (024I)
        guid: 49343230-0000-0010-8000-00aa00389b71
        bits per pixel: 12
        number of planes: 3
        type: YUV (planar)


Also, run:
Code: Select all
ldd /usr/lib/xorg/modules/drivers/spu_fbdev_drv.so
and post what it says.

EDIT 2:
Another test: tell me what xorg-x11-drv-..... packages are present on your system ?
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby otakusupreme » 20 Jun 2010, 06:15

Ok, so indeed you don't have support for Xvideo. Can you post your full xorg.conf ?


Code: Select all
# File generated by Xautoconfig.
Section "ServerLayout"
   Identifier   "XFree86 Configured"
   Screen      0  "Screen0" 0 0
   InputDevice   "Mouse0" "CorePointer"
   InputDevice   "Keyboard0" "CoreKeyboard"
   Option      "OffTime" "10"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

       FontPath    "/usr/share/X11/fonts/misc:unscaled"
       FontPath    "/usr/share/X11/fonts/Type1/"
       FontPath    "/usr/share/X11/fonts/Speedo/"
       FontPath    "/usr/share/X11/fonts/75dpi:unscaled"
       FontPath    "/usr/share/X11/fonts/100dpi:unscaled"
       FontPath    "/usr/share/X11/fonts/korean:unscaled"
       FontPath    "/usr/share/X11/fonts/cyrillic:unscaled"
       FontPath    "/usr/share/fonts/ISO8859-2/misc:unscaled"
       FontPath    "/usr/share/fonts/ISO8859-2/75dpi:unscaled"
       FontPath    "/usr/share/fonts/ISO8859-2/100dpi:unscaled"
       FontPath    "/usr/share/fonts/ISO8859-9/misc:unscaled"
       FontPath    "/usr/share/fonts/ISO8859-9/75dpi:unscaled"
       FontPath    "/usr/share/fonts/ISO8859-9/100dpi:unscaled"
       FontPath    "/usr/share/fonts/KOI8-R/misc:unscaled"
       FontPath    "/usr/share/fonts/KOI8-R/75dpi:unscaled"
EndSection

Section "Module"
   Load   "dbe"
   Load   "extmod"
   Load   "fbdevhw"
   Load   "freetype"
   Load   "type1"
   #Load   "dri"
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver      "kbd"
# Change "XkbModel" to "macintosh_old" if you are using
# the deprecated adb keycodes.
   Option      "XkbModel"   "macintosh"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Mouse0"
   Driver      "mouse"
   Option      "ZAxisMapping"   "4 5"
   Option      "Protocol"   "IMPS/2"
   Option      "Device"   "/dev/input/mice"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   ModelName   "Monitor Model"
   Option      "DPMS"
   HorizSync   30-100
   VertRefresh   50-160

EndSection

Section "Device"
   Identifier   "Card0"
   Option "ShadowFB" "false"
   #Option   "fbdev"   "/dev/fb0"
   Driver   "fbdev"
   #BusID   "0:0:0"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "Card0"
   Monitor      "Monitor0"
   DefaultDepth   24
   DefaultFbBpp   32
   SubSection "Display"
      Depth      8
      FbBpp      32
      Modes       "1124x644"
   EndSubSection
   SubSection "Display"
      Depth      16
      FbBpp      32
      Modes       "1124x644"
   EndSubSection
   SubSection "Display"
      Depth      24
      FbBpp      32
      Modes       "1124x644"
   EndSubSection
EndSection

Section "DRI"
   Group 0
   Mode 0666
EndSection


Run:

Code: Select all
xvinfo


Code: Select all
[otaku@dhcppc4 ~]$ xvinfo
bash: xvinfo: command not found


Another test: tell me what xorg-x11-drv-..... packages are present on your system ?


I don't know.... how do i check???
otakusupreme
ydl addict
ydl addict
 
Posts: 115
Joined: 14 Mar 2010, 08:23

Re: Installing pre-built x86-video-spu driver.

Postby ppietro » 20 Jun 2010, 07:48

otakusupreme wrote:Another test: tell me what xorg-x11-drv-..... packages are present on your system ?

I don't know.... how do i check???


A real quick way is using the following command from a terminal window:

rpm -qa | grep xorg-x11-drv

Cheers,
Paul
User avatar
ppietro
Site Admin
Site Admin
 
Posts: 4965
Joined: 13 Sep 2007, 22:18

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 20 Jun 2010, 14:01

ppietro wrote:A real quick way is using the following command from a terminal window:rpm -qa | grep xorg-x11-drv

Wow, if I knew it ealier, it would save me hours ! :oops: Thanks
@otakusupreme
Wait, your didn't edit your xorg.conf.
EDIT: My fault, insteed of gedit I was supposed to use nano. ( Editing my main post ... )
Please go through stage 5 and 6 again.
By the way, you need to install xvinfo, so:
Code: Select all
su
yum install xorg-x11-server-utils

And please issue the command Paul has mentioned in the post above.
EDIT: Try to run mplayer with Xvideo again.
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby otakusupreme » 21 Jun 2010, 04:02

well here are the drivers.

Code: Select all
xorg-x11-drv-citron-2.2.1-1
xorg-x11-drv-magellan-1.1.0-1.1
xorg-x11-drv-tek4957-1.2.0-1
xorg-x11-drv-v4l-0.1.1-4.ydl.1
xorg-x11-drv-glint-1.2.0-1
xorg-x11-drv-apm-1.2.0-1
xorg-x11-drv-fpit-1.2.0-1
xorg-x11-drv-ati-6.9.0-12
xorg-x11-drv-penmount-1.3.0-1
xorg-x11-drv-microtouch-1.2.0-1
xorg-x11-drv-keyboard-1.3.0-3
xorg-x11-drv-vesa-1.2.1-5.2
xorg-x11-drv-void-1.1.0-3.1
xorg-x11-drv-ur98-1.1.0-5
xorg-x11-drv-aiptek-1.0.1-2
xorg-x11-drv-mutouch-1.2.0-1
xorg-x11-drv-rendition-4.2.0-1
xorg-x11-drv-siliconmotion-1.6.0-1
xorg-x11-drv-dynapro-1.1.0-2
xorg-x11-drv-xgixp-0.20080620-12
xorg-x11-drv-palmax-1.2.0-1
xorg-x11-drv-digitaledge-1.1.0-1.1
xorg-x11-drv-nouveau-0.0.10-2.20080408git0991281.ydl6.1
xorg-x11-drv-dmc-1.1.2-1
xorg-x11-drv-summa-1.2.0-1
xorg-x11-drv-elographics-1.2.0-1
xorg-x11-drv-nv-2.1.8-1
xorg-x11-drv-jamstudio-1.2.0-1
xorg-x11-drv-mga-1.4.8-1
xorg-x11-drv-evdev-1.0.0.5-2
xorg-x11-drv-ast-0.85.0-1
xorg-x11-drv-acecad-1.2.2-1
xorg-x11-drv-fbdev-0.3.1-7
xorg-x11-drv-trident-1.3.0-1
xorg-x11-drv-mouse-1.3.0-2
xorg-x11-drv-dummy-0.2.0-2.1
xorg-x11-drv-calcomp-1.1.2-1
xorg-x11-drv-hyperpen-1.2.0-1
xorg-x11-drv-spaceorb-1.1.0-6

getting ready to install the utils....

UPDATE: the yum command you gave me was wrong. so i used yum install xvinfo and it came up. so now when i run xvinfo this is the results i get
Code: Select all
[root@dhcppc4 otaku]# xvinfo
X-Video Extension version 2.2
screen #0
 no adaptors present


So im not really sure what to do from here... but i thank you for all your help so far. just a little more and maybe i can get it.

UPDATE: i did youredit of the xorg.conf and it broke the system. not at first but when i restarted ydl it kept me in text mode and wouldnt let me load a regular interface. the specfic problem was the Driver "spu_fbdev". anyway i dont know the exact cause but those conf settings seem to break my ydl interace. it did say no such thing so maybe i did something wrong. hopefully this can help you help me lol. i took the liberty of taking a picture of the error since i couldnt copy and paster so here http://img535.imageshack.us/img535/5707/file0006m.jpg
otakusupreme
ydl addict
ydl addict
 
Posts: 115
Joined: 14 Mar 2010, 08:23

Re: Installing pre-built x86-video-spu driver.

Postby billb » 21 Jun 2010, 15:01

otakusupreme wrote:UPDATE: i did youredit of the xorg.conf and it broke the system. not at first but when i restarted ydl it kept me in text mode and wouldnt let me load a regular interface. the specfic problem was the Driver "spu_fbdev". anyway i dont know the exact cause but those conf settings seem to break my ydl interace. it did say no such thing so maybe i did something wrong. hopefully this can help you help me lol. i took the liberty of taking a picture of the error since i couldnt copy and paster so here http://img535.imageshack.us/img535/5707/file0006m.jpg


Did you make a backup copy of your xorg.conf file? The guide suggests that but should include the commands for creating one and restoring if needed. Also, using nano without the -w switch to edit any configuration files is a recipe for disaster. Hopefully alastor will be along to help, otherwise we'll jump in and edit. :wink:
PS3 60GB [CECHA01], FW 3.15, YDL 6.2, Samsung T260HD @ 1920x1200
Powermac G4 1.25 GHz x2, 2 GB RAM, YDL 6.2
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 21 Jun 2010, 17:40

billb wrote:
otakusupreme wrote:UPDATE: i did youredit of the xorg.conf and it broke the system. not at first but when i restarted ydl it kept me in text mode and wouldnt let me load a regular interface. the specfic problem was the Driver "spu_fbdev". anyway i dont know the exact cause but those conf settings seem to break my ydl interace. it did say no such thing so maybe i did something wrong. hopefully this can help you help me lol. i took the liberty of taking a picture of the error since i couldnt copy and paster so here http://img535.imageshack.us/img535/5707/file0006m.jpg


Did you make a backup copy of your xorg.conf file? The guide suggests that but should include the commands for creating one and restoring if needed. Also, using nano without the -w switch to edit any configuration files is a recipe for disaster. Hopefully alastor will be along to help, otherwise we'll jump in and edit. :wink:

:oops: Sorry for Xorg crash, otakusupreme. Though I have warned you about editing xorg.conf :)
But I didn't expect it to crash . The surprising part is that you don't have type1 module. Spufbdev seems to point on missing drivers. Did you really install xf86-video-spu ? Anyway ...
Logical way of restoring your gui now is to do reverse editing. In your black command promt ( black screen ) issue the following commands:
Code: Select all
su
nano -w /etc/X11/xorg.conf

Look for Section "Module" and add # character in front of the "Load" part in the line:
Code: Select all
Load   "type1"
, so it will look like this:
Code: Select all
#Load   "type1"

Then look for Section "Device" and change "spu_fbdev" to "fbdev", so it will look like this:
Code: Select all
Section "Device"
   Identifier   "Card0"
   # We couldn't determine the BusID of your video card.  So we will use
# the fbdev driver
   Option "ShadowFB" "false"
   #Option   "fbdev"   "/dev/fb0"
   Driver   "fbdev"
   #BusID   "0:0:0"
EndSection

When you have finished, press CTRL+O, hit enter to confirm and exit with CTRL+X. Type:
Code: Select all
reboot

and hit enter. Your restoring has finished.
BTW: Thanks for testing and this line: yum install xvinfo.

@Bilb, could you please add the commands needed for backup and restoring of Xorg.conf ? ( I have never backed up conf files. Though I didn't get any crashes because of them. :lol: )

BTW: I am now watching anime episodes with this driver through gmplayer. Nice playback and stability I can say.
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Re: Installing pre-built x86-video-spu driver.

Postby otakusupreme » 22 Jun 2010, 08:37

actually yes i did make a back up and i got it fixed right away. im running linux on ps3... alastor what are you running linux on? so is there anything else i can do
and yes i downloaded it and did your commands alastor. i did everything your guide says. but im noy going to say im not at fault. so anymore help would be appreciated. Alastor. Do you have skype or irc. maybe you could help me figure this out???
otakusupreme
ydl addict
ydl addict
 
Posts: 115
Joined: 14 Mar 2010, 08:23

Re: Installing pre-built x86-video-spu driver.

Postby alastor » 22 Jun 2010, 17:10

otakusupreme wrote:actually yes i did make a back up and i got it fixed right away.

That is the best way. 8)
otakusupreme wrote:alastor what are you running linux on?

Well, I think it's easy to guess - ps3 ! ( Look - this topic is in "Playstation" section. :) ) This driver ( which is actually called xf86-video-spu ) can only run on Cell BE system. ( Any Cell BE system. Though using it on ps3 makes a lot more sense then using it on Sony ZEGO. :lol: )
otakusupreme wrote:so is there anything else i can do
and yes i downloaded it and did your commands alastor. i did everything your guide says. but im noy going to say im not at fault. so anymore help would be appreciated. Alastor. Do you have skype or irc. maybe you could help me figure this out???

Sorry, there is no Skype for PowerPC linux. ( Admins/Mods can explain what this statement mean for you. :) ) But you can use Ekiga.
I want to solve those issues also, but, I guess, you need to get more expi with terminal/command promt/their commands/etc. It is just not so easy. Like I have said, it does work in YDL 6.0. ( It works for me after all. ) And it is supposed/expected to work in YDL 6.1, 6.2, maybe in older versions. ( Btw it has been confirmed to work in Ubuntu, a long time ago. ) But if you want to try, then run:
Code: Select all
ldd /usr/lib/xorg/modules/drivers/spu_fbdev_drv.so

and post its output. ( This will give me some information. )
alastor
ydl lover
ydl lover
 
Posts: 89
Joined: 09 Apr 2009, 17:58

Next

Return to Playstation 3

Who is online

Users browsing this forum: No registered users and 85 guests

cron