Page 60 of 189

Re: saluki sweet

Posted: Sun 19 Feb 2012, 21:29
by einar
jemimah wrote:
einar wrote:have now tested saluki 11 on my acer aspire one. it will be the main system for that machine :) i was wondering what happend to glxgears ?
Try:

Code: Select all

vblank_mode=0 glxgears
this worked, thanks :)

Posted: Sun 19 Feb 2012, 23:02
by jemimah
einar wrote:
jemimah wrote:I've uploaded an sfs for Xbmc (35MB - needs python installed first).

Also there is a new pet for Pitivi - another python video editor.
Thanks a bunch for taking time and prob. expensive bandwith for making a XBMC.sfs.

That said i can not make it play video files. i have now tested it on my main saluki machine a HP HDX9050 with the ati drivers installed. the program runs like a charm and music / pictures work. only it will not play video files. I tested Saluki and XBMC on my gaming machine a asus g73 and wow saluki was just wow. but there on a i7 the xbmc just stutterd and didnt work properly.

and for last the default image viewer ristretto does not work on any machine i have tested saluki on :)

thanks alot for Saluki i like where this is going
I see the problem with video playback. I'll try to fix it and upload again later.

Posted: Mon 20 Feb 2012, 02:02
by jemimah
I uploaded a new build of xbmc. Let me know if it works.

Re: Desktop drive icons

Posted: Mon 20 Feb 2012, 08:27
by mavrothal
jemimah wrote: The close box thing makes this a good deal more palatable for me (although double clicking makes this a bit weird). I'll fix it up and add it as an option to the next release.
That's nice.

One thing I would do is export a flag from pup_event_frontend_d to /tmp ( where you have added the notify line - BTW pup_event_frontend_d.orig in included in 011 ;) ), and have the xfce4_desktop_icons loop run only if this flag is present.
No need to run probdisk and probpart all the time since pup_event_frontend_d is doing it already.
Also add a flag generated by xfce4_desktop_icons itself for its first run after boot.

Ideally most of the needed files should be generated by pup_event_frontend_d directly but that's probably too many changes in it.
Anyway, I'll probably try a version 0.5 later today if you (or anybody else) does not by then.

Posted: Mon 20 Feb 2012, 11:27
by Geoffrey
jemimah wrote:I uploaded a new build of xbmc. Let me know if it works.
With this one I had the problem of no sound but installed it to a new save then installed the nvidia drivers and all was good, though it won't run the plugins, just pops up an error script failed, the previous version the plugin ran but wouldn't play the video, the gmail plugin worked fine,
the plugin I ran was for Australian ABC TV iview, I know it works as I have it on my Xbox XBMC, it also works with Boxee, XBMC is full of bugs, such as the weather not working with weather.com, the log shows " ERROR: WEATHER: Unable to get data: Invalid License Key",
don't worry I know the joy of trying to get XBMC to play the game, I've been using it for the past six years on my Xbox and it still gives me grief. :?

Oh, the video and sound works fine now for local content.

Posted: Mon 20 Feb 2012, 15:09
by nooby
Google saved me from having no clue on what XBMC is all about.
http://xbmc.org/about/

Posted: Mon 20 Feb 2012, 16:16
by Jim1911
jemimah wrote:I've uploaded an sfs for Xbmc (35MB - needs python installed first).
Looks promising, however it breaks the mouse pointer (Logitech wireless mouse) so I can't run it properly.

Saluki 011 is working great on my desktop computer described below.

Thanks,
Jim

System: BFG NVIDIA Geforce 8400 GS 512MB, Asus P6T Motherboard, Intel core i7-920 (8MB Cache, 2.66 GHz), DDR3 3GB 1333MHz ram, Pioneer DVR-2910 DVD+-RW Dual Layer Burner, Realtek ALC1200 Audio, HP Photosmart C5280 All-in-One

Posted: Mon 20 Feb 2012, 17:07
by Sage
Still got endless problems with FlashPlayer.

Any chance of having Legacy Grub, please?

Re: Desktop drive icons

Posted: Mon 20 Feb 2012, 17:34
by jemimah
mavrothal wrote:
jemimah wrote: The close box thing makes this a good deal more palatable for me (although double clicking makes this a bit weird). I'll fix it up and add it as an option to the next release.
That's nice.

One thing I would do is export a flag from pup_event_frontend_d to /tmp ( where you have added the notify line - BTW pup_event_frontend_d.orig in included in 011 ;) ), and have the xfce4_desktop_icons loop run only if this flag is present.
No need to run probdisk and probpart all the time since pup_event_frontend_d is doing it already.
Also add a flag generated by xfce4_desktop_icons itself for its first run after boot.

Ideally most of the needed files should be generated by pup_event_frontend_d directly but that's probably too many changes in it.
Anyway, I'll probably try a version 0.5 later today if you (or anybody else) does not by then.
I'm actually merging the code right into pup_event_frontdend_d.

Re: Desktop drive icons

Posted: Mon 20 Feb 2012, 17:54
by mavrothal
jemimah wrote: I'm actually merging the code right into pup_event_frontdend_d.
Ah, good. Then I will not upload v0.5.

One thing that may need a second look is the handling of the optical disks. Mounting unmounting and ejecting.

