Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with AIGLX and DRI
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
elblanco
n00b
n00b


Joined: 17 Dec 2007
Posts: 7

PostPosted: Mon Dec 17, 2007 10:23 pm    Post subject: Problem with AIGLX and DRI Reply with quote

Hi, I have gentoo with kde working. I want to install compiz-fusion, so I need AIGLX to be enable. Here's some info :

my video card
(--) PCI: (0:2:1) Intel Corporation 82852/855GM Integrated Graphics Device rev 2, Mem @ 0x40000000/27, 0x48000000/1

my Xorg.0.log about AIXGL :
(==) AIGLX enabled
(EE) AIGLX: Screen 0 is not DRI capable

the result of glxinfo | grep direct :
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

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

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "glx"
Load "dri"
Load "extmod"
Load "dbe"
Load "record"
Load "xtrap"
Load "GLcore"
Load "type1"
Load "freetype"
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: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
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


I would like to install i810 driver for my intel video card and that AIXGL works. Can anyone help me ?

Thanx
Back to top
View user's profile Send private message
ltboy
Apprentice
Apprentice


Joined: 26 Oct 2004
Posts: 197
Location: Utah

PostPosted: Tue Dec 18, 2007 1:04 am    Post subject: Reply with quote

in make.conf set VIDEO_CARDS to "intel i810" then remerge xorg then change your driver in xorg.conf from vesa to intel or i810
_________________
Mmmm.... Brains!
Back to top
View user's profile Send private message
elblanco
n00b
n00b


Joined: 17 Dec 2007
Posts: 7

PostPosted: Tue Dec 18, 2007 4:12 am    Post subject: Reply with quote

Thank you ltboy. I solved my problem by emerging xf86-video-i810.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum