Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1258387
  • 博文数量: 168
  • 博客积分: 3483
  • 博客等级: 中校
  • 技术积分: 1696
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-06 13:17
文章分类

全部博文(168)

文章存档

2015年(6)

2014年(9)

2013年(47)

2012年(11)

2011年(13)

2010年(18)

2009年(11)

2008年(42)

2007年(11)

分类: LINUX

2009-06-21 17:10:22


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

阅读(1224) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~