Как включить дополнительные визуальные эффекты с помощью графического контроллера Intel?

Я использую офисный настольный компьютер с установленной Ubuntu 10.04. Я знаю, что графический контроллер Intel должен быть в состоянии реализовать простые настольные эффекты, доступные в Compiz, но я не могу убедить Ubuntu попробовать. Когда я пытаюсь включить дополнительные эффекты, он открывает диалоговое окно «Аппаратные драйверы» и через некоторое время завершает работу: «В этой системе не используются проприетарные драйверы», а приведенный ниже список пуст.

Обратите внимание, что раньше у меня были установлены драйверы nVidia. Я перенес SSD со своего старого компьютера на этот новый.

Я хотел бы знать, что я должен изучить, чтобы включить дополнительные эффекты в Ubuntu с помощью графического контроллера Intel

Мой xorg.conf: (это вывод по умолчанию из $ Xorg -configure )


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "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"
    Load  "dri"
    Load  "dbe"
    Load  "record"
    Load  "extmod"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz"
        ### [arg]: arg optional
        #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"        # []
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Core Processor Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

$ glxinfo вывод:

name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":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  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
Segmentation fault

$ 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 lucid main

и запустить apt-get update && apt-get upgrade

2
задан 7 May 2012 в 15:51

1 ответ

Необходимо проверить эту ссылку для чтения на ошибке: 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
ответ дан 7 May 2012 в 15:51

Другие вопросы по тегам:

Похожие вопросы: