X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/blobdiff_plain/06fee2b0ca71a053714393ec47a68cbdefbe6065..HEAD:/docs/user/asuseee900/index.mdwn diff --git a/docs/user/asuseee900/index.mdwn b/docs/user/asuseee900/index.mdwn index deb7d6ed..925a800f 100644 --- a/docs/user/asuseee900/index.mdwn +++ b/docs/user/asuseee900/index.mdwn @@ -95,11 +95,11 @@ Now you have to update pkgin and upgrade any applications that are already on yo For X11, you can follow [DragonFly - Installing X - instructions](http://www.dragonflybsd.org/docs/newhandbook/X/#index3h2) and simply copy attached below xorg.conf file to /etc/X11/ directory (it has full support for mulitimonitor setup). - # pkgin in modular-xorg-server - # pkgin in modular-xorg-drivers - # pkgin in modular-xorg-libs - # pkgin in modular-xorg-apps - # pkgin in modular-xorg-fonts + # pkgin in modular-xorg-server + # pkgin in modular-xorg-drivers + # pkgin in modular-xorg-libs + # pkgin in modular-xorg-apps + # pkgin in modular-xorg-fonts Ready to use eeepc 900 xorg.conf: @@ -193,6 +193,59 @@ Ready to use eeepc 900 xorg.conf: EndSection +## How to mount Windows Shares with a GUI + +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 in samba + +Now make sure that you have + + smbd_enable="YES" + nmbd_enable="YES" + +in your rc.conf file. + +Pkgin should automatically copy /usr/pkg/share/examples/rc.d/nmbd and cd /usr/pkg/share/examples/rc.d/smbd to /etc/rc.d directory. If it fails manually copy those files as root by: + + # cp /usr/pkg/share/examples/rc.d/smbd /etc/rc.d/smbd + # cp cd /usr/pkg/share/examples/rc.d/nmbd /etc/rc.d/nmbd + +You can add DragonFly users (and their passwords) for sharing files by: + + # smbpasswd -a username + +It is now the time to configure smb.conf file which is located in /usr/pkg/etc/samba. + +Now, to start samba deamon type in terminal (as root): + + # /etc/rc.d/smbd start + # /etc/rc.d/nmbd start + +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). ## ACPI and power management