Vine Linux バグトラッキングシステム - Vine Linux
課題の詳細を表示
0002847Vine Linux1 バグ公開2015-01-04 20:342015-01-17 01:32
shirow_higa 
 
毎回 
完了修正不要 
VineSeed 
 
0002847: [Seed] Intel HD Graphics 4600 環境で、ダイレクト・レンダリングが使用できない
以下の構成でPCを新たに組み直したのですが、ダイレクト・レンダリングが使用できず
ソフトウエア・レンダリングになってしまいます。

CPU: Intel Core i5-4590S
M/B: MSI H87M-E35 (BIOS Ver.17.5)
HDD1: Seagate ST3500418AS
HDD2: Western Digital WD30EFRX-68E
TV-Tuner: Earthsoft PT-3


/etx/X11/xorg.confの内容は以下になります。
'-----------------------------------
Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
    ModulePath "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"

    # generated from data in "/etc/sysconfig/keyboard"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "jp"
    Option "XkbModel" "jp106"
EndSection

Section "InputDevice"

    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "FNI DX BROADTEC"
    ModelName "LVW-225T"
    HorizSync 30.0 - 49.0
    VertRefresh 57.0 - 63.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Videocard0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Intel HD Graphics 4600"
    Option "AccelMethod" "sna"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Viewport 0 0
        Depth 24
    EndSubSection
EndSection
'-----------------------------------


/var/log/Xorg.0.logでのエラーメッセージは以下になります。
'-----------------------------------
$ sudo tail -n 200 /var/log/Xorg.0.log |grep '(EE)'
(EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: undefined symbol: _glapi_tls_Dispatch)
(EE) AIGLX: reverting to software rendering
(EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: undefined symbol: _glapi_tls_Dispatch)
(EE) GLX: could not load software renderer
'-----------------------------------

/var/log/Xorg.0.logの全文は添付ファイルにしております。
設定されていません。
log Xorg.0.log (16,767) 2015-01-04 20:34
http://mantis.vinelinux.org/file_download.php?file_id=359&type=bug
課題の履歴
2015-01-04 20:34shirow_higa新規課題
2015-01-04 20:34shirow_higa添付ファイル追加: Xorg.0.log
2015-01-04 22:09shirow_higaコメント追加: 0009081
2015-01-17 01:32iwamotoコメント追加: 0009125
2015-01-17 01:32iwamoto状態新規 => 完了
2015-01-17 01:32iwamoto解決状況不明 => 修正不要

コメント
(0009081)
shirow_higa   
2015-01-04 22:09   
本件を色々ネットを調べて行った所、手動でインストールしたNVIDIAドライバーの
残骸が残っていたため不具合を起こしていたようです。

※以前、NVIDIAのGPUを使用していました。

sh ./nvidia-installer --uninstall したのち、intel関係を再インストールした所
無事にダイレクト・レンダリングが有効になり使用出来るようになりました。


HardInfo 0.5.1での表示は以下のようになります。
'-------------------------
OpenGL
Vendor Intel Open Source Technology Center
Renderer Mesa DRI Intel(R) Haswell Desktop
Version 3.0 Mesa 10.3.5
Direct Rendering Yes
'-------------------------

当方の環境だけの不具合のようですので、本件クローズでお願いします。
(0009125)
iwamoto   
2015-01-17 01:32   
close します。