Code: Select all
joe@m0pc0pter ~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)Code: Select all
joe@m0pc0pter ~$ lsmod | grep fglrx
fglrx 614200 11
agpgart 29924 2 fglrx,amd64_agpCode: Select all
(WW) fglrx: No matching device section for instance (BusID PCI:5:0:1) found
(WW) fglrx(0): GetVBEMode failedCode: Select all
Section "ServerLayout"
Identifier "Layout1"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "evdev"
Option "CorePointer"
Option "Device" "/dev/input/event2"
EndSection
Section "Monitor"
Identifier "DPro930SB"
HorizSync "30.0 - 110.0"
VertRefresh "50.0 - 160.0"
EndSection
Section "Device"
Identifier "X1950XTX"
Driver "fglrx"
Option "UseInternalAGPGART" "no"
Option "VideoOverlay" "on"
EndSection
Section "Screen"
Identifier "Screen1"
Device "X1950XTX"
Monitor "DPro930SB"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "640x480" "800x600" "1024x768" "1152x864" "1280x1024" "1600x1200"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "640x480" "800x600" "1024x768" "1152x864" "1280x1024" "1600x1200"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "640x480" "800x600" "1024x768" "1152x864" "1280x1024" "1600x1200"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection


