I install the newest ati driver yesterday, 8.3.
I install it on my fc6.
I modified several places in xorg.conf, but I can't get direct rendering.
Here's some info:
Quote:
$ glxinfo | grep direct
direct rendering: No
|
Quote:
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1300
OpenGL version string: 1.2 (2.1.7412 Release)
|
And this is my xorg.conf:
Quote:
# Xorg configuration created by system-config-display
Section "Module"
Load "bitmap"
Load "ddc"
Load "dbe"
Load "fbdevhw"
Load "record"
# Load "extmod"
Load "freetype"
Load "type1"
Load "glx"
Load "dri"
Load "int10"
Load "GLcore"
# Load "extmod" but omit DGA extension (the DGA extension is broken in the fglrx driver)
SubSection "extmod"
# Option "omit XVideo"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "fglrx"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "on"
Option "DesktopSetup" "single"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
#Option "RENDER" "Enable"
Option "Composite" "Disable"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
|
Will somebody please tell me how to get direct rendering, please?