通常、インテルドライバーのオプションを変更する場合はxorg.conf
次のように編集できます:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
たとえば、加速方法を選択します。
fglrx
を使用すると、これはどのように達成されますか ハイブリッドグラフィックシステム(IntelおよびAMDカードを使用)およびxorg.conf
上のドライバー 、デフォルト(aticonfig --initial
生成された)のように見える
Section "ServerLayout"
Identifier "My Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:6:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
(必要なオプションを使用してIntelデバイススタンザを追加しようとしました。セグメンテーション違反が発生します)