3D support with Intel i810 and kernel 2.6.22.6
Wednesday, September 19, 2007, 09:47 AM -
Linux
I wanted to set up my 3D support on my notebook. My graphic card chip is an Intel 855GM. For this chip is no additional or external driver necessary.
I'm using the following packages and kernel version:
distribution debian-4.0 etch
kernel 2.6.22.6
xorg 7.1.0
kde 3.5.5
You have to change or add the following steps in the kernel:
Linux Kernel Configuration
Device Drivers
Character Devices
(*)/div/agpgart...
(M)Intel 440LX/BX/GX,...
(M)Direct Rendering Manager...
(M)Intel I810
(M)Intel 830M, 845, 852GM, 855GM, 865G
(M)i830 driver
(M)i915 driver
Graphics Support
(*)Support for frame buffer devices
(M)Intel 810/815 support
(M)Intel 830M/845G/...
After this changes build your kernel and reboot your system in the new kernel configuration.
Install the package
libgl1-mesa-dri
to use the DRI correctly.
After this installation open the configuration file of xorg
/etc/X11/xorg.conf
and change or add the following lines in the correct sections:
Section "Device"
Identifier "Generic Video Card"
Driver "i810"
Option "DRI" "true"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
Option "AIGLX" "true"
EndSection
Restart the Xserver now and your 3D support should work perfectly.
Please have also a look at the following forum thread at
debianforum.de