I have update this thread. Now the laptop is usable at least as as in Windows :-))).
I have used FreeBSD for about a year, but I am new to PC-BSD so I prefer to share my experience.
I have replaced Windows 7 with a dual boot: PC-BSD 9.0 using ZFS as primary File System and the latest Debian Linux. In this thread I speak about PC-BSD only.
The hardware is supported by the OS, except Sleep (suspend to disk), it don't works.
The laptop works better than in Windows: I can view 720p video with mplayer and 480p video on YouTube and the wireless connection takes only few seconds to complete.
During the installation select the correct keyboard layout: Laptop/notebook Compaq (eg. Presario) Internet Keyboard.
If you have disk space install all four desktop managers: Kde, Gnome, Lxde and Xfce. With Kde I have this strange behaviour as noted in this
thread, so I use Gnome or Xfce, but I’d like some Kde games and the Konsole terminal emulator.
Update: now I only use Gnome and, occasionally Xfce, I have removed Kde and Lxde from laptop.
During installation you can enable disk compression: right-click to open a terminal emulator and issue the command:
|
Code:
|
# zfs set compression=on tank0 |
The PC-BSD 9.0 Installer installs the wrong video driver. In this thread
http://forums.freebsd.org/showpost.p...4&postcount=26 the FreeBSD developer wblock@, explain how to use the correct video driver.
Update: To use the Synaptics touchpad look at my post #6.
I’d like to use fn-f8 and fn-f8 to control screen brigtness. The driver acpi_video.ko must be loaded. in
/boot/loader.conf add
|
Code:
|
# Load acpi_video for brightness control
acpi_video_load="YES" |
More info
here
This is optional. The Laptop don’t have BlueTooth. I have removed the BlueTooth support from
/etc/rc.conf
|
Code:
|
hcsecd_enable="NO"
sdpd_enable="NO" |