X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/blobdiff_plain/735fda24bc236023f3aee2a816053141599d9475..HEAD:/docs/user/asuseee900/index.mdwn diff --git a/docs/user/asuseee900/index.mdwn b/docs/user/asuseee900/index.mdwn index 57975866..925a800f 100644 --- a/docs/user/asuseee900/index.mdwn +++ b/docs/user/asuseee900/index.mdwn @@ -195,12 +195,12 @@ Ready to use eeepc 900 xorg.conf: ## How to mount Windows Shares with a GUI -To mount mount Windows shares at boot-time can follow [DragonFly instructions on HowToMountWindowsShares](http://www.dragonflybsd.org/docs/howtos/HowToMountWindowsShares/) . +To mount Windows shares at boot-time can follow [DragonFly instructions on HowToMountWindowsShares](http://www.dragonflybsd.org/docs/howtos/HowToMountWindowsShares/) . If you don't want to mount them at boot time you can install gnome-commander (which should also install samba) and gnome-vfs-smb. # pkgin in gnome-commander # pkgin in gnome-vfs-smb - # pkgin samba + # pkgin in samba Now make sure that you have @@ -227,6 +227,24 @@ Now, to start samba deamon type in terminal (as root): Open gnome-commander (X11 is essential for this application) and navigate to your Windows share directory (smb button) +## Installing VLC + +VLC is a great multimedia player – one of the best available on DragonFly (with pkgsrc-2010Q3 package collection). You can install it by: + + # pkgin in vlc + +This will fail to install libdca-0.0.5. Libdca-0.0.5 you should install with pkgsrc collection: + + # cd /usr/pkgsrc/audio/libdca + # bmake install clean + +If you have no /usr/pkgsrc/audio/libdca directory, then you should install pkgsrc collection by: + + # cd /usr + # make pkgsrc-create + +After successful installation, go back to /usr/pkgsrc/audio/libdca and repeat libdca installation process with bmake install clean . + Following experience is from running DragonFly 2.8.2 on netbook (eeepc 900).