web-dev-qa-db-ja.com

Intelグラフィックコントローラーを使用して追加の視覚効果を有効にするにはどうすればよいですか?

Ubuntu 10.04がインストールされたオフィスのデスクトップコンピューターを使用しています。 Intelのグラフィックスコントローラーは、Compizが提供するシンプルなデスクトップエフェクトを実行できるはずですが、Ubuntuに試してもらうことはできません。 Extra Effectsを有効にしようとすると、「ハードウェアドライバー」ダイアログが表示され、しばらくすると「このシステムで使用されているプロプライエタリドライバーはありません」と表示され、下のリストが空になります。

注:以前はnVidiaドライバーがインストールされていました。 SSDを古いコンピューターからこの新しいコンピューターに移動しました。

Intelグラフィックスコントローラーを使用してUbuntuで追加効果を有効にするために何を学ぶ必要があるかを知りたい

My xorg.conf:$ Xorg -configureからのデフォルト出力です)

 
セクション "ServerLayout" 
識別子 "X.org Configured" 
 Screen 0 "Screen0" 0 0 
 InputDevice "Mouse0" "CorePointer" 
 InputDevice "Keyboard0" "CoreKeyboard" 
 EndSection 
 
セクション "Files" 
 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" built-ins "
 EndSection 
 
 Section" Module "
 Load" dri2 "
ロード "dri" 
ロード "dbe" 
ロード "record" 
ロード "extmod" 
 Load "glx" 
 EndSection 
 
 Section "InputDevice" 
 Identifier "Keyboard0" 
 Driver "kbd" 
 EndSection 
 
 Section "InputDevice" 
 Identifier "Mouse0" 
 Driver "mouse" 
 Option "Protocol" "auto" 
オプション "Device" "/dev/input/mice"
オプション" ZAxisMapping "" 4 5 6 7 "
 EndSection 
 
 Section" Monitor "
識別子 "Monitor0" 
 VendorName "Monitor Vendor" 
 ModelName "Monitor Model" 
 EndSection 
 
 Section "Device" 
 ###使用可能なドライバーオプションは次のとおりです。-
 ###値::整数、:フロート、: "True"/"False"、
 ###: "String"、 : "Hz/kHz/MHz" 
 ### [arg]:arg optional 
 #Option "DRI"#[] 
 #Option "ColorKey"#
 #Option "VideoKey"#
 #Op tion "FallbackDebug"#[] 
 #Option "Tiling"#[] 
 #Option "LinearFramebuffer"#[] 
 #Option "Shadow"#[] 
 #Option "SwapbuffersWait"#[] 
 #Option "XvPreferOverlay"#[] 
 #Option "DebugFlushBatches"#[] 
 #Option "DebugFlushCaches"#[] 
 #Option "DebugWait"#[] 
 #Option "HotPlug"#[] 
 #Option "RelaxedFencing"#[] 
識別子 "Card0" 
ドライバ "intel" 
 VendorName "Intel Corporation" 
 BoardName "Core Processor Integrated Graphics Controller" 
 BusID "PCI:0:2:0" 
 EndSection 
 
セクション「スクリーン」
識別子「スクリーン0」
デバイス「カード0」
モニター「モニター0」
サブセクション「ディスプレイ」
ビューポート0 0 
深さ1 
 EndSubSection 
サブセクション「表示」
ビューポート0 0 
深さ4 
 EndSubSection 
サブセクション「表示」
ビューポート0 0 
深さ8 
 EndSubSection 
サブセクション「表示」
ビューポート0 0 
深さ15 
 EndSubSection 
 SubSection "Display" 
 Viewport 0 0 
 Depth 16 
 EndSubSection 
 SubSection "Display" 
ビューポート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:拡張子 "GLX"がありませんディスプレイ ":0.0"。
エラー:RGB GLXビジュアルまたはfbconfig 
 
 Xlib:ディスプレイ ":0.0"。[.____。にない拡張子 "GLX"が見つかりませんでした。 ] Xlib:ディスプレイ ":0.0"にない拡張子 "GLX"。
 Xlib:ディスプレイ ":0.0"にない拡張子 "GLX"。
 Xlib:ディスプレイ ":にない拡張子" GLX " 0.0 "。
 Xlib:ディスプレイ":0.0 "にない拡張子" GLX "。
 Xlib:ディスプレイ":0.0 "にない拡張子" GLX "。
 Xlib:拡張子" GLX "がディスプレイ":0.0 "にありません。
 3 GLXFBConfigs:
 visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav 
 id dep cl sp 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 
 ic 

これらをソースに追加しました

 deb http://ppa.launchpad.net/glasen/intel-driver/ubuntu lucid main 
 deb-src http://ppa.launchpad.net/glasen/intel-driver/ubuntu明快なメイン

apt-get update && apt-get upgradeを実行します

2
Hubro

このリンクをチェックして、エラーを確認する必要があります。 http://ubuntuforums.org/showpost.php?p=8849106&postcount=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
6
xstnc