如何使用Intel图形控制器启用Extra Visual Effects?

我正在使用安装了Ubuntu 10.04的办公室桌面计算机。 我知道英特尔图形控制器应该能够完成Compiz提供的简单桌面效果,但我无法说服Ubuntu尝试。 当我尝试启用Extra Effects时,会弹出“硬件驱动程序”对话框并在一段时间后结束“此系统上没有使用专有驱动程序”,下面的列表为空。

注意,我曾经安装过nVidia驱动程序。 我将SSD从旧计算机移到了新计算机上。

我想知道我必须学习什么才能使用英特尔图形控制器在Ubuntu上启用Extra Effects

我的xorg.conf 🙁这是$ Xorg -configure的默认输出)


 “ServerLayout”部分
    标识符“X.org已配置”
    屏幕0“Screen0”0 0
     InputDevice“Mouse0”“CorePointer”
     InputDevice“Keyboard0”“CoreKeyboard”
 EndSection

 “文件”部分
     ModulePath“/ usr / lib / xorg / modules”
     FontPath“/ usr / share / fonts / X11 / misc”
     FontPath“/ usr / share / fonts / X11 / cyrillic”
     FontPath“/ usr / share / fonts / X11 / 100dpi /:unscaled”
     FontPath“/ usr / share / fonts / X11 / 75dpi /:unscaled”
     FontPath“/ usr / share / fonts / X11 / Type1”
     FontPath“/ usr / share / fonts / X11 / 100dpi”
     FontPath“/ usr / share / fonts / X11 / 75dpi”
     FontPath“/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
     FontPath“内置插件”
 EndSection

 “模块”部分
    加载“dri2”
    加载“dri”
    加载“dbe”
    加载“记录”
    加载“extmod”
    加载“glx”
 EndSection

 “InputDevice”部分
    标识符“Keyboard0”
    司机“kbd”
 EndSection

 “InputDevice”部分
    标识符“Mouse0”
    司机“老鼠”
    选项“协议”“自动”
    选项“设备”“/ dev / input / mice”
    选项“ZAxisMapping”“4 5 6 7”
 EndSection

 “监视器”部分
    标识符“Monitor0”
     VendorName“监视器供应商”
     ModelName“监控模型”
 EndSection

 “设备”部分
         ###可用的驱动程序选项包括: - 
         ### Values :: integer,:float,:“True”/“False”,
         ###:“String”,:“Hz / kHz / MHz”
         ### [arg]:arg可选
         #Option“DRI”#[]
         #Option“ColorKey”# 
         #Option“VideoKey”# 
         #Option“FallbackDebug”#[]
         #Option“Tiling”#[]
         #Option“LinearFramebuffer”#[]
         #Option“Shadow”#[]
         #Option“SwapbuffersWait”#[]
         #Option“XvPreferOverlay”#[]
         #Option“DebugFlushBatches”#[]
         #Option“DebugFlushCaches”#[]
         #Option“DebugWait”#[]
         #Option“HotPlug”#[]
         #Option“RelaxedFencing”#[]
    标识符“Card0”
    司机“英特尔”
     VendorName“Intel Corporation”
     BoardName“核心处理器集成图形控制器”
     BusID“PCI:0:2:0”
 EndSection

 “屏幕”部分
    标识符“Screen0”
    设备“Card0”
    监控“Monitor0”
    子部分“显示”
        视口0 0
        深度1
     EndSubSection
    子部分“显示”
        视口0 0
        深度4
     EndSubSection
    子部分“显示”
        视口0 0
        深度8
     EndSubSection
    子部分“显示”
        视口0 0
        深度15
     EndSubSection
    子部分“显示”
        视口0 0
        深度16
     EndSubSection
    子部分“显示”
        视口0 0
        深度24
     EndSubSection
 EndSection

$ glxinfo输出:

显示名称:: 0.0
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
错误:找不到RGB GLX visual或fbconfig

 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 Xlib:显示“:0.0”时缺少扩展名“GLX”。
 3 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
  id dep cl cl sz l ci b ro rgba bf th cl rgba ns b eat
 -------------------------------------------------- --------------------
分段故障

$ uname -a输出:

 $ uname -a
 Linux tes-ubuntu-w350 3.0.0-19-generic#33~lucid1-Ubuntu SMP Fri Apr 20 13:55:
 08 UTC 2012 x86_64 GNU / Linux

如果我能提供更多相关信息,请评论


我做了什么

从apt-get安装了最新的可用内核

 sudo apt-get install linux-image-3.0.0-19-generic linux-headers-3.0.0-19-gener
我知道了

将这些添加到我的来源

 deb http://ppa.launchpad.net/glasen/intel-driver/ubuntu lucid main 
 deb-src http://ppa.launchpad.net/glasen/intel-driver/ubuntu lucid main

并运行apt-get update && apt-get upgrade

您应该查看此链接以阅读错误: http : //ubuntuforums.org/showpost.php?p = 888496&posttcount = 11

解决方案(在上面的链接中提供):

  sudo apt-get purge nvidia* sudo apt-get install --reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core sudo dpkg-reconfigure xserver-xorg