Also I believe that in xcfe_drive_all

Code: Select all

    xcloseleft=$(($xleft + 58)) 
    xcloseright=$(($xleft + 73))
is more accurate than the original +60, + 75

Posted: Mon 20 Feb 2012, 18:33
by deepsea
Hi
jemimah

Thanks for merging

pup_event_frontdend_d
is definitely the right place to trigger the functions.


I split if off because i am running my XFCE pet on
different puppy's :lol:

Posted: Mon 20 Feb 2012, 22:52
by Geoffrey
XBMC, it seems to have a problem with python, as no plugin scripts will run, I get this in the log with the gmail plugin, this did work in the previous xbmc sfs.

Code: Select all

08:42:37 T:2914327408 M:2927636480  NOTICE: -->Python Interpreter Initialized<--
08:42:37 T:2914327408 M:2926882816   ERROR: Error Type: exceptions.ImportError
08:42:37 T:2914327408 M:2926882816   ERROR: Error Contents: No module named _socket
08:42:37 T:2914327408 M:2926882816   ERROR: Traceback (most recent call last):
                                              File "/root/.xbmc/addons/script.gmail.checker/default.py", line 22, in ?
                                                import gui
                                              File "/root/.xbmc/addons/script.gmail.checker/resources/lib/gui.py", line 5, in ?
                                                import urllib
                                              File "/opt/xbmc/lib/xbmc/system/python/python24.zip/urllib.py", line 26, in ?
                                                import socket
                                              File "/opt/xbmc/lib/xbmc/system/python/python24.zip/socket.py", line 45, in ?
                                                import _socket
                                            ImportError: No module named _socket

Posted: Tue 21 Feb 2012, 00:29
by jemimah
Bugger! That makes it a huge pain.

Posted: Tue 21 Feb 2012, 23:53
by jemimah
Saluki 012 has been released.

New in 012:
LHP sysinfo
unrar
xfce desktop drive icons
volume notifications

Various fixes and enhancements

Saluki

Posted: Wed 22 Feb 2012, 01:15
by Billtoo
Manual frugal install to acer revo.

Tue 21 Feb 2012 Operating System: Saluki-012 Linux 2.6.39-ski
0.0 VGA compatible controller: nVidia Corporation ION VGA (rev b1)
oem: NVIDIA product: MCP79 Board - hornet-0 Chip Rev

X Server: Xorg Driver: nvidia
X.Org version: 1.11.0
dimensions: 1920x1080 pixels (524x292 millimeters)
depth of root window: 24 planes

direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: ION/integrated/SSE2
OpenGL version string: 3.3.0 NVIDIA 295.20

Intel(R) Atom(TM) CPU 330
Core 0: 1600 1: 1600 2: 1600 3: 1600 MHz

# glxgears
9869 frames in 5.0 seconds = 1973.786 FPS
9979 frames in 5.0 seconds = 1995.646 FPS
9909 frames in 5.0 seconds = 1981.637 FPS

Good so far.

Posted: Wed 22 Feb 2012, 03:26
by jim3630
012 frugal install pfix=ram to ext4 hdd on dual p6100 hp. frisbee auto-detected broadcom wifi driver and connection made without issue.

so far so good. everything tried works as expected so will keep testing next several days. thanks

Posted: Wed 22 Feb 2012, 03:54
by James C
Fresh manual frugal install of 012 on the Athlon XP box.Everything appears to be fine so far.

Posted: Wed 22 Feb 2012, 06:55
by jemimah
New pets in the repo:
sebie photo editor
sayonara music player
vlc-2.0 media player
Dino file manager

Posted: Wed 22 Feb 2012, 10:56
by mavrothal
jemimah wrote:Saluki 012 has been released.
Nice desktop drive icon implementation.
However, on optical media the unmount box is ejecting the disk but the icon stays on the Desktop. Maybe the eject_cd function of drive_all should also remove the /root/.pup_event/drive_${DRV_NAME} directory since the disk is ejected instead of unmounted (as in traditional puppy).

Re: Saluki

Posted: Wed 22 Feb 2012, 12:15
by einar
Billtoo wrote:Manual frugal install to acer revo.

Tue 21 Feb 2012 Operating System: Saluki-012 Linux 2.6.39-ski
0.0 VGA compatible controller: nVidia Corporation ION VGA (rev b1)
oem: NVIDIA product: MCP79 Board - hornet-0 Chip Rev

X Server: Xorg Driver: nvidia
X.Org version: 1.11.0
dimensions: 1920x1080 pixels (524x292 millimeters)
depth of root window: 24 planes

direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: ION/integrated/SSE2
OpenGL version string: 3.3.0 NVIDIA 295.20

Intel(R) Atom(TM) CPU 330
Core 0: 1600 1: 1600 2: 1600 3: 1600 MHz

# glxgears
9869 frames in 5.0 seconds = 1973.786 FPS
9979 frames in 5.0 seconds = 1995.646 FPS
9909 frames in 5.0 seconds = 1981.637 FPS

Good so far.

Hello Billtoo

Since you where so nice and explane how to install ATi drivers, and thank you for that. Would you be so kind and tell me/other noobs how to install Nvidia drivers ? maybe Lobster will put it on the wiki :)

Best regards

Einar