| beakmyn  
 
 
 
 
 Group: Members
 Posts: 63
 Joined: Sep. 2004
 | 
|  | Posted: Nov. 05 2004,19:13 |  |  Ok so here's the deal: I'm 98% running.
 
 How To: current version 0.8.3
 Boot DSL
 fb800x600 noscsi noapm noapic expert
 I chose a framebuffer X not VESA (ymmv)
 Install DSL to your HD
 Enable APT [Apps > tools > enable APT]
 
 open a terminal window
 # apt-get install feh unclutter
 Feh image viewer is now installed
 unclutter blanks out the mouse cursor for you
 
 Create the Scripts from AdamFranco.comSlideshow Scripts
 
 Those would be
 /usr/local/bin/slideshow.sh
 /usr/local/bin/reloadslideshow.sh
 The init script at /etc/init.d/picframe
 
 | Code Sample |  | for "export HOME=/root" I put export HOME=/home/dsl
 
 | 
 since when I boot dsl it automatically logs in the user dsl
 
 | Code Sample |  | echo "Hello there mousey." > /dev/mouse
 is /dev/psaux on my laptop
 
 | 
 
 chmod u+x <scriptname>
 for the 3 scripts this makes them executable so you don't a nasty 'Permission denied' error trying to run them
 
 As su edit your XF86Config file and in the screen section add
 
 
 
 | Quote |  | To get the start the slideshow on boot, make a link in either/both of /etc/rc2.d/ or /etc/rc3.d/. All of the links in /etc/rc2.d/ are called with "start" when booting into runlevel 2 or higher. The links in /etc/rc3.d/ are called with "start" when booting into runlevel 3 or higher. The runlevel is set in /etc/inittab. Anyway, I am running the machine at runlevel 3 and I made a link called "S99picframe" that links to my init scrip. The command to do this is:
 | 
 
 Looking at the DSL inittab it appears the default runlevel is 5
 id;5;initdefault
 so I created a symbolic link in rc5.d also
 
 So after all this I reboot my laptop. DSL boots, The picture frame script runs. Feh starts up, unclutter hides my mouse, and image shows up! :)Yeah, then the images dissappears and fluxbox starts??
    . What happened? 
 I'm thinking I forgot to get rid of fluxbox somewhere. I'm looking into it.
 
 <edit>
 .xinitrc is calling fluxbox # to comment it out.
 
 --------------
 Have you seen my Damn Small Digital Picture frame?
 http://www.frontiernet.net/~pictureframe
 http://rapidshare.com/files/27769266/pframedsl.iso.html
 http://www.joyceandkevin.com/dslpictureframe/pframedsl.rar
 |