Last Saturday to WIN7 the overall format of the FreeBSD10.0, the following record of tossing and dropping, convenient for future viewing and other friends to find convenient.
1, the desktop environment is Xfce4.10
2, the browser is firefox27.0.1 pretty old, I was directly pkg install Firefox installation. The compilation is really too slow.
3, Office software is LibreOffice
4, Input Method Fcitx. Currently can only use Pinyin, Wubi has not found the installation method, Google found FreeBSD10 seemingly with Clan compiler problem, GCC compiled normal. This is hard for me to play Wubi. (now write this blog is played with Pinyin, too tired)
5, Font. Copies all the fonts and some of the common fonts below WIN from the Macbookpro system of your colleagues. The method is to put the limbs in the/usr/local/lib/x11/fonts/directory, create a few new directories of their own. My xorg.conf is like this.
The code is as follows |
Copy Code |
section "Files" modulepath "/usr/local/lib/xorg/modules" fontpath "/usr/local/lib/x11/fonts/misc/" fontpath "/usr/local/lib/x11/fonts/ttf/" fontpath "/USR/LOCAL/LIB/X11/FONTS/OTF" fontpath "/usr/local/lib/x11/fonts/type1/" fontpath "/usr/local/lib/x11/fonts/100dpi/" fontpath "/usr/local/lib/x11/fonts/75dpi/" fontpath "/usr/local/lib/x11/fonts/linlibertineg/" fontpath "/usr/local/lib/x11/fonts/liberation /" fontpath "/usr/local/lib/x11/fonts/gentiumbasic/" fontpath "/usr/local/lib/x11/fonts/winfonts" fontpath "/usr/local/lib/x11/fonts/macfonts" fontpath "/usr/local/lib/x11/fonts/microsoft" Endsection |
6, wired network normal
7, Wireless. Today configured the next there can be linked to the wireless router, the problem is the rate from 48Mbps to 1Mbps, giant slow, open Baidu will take 1 minutes.
The code is as follows |
Copy Code |
# Loader Configuration Vim/boot/loader.conf ################ ### Wireless ### ################
# Wireless If_iwn_load= "YES" Legal.intel_iwn.license_ack=1
# wlan_scan_ap_load= "YES" # Wireless # wlan_scan_sta_load= "YES" # Wireless # if_ath_load= ' YES ' # Internal LAN module # if_ath_pci_load= "YES" # for Thinkpad X61 # wlan_wep_load= "YES" # wlan_ccmp_load= "YES" # wlan_tkip_load= "YES"
#-------------------------------------------------# In/etc/rc.conf Plus # WiFi wlans_ath0= "Wlan0" ifconfig_wlan0= "SSID XXX WPA DHCP"
#------------------------------------------------# Modify the profile/etc/wpa_supplicant.conf and include the SSID used on your network and the previously distributed key: network={ Ssid= "XXXX" psk= "passwd" }
#------------------------------------------------# The wireless network interface is enabled below: #/etc/rc.d/netif Start |
8/books/handbook/network-wireless.html
8, the CPU fan out of control, a lot of noise. Currently not resolved, can be controlled by ACPI_IBM module.
9, the keyboard on the Fn control volume, screen brightness, and so invalid, strange is fn+f4 incredibly can be normal sleep.
10, the browser has not installed Flash, found in the NetEase cloud music music.163.com listen to music, incredibly fluent.
11, screen capture –xfce4-screenshooter. Can be full screen, by window, by region screenshot, support command line start, screenshot quickly, very recommended.
Installation method:
The code is as follows |
Copy Code |
Pkg Install Xfce4-screenshooter-plugin |
Print key binding to Xfce4-screenshooter-f (desktop interception)---but I often ctrl/shift + print combination of copy/paste terminal text, will not accidentally cut to the diagram?
Ctrl+alt+a binding to Xfce4-screenshooter-r (area interception, shortcut key compatible penguin default)---later changed to MAC OS X System key combination
To compile the installation method from Ports:
The code is as follows |
Copy Code |
cd/usr/ports/ Make QuickSearch Name=xfce4-screenshooter-plugin # find location in Ports Cd/usr/ports/x11/xfce4-screenshooter-plugin && make install clean Touch ~/.config/xfce4/xfce4-screenshooter # (No he can't work!) )
|
# Operation method: Menu-Attachment-screenshot
# Enter keyboard set Shotcut (Prtscreen) or click the program from the menu bar
How to run: Menu-Attachment-Screenshot # Enter keyboard set Shotcut (Prtscreen) or click the program from the menu bar