Hello,
In my Xorg.conf I find :
"...
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
...
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.5 - 37.9
VertRefresh 50.0 - 70.0
Option "dpms"
EndSection
....
Section "DRI"
Group 0
Mode 0666
EndSection
"
When I start X and I have a look in Xorg.0.log I see no line with neither (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
When I do "glxinfo" I get following result :
name of display: :0.0
display: :0 screen: 0
direct rendering: No
Here is DRI NO .
What is right?
How can I check it?
thanks,
phe