View Single Post
  #8   (View Single Post)  
Old 7th June 2010
Beastie Beastie is offline
Daemonology student
 
Join Date: Jan 2009
Location: /dev/earth0
Posts: 335
Default

You probably should load the dri/2 module(s).
Code:
Section "Module"
    [...]
    Load  "dri"
    Load  "dri2"
    [...]
EndSection
And then, in the graphic card Device section, you may have to enable DRI:
Code:
Section "Device"
    [...]
    Option "DRI" "TRUE"
    Driver "S3????"
    [...]
EndSection
__________________
May the source be with you!
Reply With Quote