Abilitare il 3D con i driver i810

Dentro xorg.conf impostare i seguenti parametri:

Section "Device"
Identifier "Intel Corporation 945G Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "XAANoOffscreenPixmaps"
EndSection
Section "ServerLayout"

...

Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection

Comments are closed.