1、wireless
2、video card xorg.conf
BIOS 中选 integrated
xorg.conf 中
Section "Monitor"
Identifier "My Monitor"
DisplaySize 332 207
EndSection
Section "Device"
Identifier "intel_4series"
Driver "intel"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "intel_4series"
Monitor "My Monitor"
...
3、compile kernel for desktop application
choose follow option:
low desktop latency
cpu family
high memory 4G
xorg.conf --> Section "Monitor" --> DisplaySize
各尺寸屏幕的宽高(mm)
8.9' 寸 195×114 10.6' 寸 231×138 11.1' 寸 246×140
12.1'寸 246×185 12.4'寸 261×163 13.1' 寸 272×204
13.3' 寸 287×180 14.1' 寸 286×216 14.4' 寸 304×190
15.1' 寸 305×229 15.4'寸 332×207 17.1' 寸 339×271
vimrc disable mouse
" In many terminal emulators the mouse works just fine, thus enable it.
"if has('mouse')
" set mouse=a
"endif
阅读(1266) | 评论(0) | 转发(0) |