Chinaunix首页 | 论坛 | 博客
  • 博客访问: 318935
  • 博文数量: 47
  • 博客积分: 2389
  • 博客等级: 大尉
  • 技术积分: 529
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-09 16:04
文章分类
文章存档

2018年(1)

2015年(1)

2014年(7)

2013年(2)

2012年(3)

2011年(6)

2010年(20)

2009年(7)

分类: LINUX

2010-11-19 20:56:42

1、sudo apt-get install xserver-xorg-video-intel

2、sudo apt-get install libdrm2 libgl1-mesa-dri libpng3 libpng12-0 libpng12-dev libxdamage1 libxcomposite1 x11proto-core-dev x11proto-composite-dev x11proto-damage-dev x11proto-fixes-dev x11proto-gl-dev x11proto-render-dev x11proto-randr-dev libcairo2 libcairo2-dev libcairo-perl libmono-cairo1.0-cil python-cairo libgl1-mesa-dev mesa-common-dev mesa-utils libsvn1 libglitz1 libglitz-glx1 libxfont1 libfontenc1 libwnck-common libwnck22 libsvn1 libglu1-mesa libgl1-mesa-gl

3、sudo gedit /etc/X11/xorg.conf

Dejar el archivo de la siguiente manera. (Pueden agregar más opciones si asi lo desean, lo que es a mi con esto mi sistema anda muy bien).


#############################################################################

# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section    "Module"
    Load    "dbe"
EndSection


Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "latam"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
EndSection

Section "Device"
    Identifier    "Intel Corporation Mobile 945GM/GMS, 943/GML Express Integrated Graphics Controller"
    Driver        "intel"
    Option        "XAANoOffscreenPixmaps"     "True"
    Option        "RenderAccel"    "true"
    Option        "AllowGLXWithComposite"    "true"
    Option        "UseFBDev"    "true"
    Option        "AccelMethod"    "XAA"
    Option        "DRI"    "true"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Option        "AddARGBGLXVisuals"    "True"
EndSection

Section    "Extensions"
    Option    "Composite"    "Enable"
EndSection

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