Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fglrx not working properly with Xorg7.0
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
paszczi
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 117
Location: Poznan, Poland

PostPosted: Wed Dec 28, 2005 12:48 am    Post subject: fglrx not working properly with Xorg7.0 Reply with quote

Hi,
I just decided to switch to Xorg7.0, the installation went just fine but I have problems regarding OpenGL and Ati's drivers.
I'm getting the following error:
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24

Whenever I try to tun something that uses OpenGL I get: find_mesa_visual refurned NULL .....

Also, when I'm undet normal user (not root) I get:
kcminit: ERROR: Access denied to driver shared memory

I worked well under xorg6.8. I've read few topics on this forum but none helped (I tried symlinking /usr/lib/xorg/modules/dri to /usr/lib/modules), I have bo dllloader flags

my xorg.conf
Quote:


Section "Module"

Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
# Load "synaptics"
EndSection


Section "DRI"
Mode 0666
EndSection



Section "Files"
# FontPath "/usr/X11R6/lib/X11/fonts/local/"
# FontPath "/usr/X11R6/lib/X11/fonts/misc/"
# FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
# FontPath "/usr/X11R6/lib/X11/fonts/ukr/"
# FontPath "/usr/X11R6/lib/X11/fonts/util/"
# FontPath "/usr/X11R6/lib/X11/fonts/encodings/"
# FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
# FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
# FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection


Section "ServerFlags"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "nx6125"
Option "XkbLayout" "pl"
Option "XkbOptions" "lv3:ralt_switch,compose:menu"
EndSection


Section "InputDevice"

# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection

#Section "InputDevice"
# Identifier "Synaptics Mouse"
# Driver "synaptics"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "auto-dev"
# Option "LeftEdge" "1700"
# Option "RightEdge" "5300"
# Option "TopEdge" "1700"
# Option "BottomEdge" "4200"
# Option "FingerLow" "25"
# Option "FingerHigh" "30"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "220"
# Option "VertScrollDelta" "100"
# Option "MinSpeed" "0.09"
# Option "MaxSpeed" "0.18"
# Option "AccelFactor" "0.0015"
# Option "SHMConfig" "on"
#EndSection


Section "Monitor"
Identifier "Monitor0"
EndSection

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
# Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "(null)"
# Option "DesktopSetup" "Single"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x00c0300c"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# Option "CenterMode" "on"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
BusID "PCI:1:5:0" # no device found at config time
Screen 0
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"

Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
# InputDevice "Synaptics Mouse" "AlwaysCore"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection



Quote:


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.14-gentoo-r5 x86_64
Current Operating System: Linux sproint 2.6.14-gentoo-r5 #1 Mon Dec 26 10:14:08 CET 2005 x86_64
Build Date: 28 December 2005
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 28 01:38:49 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Server Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "ATI Graphics Adapter"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(==) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,5950 card 103c,308b rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,5a3f card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:04:0: chip 1002,5a36 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:05:0: chip 1002,5a37 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:13:0: chip 1002,4374 card 103c,308b rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4375 card 103c,308b rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4373 card 103c,308b rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4372 card 103c,308b rev 11 class 0c,05,00 hdr 80
(II) PCI: 00:14:1: chip 1002,4376 card 103c,308b rev 00 class 01,01,8a hdr 00
(II) PCI: 00:14:3: chip 1002,4377 card 103c,308b rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 00:14:5: chip 1002,4370 card 103c,308b rev 02 class 04,01,00 hdr 80
(II) PCI: 00:14:6: chip 1002,4378 card 103c,308b rev 02 class 07,03,00 hdr 80
(II) PCI: 01:05:0: chip 1002,5955 card 103c,308b rev 00 class 03,00,00 hdr 00
(II) PCI: 02:01:0: chip 14e4,169c card 103c,308b rev 03 class 02,00,00 hdr 00
(II) PCI: 02:02:0: chip 14e4,4318 card 103c,1356 rev 02 class 02,80,00 hdr 00
(II) PCI: 02:04:0: chip 104c,8031 card 1000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:04:2: chip 104c,8032 card 103c,308b rev 00 class 0c,00,10 hdr 80
(II) PCI: 02:04:3: chip 104c,8033 card 103c,308b rev 00 class 01,80,00 hdr 80
(II) PCI: 02:04:4: chip 104c,8034 card 103c,308b rev 00 class 08,05,00 hdr 80
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,32), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B]
[1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[2] -1 0 0x00002800 - 0x000028ff (0x100) IX[B]
[3] -1 0 0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xc8400000 - 0xc87fffff (0x400000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 16: bridge is at (0:4:0), (0,16,16), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 32: bridge is at (0:5:0), (0,32,32), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:20:4), (0,2,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[1] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[2] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[3] -1 0 0x00001c00 - 0x00001cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xc8000000 - 0xc83fffff (0x400000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x30000000 - 0x31ffffff (0x2000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:4:0), (2,3,6), BCTRL: 0x0344 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[1] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0x30000000 - 0x31ffffff (0x2000000) MX[B]
(--) PCI:*(1:5:0) ATI Technologies Inc ATI Radeon XPRESS 200M 5955 (PCIE) rev 0, Mem @ 0xc0000000/27, 0xc8400000/16, I/O @ 0x2000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xc801c000 - 0xc801c0ff (0x100) MX[B]
[1] -1 0 0xc801b000 - 0xc801b0ff (0x100) MX[B]
[2] -1 0 0xc801a000 - 0xc801a0ff (0x100) MX[B]
[3] -1 0 0xc8018000 - 0xc8019fff (0x2000) MX[B]
[4] -1 0 0xc8014000 - 0xc8017fff (0x4000) MX[B]
[5] -1 0 0xc8013000 - 0xc80137ff (0x800) MX[B]
[6] -1 0 0xc8010000 - 0xc8011fff (0x2000) MX[B]
[7] -1 0 0xc8000000 - 0xc800ffff (0x10000) MX[B]
[8] -1 0 0xc8805000 - 0xc88050ff (0x100) MX[B]
[9] -1 0 0xc8804000 - 0xc88040ff (0x100) MX[B]
[10] -1 0 0xc8803000 - 0xc88033ff (0x400) MX[B]
[11] -1 0 0xc8802000 - 0xc8802fff (0x1000) MX[B]
[12] -1 0 0xc8801000 - 0xc8801fff (0x1000) MX[B]
[13] -1 0 0xc8800000 - 0xc8800fff (0x1000) MX[B]
[14] -1 0 0xc8400000 - 0xc840ffff (0x10000) MX[B](B)
[15] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[16] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[17] -1 0 0x00008200 - 0x0000820f (0x10) IX[B]
[18] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xc801c000 - 0xc801c0ff (0x100) MX[B]
[1] -1 0 0xc801b000 - 0xc801b0ff (0x100) MX[B]
[2] -1 0 0xc801a000 - 0xc801a0ff (0x100) MX[B]
[3] -1 0 0xc8018000 - 0xc8019fff (0x2000) MX[B]
[4] -1 0 0xc8014000 - 0xc8017fff (0x4000) MX[B]
[5] -1 0 0xc8013000 - 0xc80137ff (0x800) MX[B]
[6] -1 0 0xc8010000 - 0xc8011fff (0x2000) MX[B]
[7] -1 0 0xc8000000 - 0xc800ffff (0x10000) MX[B]
[8] -1 0 0xc8805000 - 0xc88050ff (0x100) MX[B]
[9] -1 0 0xc8804000 - 0xc88040ff (0x100) MX[B]
[10] -1 0 0xc8803000 - 0xc88033ff (0x400) MX[B]
[11] -1 0 0xc8802000 - 0xc8802fff (0x1000) MX[B]
[12] -1 0 0xc8801000 - 0xc8801fff (0x1000) MX[B]
[13] -1 0 0xc8800000 - 0xc8800fff (0x1000) MX[B]
[14] -1 0 0xc8400000 - 0xc840ffff (0x10000) MX[B](B)
[15] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[16] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[17] -1 0 0x00008200 - 0x0000820f (0x10) IX[B]
[18] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc801c000 - 0xc801c0ff (0x100) MX[B]
[6] -1 0 0xc801b000 - 0xc801b0ff (0x100) MX[B]
[7] -1 0 0xc801a000 - 0xc801a0ff (0x100) MX[B]
[8] -1 0 0xc8018000 - 0xc8019fff (0x2000) MX[B]
[9] -1 0 0xc8014000 - 0xc8017fff (0x4000) MX[B]
[10] -1 0 0xc8013000 - 0xc80137ff (0x800) MX[B]
[11] -1 0 0xc8010000 - 0xc8011fff (0x2000) MX[B]
[12] -1 0 0xc8000000 - 0xc800ffff (0x10000) MX[B]
[13] -1 0 0xc8805000 - 0xc88050ff (0x100) MX[B]
[14] -1 0 0xc8804000 - 0xc88040ff (0x100) MX[B]
[15] -1 0 0xc8803000 - 0xc88033ff (0x400) MX[B]
[16] -1 0 0xc8802000 - 0xc8802fff (0x1000) MX[B]
[17] -1 0 0xc8801000 - 0xc8801fff (0x1000) MX[B]
[18] -1 0 0xc8800000 - 0xc8800fff (0x1000) MX[B]
[19] -1 0 0xc8400000 - 0xc840ffff (0x10000) MX[B](B)
[20] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[24] -1 0 0x00008200 - 0x0000820f (0x10) IX[B]
[25] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.0.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib64/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 6.8.99.8, module version = 8.20.8
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) ATI Radeon/FireGL: The following chipsets are supported:
RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
RADEON 9200 (RV280 5961), RADEON 9200 SE (RV280 5964),
MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
RADEON 9600 PRO (RV360 4152),
MOBILITY RADEON 9600/9700 (M10/M11 4E50),
MOBILITY RADEON 9550 (M12 4E56), RADEON 9500 (R300 4144),
RADEON 9600 TX (R300 4146), FireGL Z1 (R300 4147),
RADEON 9700 PRO (R300 4E44), RADEON 9500 PRO/9700 (R300 4E45),
RADEON 9600 TX (R300 4E46), FireGL X1 (R300 4E47),
RADEON 9800 SE (R350 4148), RADEON 9550 (RV350 4153),
FireGL T2 (RV350 4154), RADEON 9800 PRO (R350 4E48),
RADEON 9800 (R350 4E49), RADEON 9800 XT (R360 4E4A),
FireGL X2-256/X2-256t (R350 4E4B),
MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
FireGL V3100 (RV370 5B64), MOBILITY RADEON X300 (M22 5460),
MOBILITY RADEON X600 (M24 5462), MOBILITY FireGL V3100 (M22 5464),
RADEON X600 (RV380 3E50), FireGL V3200 (RV380 3E54),
MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
RADEON X800 XT Platinum Edition (R420 4A50), RADEON X800 (R423 5548),
RADEON X800 PRO (R423 5549),
RADEON X800 XT Platinum Edition (R423 554A),
RADEON X800 SE (R423 554B), RADEON X800 XT (R423 5D57),
FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
RADEON X800 XL (R430 554D), RADEON X800 (R430 554F),
RADEON X850 XT Platinum Edition (R480 5D4D),
RADEON X850 PRO (R480 5D4F), RADEON X850 XT (R480 5D52),
MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
MOBILITY RADEON X700 (M26 5653), MOBILITY RADEON X700 XL,
RADEON 9100 IGP (RS300 5834),
RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62)
(II) Primary Device is: PCI 01:05:0
(II) ATI Proprietary Linux Driver Version Identifier:8.20.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.20g1
(II) ATI Proprietary Linux Driver Build Date: Dec 6 2005 20:03:22
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.20.1-driver-lnx-x86_64-232334
(--) Chipset RADEON XPRESS 200M (RS480 5955) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc801c000 - 0xc801c0ff (0x100) MX[B]
[6] -1 0 0xc801b000 - 0xc801b0ff (0x100) MX[B]
[7] -1 0 0xc801a000 - 0xc801a0ff (0x100) MX[B]
[8] -1 0 0xc8018000 - 0xc8019fff (0x2000) MX[B]
[9] -1 0 0xc8014000 - 0xc8017fff (0x4000) MX[B]
[10] -1 0 0xc8013000 - 0xc80137ff (0x800) MX[B]
[11] -1 0 0xc8010000 - 0xc8011fff (0x2000) MX[B]
[12] -1 0 0xc8000000 - 0xc800ffff (0x10000) MX[B]
[13] -1 0 0xc8805000 - 0xc88050ff (0x100) MX[B]
[14] -1 0 0xc8804000 - 0xc88040ff (0x100) MX[B]
[15] -1 0 0xc8803000 - 0xc88033ff (0x400) MX[B]
[16] -1 0 0xc8802000 - 0xc8802fff (0x1000) MX[B]
[17] -1 0 0xc8801000 - 0xc8801fff (0x1000) MX[B]
[18] -1 0 0xc8800000 - 0xc8800fff (0x1000) MX[B]
[19] -1 0 0xc8400000 - 0xc840ffff (0x10000) MX[B](B)
[20] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[24] -1 0 0x00008200 - 0x0000820f (0x10) IX[B]
[25] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x6d88e0
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xc801c000 - 0xc801c0ff (0x100) MX[B]
[6] -1 0 0xc801b000 - 0xc801b0ff (0x100) MX[B]
[7] -1 0 0xc801a000 - 0xc801a0ff (0x100) MX[B]
[8] -1 0 0xc8018000 - 0xc8019fff (0x2000) MX[B]
[9] -1 0 0xc8014000 - 0xc8017fff (0x4000) MX[B]
[10] -1 0 0xc8013000 - 0xc80137ff (0x800) MX[B]
[11] -1 0 0xc8010000 - 0xc8011fff (0x2000) MX[B]
[12] -1 0 0xc8000000 - 0xc800ffff (0x10000) MX[B]
[13] -1 0 0xc8805000 - 0xc88050ff (0x100) MX[B]
[14] -1 0 0xc8804000 - 0xc88040ff (0x100) MX[B]
[15] -1 0 0xc8803000 - 0xc88033ff (0x400) MX[B]
[16] -1 0 0xc8802000 - 0xc8802fff (0x1000) MX[B]
[17] -1 0 0xc8801000 - 0xc8801fff (0x1000) MX[B]
[18] -1 0 0xc8800000 - 0xc8800fff (0x1000) MX[B]
[19] -1 0 0xc8400000 - 0xc840ffff (0x10000) MX[B](B)
[20] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[27] -1 0 0x00008200 - 0x0000820f (0x10) IX[B]
[28] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[29] 0 0 0xc84203b0 - 0xc84203bb (0xc) IS[B]
[30] 0 0 0xc84203c0 - 0xc84203df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [R200PreInit] === begin, [s]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(II) fglrx(0): PCI bus 1 card 5 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "CapabilitiesEx" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x06419064"
(**) fglrx(0): Option "GammaCorrectionII" "0x00c0300c"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "(null)"
(**) fglrx(0): Option "ScreenOverlap" "0"

(**) fglrx(0): Option "UseInternalAGPGART" "no"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "FSAAScale" "1"
(**) fglrx(0): Option "FSAAEnable" "no"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "PseudoColorVisuals" "off"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x06419064
(**) fglrx(0): Gamma Correction for II is 0x00c0300c
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib64/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(**) fglrx(0): Option "mtrr" "off"
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "RADEON XPRESS 200M (RS480 5955)" (Chipset = 0x5955)
(--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x308b)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xc8400000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.8
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 266240 kB
(II) fglrx(0): VESA VBE OEM: ATI MOBILITY RADEON Xpress 200G Series
(II) fglrx(0): VESA VBE OEM Software Rev: 1.0
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: MS48
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Reloading /usr/lib64/xorg/modules/linux/libdrm.so
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(--) fglrx(0): VideoRAM: 65536 kByte, Type: DDR SGRAM / SDRAM
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) fglrx(0): Connected Display1: LCD on internal LVDS
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LGP Model: 657 Serial#: 0
(II) fglrx(0): Year: 1990 Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 30 vert.: 22
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.587 redY: 0.343 greenX: 0.320 greenY: 0.529
(II) fglrx(0): blueX: 0.158 blueY: 0.140 whiteX: 0.312 whiteY: 0.328
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 65.0 MHz Image Size: 304 x 228 mm
(II) fglrx(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Specified desktop setup not supported: 8
(II) fglrx(0): Primary Controller - LCD on internal LVDS
(II) fglrx(0): Internal Desktop Setting: 0x00000004
(II) fglrx(0): POWERplay version 3. 2 power states available:
(II) fglrx(0): 1. 301/200MHz @ 60Hz [enable load balancing]
(II) fglrx(0): 2. 100/150MHz @ 60Hz [low voltage]
(**) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(**) fglrx(0): PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(**) fglrx(0): Center Mode is disabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total of 12 modes found for primary display.
(--) fglrx(0): Virtual size is 1024x768 (pitch 1024)
(**) fglrx(0): *Mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806
(**) fglrx(0): *Mode "800x600": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "800x600" 65.00 800 936 1072 1344 600 687 693 806
(**) fglrx(0): *Mode "640x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x480" 65.00 640 856 992 1344 480 627 633 806
(**) fglrx(0): Default mode "848x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "848x480" 65.00 848 960 1096 1344 480 627 633 806
(**) fglrx(0): Default mode "720x576": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x576" 65.00 720 896 1032 1344 576 675 681 806
(**) fglrx(0): Default mode "720x480": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "720x480" 65.00 720 896 1032 1344 480 627 633 806
(**) fglrx(0): Default mode "640x400": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x400" 65.00 640 856 992 1344 400 587 593 806
(**) fglrx(0): Default mode "640x350": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "640x350" 65.00 640 856 992 1344 350 562 568 806
(**) fglrx(0): Default mode "512x384": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "512x384" 65.00 512 792 928 1344 384 579 585 806
(**) fglrx(0): Default mode "400x300": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "400x300" 65.00 400 736 872 1344 600 687 693 806
(**) fglrx(0): Default mode "320x240": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x240" 65.00 320 696 832 1344 480 627 633 806
(**) fglrx(0): Default mode "320x200": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
(II) fglrx(0): Modeline "320x200" 65.00 320 696 832 1344 400 587 593 806
(--) fglrx(0): Display dimensions: (300, 220) mm
(--) fglrx(0): DPI set to (86, 88)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib64/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(**) fglrx(0): NoAccel = NO
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib64/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.8
(==) fglrx(0): HPV inactive
(==) fglrx(0): FSAA enabled: NO
(**) fglrx(0): FSAA Gamma enabled
(**) fglrx(0): FSAA Multisample Position is fix
(**) fglrx(0): NoDRI = NO
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
compiled for 6.8.99.8, module version = 8.20.8
ABI class: X.Org Server Extension, version 0.2
(II) fglrx(0): Depth moves disabled by default
(**) fglrx(0): Capabilities: 0x00000000
(**) fglrx(0): CapabilitiesEx: 0x00000000
(**) fglrx(0): cpuFlags: 0x4000001f
(**) fglrx(0): cpuSpeedMHz: 0x0000063c
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(**) fglrx(0): UseFastTLS=0
(**) fglrx(0): BlockSignalsOnLock=1
(==) fglrx(0): EnablePrivateBackZ = NO
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xc8400000 - 0xc840ffff (0x10000) MX[B]
[1] 0 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xc801c000 - 0xc801c0ff (0x100) MX[B]
[8] -1 0 0xc801b000 - 0xc801b0ff (0x100) MX[B]
[9] -1 0 0xc801a000 - 0xc801a0ff (0x100) MX[B]
[10] -1 0 0xc8018000 - 0xc8019fff (0x2000) MX[B]
[11] -1 0 0xc8014000 - 0xc8017fff (0x4000) MX[B]
[12] -1 0 0xc8013000 - 0xc80137ff (0x800) MX[B]
[13] -1 0 0xc8010000 - 0xc8011fff (0x2000) MX[B]
[14] -1 0 0xc8000000 - 0xc800ffff (0x10000) MX[B]
[15] -1 0 0xc8805000 - 0xc88050ff (0x100) MX[B]
[16] -1 0 0xc8804000 - 0xc88040ff (0x100) MX[B]
[17] -1 0 0xc8803000 - 0xc88033ff (0x400) MX[B]
[18] -1 0 0xc8802000 - 0xc8802fff (0x1000) MX[B]
[19] -1 0 0xc8801000 - 0xc8801fff (0x1000) MX[B]
[20] -1 0 0xc8800000 - 0xc8800fff (0x1000) MX[B]
[21] -1 0 0xc8400000 - 0xc840ffff (0x10000) MX[B](B)
[22] -1 0 0xc0000000 - 0xc7ffffff (0x8000000) MX[B](B)
[23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[26] 0 0 0x00002000 - 0x000020ff (0x100) IX[B]
[27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[28] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[29] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[30] -1 0 0x00008200 - 0x0000820f (0x10) IX[B]
[31] -1 0 0x00002000 - 0x000020ff (0x100) IX[B](B)
[32] 0 0 0xc84203b0 - 0xc84203bb (0xc) IS[B]
[33] 0 0 0xc84203c0 - 0xc84203df (0x20) IS[B]
(II) fglrx(0): UMM Bus area: 0xc0501000 (size=0x03aef000)
(II) fglrx(0): UMM area: 0x1c501000 (size=0x03aef000)
(II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 99.8
(II) fglrx(0): detected X.org 7.0.0.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenByBusid: drmOpenMinor returns -1023
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:5:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x1058b000
(II) fglrx(0): [drm] mapped SAREA 0x1058b000 to 0x2aaaad4d9000
(II) fglrx(0): [drm] framebuffer handle = 0xc0000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0): Name: fglrx
(II) fglrx(0): Version: 8.20.8
(II) fglrx(0): Date: Dec 6 2005
(II) fglrx(0): Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.14-gentoo-r5
(II) fglrx(0): Build-Kernel MODVERSIONS: no
(II) fglrx(0): Build-Kernel __SMP__: no
(II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
(II) fglrx(0): [drm] register handle = 0xc8400000
(II) fglrx(0): [pcie] 65536 kB allocated with handle 0xdeadbeef
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0x10b94000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0x1c000000 FBMappedSize: 0x00501000
(II) fglrx(0): FBMM initialized for area (0,0)-(1024,1281)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1024,768) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor (scanline 768)
(II) fglrx(0): Largest offscreen area available: 1024 x 505
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Solid Lines
Dashed Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
24 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes = 24
(**) Option "Protocol" "ImPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 9
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "nx6125"
(**) Keyboard1: XkbModel: "nx6125"
(**) Option "XkbLayout" "pl"
(**) Keyboard1: XkbLayout: "pl"
(**) Option "XkbOptions" "lv3:ralt_switch,compose:menu"
(**) Keyboard1: XkbOptions: "lv3:ralt_switch,compose:menu"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
find_mesa_visual returned NULL for visualID = 0x002a
Error in "UpdateFile" -4
Error in "UpdateFile" -4
find_mesa_visual returned NULL for visualID = 0x002a
(II) Mouse1: ps2EnableDataReporting: succeeded
find_mesa_visual returned NULL for visualID = 0x0029
(II) Mouse1: ps2EnableDataReporting: succeeded
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Thu Dec 29, 2005 8:01 pm    Post subject: Reply with quote

Have a similair problem, only that it cannot find the dri and drm modules - what did you install to get them?
Back to top
View user's profile Send private message
atrus123
Guru
Guru


Joined: 06 Jul 2005
Posts: 339
Location: Annapolis, MD

PostPosted: Thu Dec 29, 2005 8:51 pm    Post subject: Reply with quote

I am running Xorg-7 with ati-drivers and dri enabled. I also have the xpress200m card.

To get the ati-drivers/dri working post xorg7 install, I re-emerged the drivers (8.20.8), re-emerged x11-drm, and eselected gl to ati. That was all it took. Did you miss a step?

There might be more information somewhere in here: https://forums.gentoo.org/viewtopic-t-377400.html

J.
_________________
"I cannot support a movement that exploded spending and borrowing and blames its successor for the debt."
-Andrew Sullivan
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Thu Dec 29, 2005 9:27 pm    Post subject: Reply with quote

atrus123 wrote:
I am running Xorg-7 with ati-drivers and dri enabled. I also have the xpress200m card.

To get the ati-drivers/dri working post xorg7 install, I re-emerged the drivers (8.20.8), re-emerged x11-drm, and eselected gl to ati. That was all it took. Did you miss a step?

There might be more information somewhere in here: https://forums.gentoo.org/viewtopic-t-377400.html

J.

I unmasked the latest x11-drm and installed it - although I don't know If I installed the correct drivers with VIDEO_CARDS in make.conf...
I'm still getting
Code:
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 3.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
(II) fglrx(0): VESA VBE OEM Software Rev: 9.10
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: FGL M26-P
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(WW) Warning, couldn't open module drm
(II) UnloadModule: "drm"
(EE) fglrx: Failed to load module "drm" (module does not exist, 0)

Code:
(II) fglrx(0): detected X.org 7.0.0.0
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *

at seperate locations in the xorg log file...
and of course glxinfo reports
Code:
name of display: :0.0
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
libGL error: XF86DRIQueryDirectRenderingCapable failed
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI

Thanks for helping...
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Thu Dec 29, 2005 10:16 pm    Post subject: Reply with quote

Stupid me - found the error, hadn't enabled the dri USE-flag... now it works.
Thanks anyway.
unfortunantly I have no idea on how to help you. Perhaps dmesg shows something?
Back to top
View user's profile Send private message
atrus123
Guru
Guru


Joined: 06 Jul 2005
Posts: 339
Location: Annapolis, MD

PostPosted: Fri Dec 30, 2005 1:46 am    Post subject: Reply with quote

Yep, that'll do it. Glad to hear you got it working.

J.
_________________
"I cannot support a movement that exploded spending and borrowing and blames its successor for the debt."
-Andrew Sullivan
Back to top
View user's profile Send private message
paszczi
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 117
Location: Poznan, Poland

PostPosted: Fri Dec 30, 2005 3:04 pm    Post subject: Reply with quote

Thanks guys I will try the above steps on Monday and post full report here :)
Back to top
View user's profile Send private message
paszczi
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 117
Location: Poznan, Poland

PostPosted: Mon Jan 02, 2006 3:56 pm    Post subject: Reply with quote

Well nothing helped, I unmerged all xorg followed howto step by step. Then I reemerged ati-drivers and x11-drm (though I don't know if it's needed), I created some symlinks and ... again the same issue with _GLContextMode I've read that it may be due to the fact that 8.20.8 are not capable of working with xorg7.0.... Could you maybe post your xorg.conf ... did you check if fgl_glxgears work properly (I get Floating point exception)
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Mon Jan 02, 2006 6:28 pm    Post subject: Reply with quote

Did you enable the dri USE-flag?
I did actually not need to have x11-base/x11-drm installed... all I needed was that USE-flag.

Yes - fgl_glxgears works properly and glxinfo reports as is should as well.

As to the notion that 8.20.8 would not work with xorg7 - that is false, since I have it working :)
I did have to do the following though:
I did make a symlink for some module - but I have no idea where it went or where to find the information on where it should go (probably some other thread in the forum, might even be for another version than xorg7).

xorg.conf:
Code:
Section "ServerLayout"
        Identifier     "Server Layout"
        Screen         "Screen0" 0 0
        InputDevice    "Pad" "CorePointer"
        InputDevice    "Stick" "SendCoreEvents"
        InputDevice    "External" "SendCoreEvents"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/local/"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        SubSection "extmod"
        EndSubSection
        Load  "type1"
        Load  "freetype"
        Load  "libfglrxdrm"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
        Option      "LeftAlt" "Meta"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "se"
EndSection

Section "InputDevice"
        Identifier  "Pad"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mouse0"
        Option      "Protocol" "auto-dev"
        Option      "LeftEdge" "1700"
        Option      "RightEdge" "5300"
        Option      "TopEdge" "1700"
        Option      "BottomEdge" "4200"
        Option      "FingerLow" "25"
        Option      "FingerHigh" "30"
        Option      "MaxTapTime" "180"
        Option      "MaxTapMove" "220"
        Option      "VertScrollDelta" "100"
        Option      "MinSpeed" "0.09"
        Option      "MaxSpeed" "0.18"
        Option      "AccelFactor" "0.0015"
        Option      "SHMConfig" "on"
EndSection

Section "InputDevice"
        Identifier  "Stick"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "ZAxisMapping" "4 5"
        Option      "Device" "/dev/input/mouse1"
EndSection

Section "InputDevice"
        Identifier  "External"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Device" "/dev/input/mouse2"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter connector 0"
        Driver      "fglrx"
        Option      "no_accel" "no"
        Option      "no_dri" "no"
        Option      "DesktopSetup" "single"
        Option      "ScreenOverlap" "0"
        Option      "TVFormat" "PAL-B"
        Option      "TVStandard" "VIDEO"
        Option      "TVHSizeAdj" "0"
        Option      "TVVSizeAdj" "0"
        Option      "TVHPosAdj" "0"
        Option      "TVVPosAdj" "0"
        Option      "TVHStartAdj" "0"
        Option      "TVColorAdj" "0"
        Option      "GammaCorrectionI" "0x06419064"
        Option      "GammaCorrectionII" "0x06419064"
        Option      "Capabilities" "0x00000000"
        Option      "CapabilitiesEx" "0x00000000"
        Option      "VideoOverlay" "off"
        Option      "OpenGLOverlay" "on"
        Option      "CenterMode" "off"
        Option      "PseudoColorVisuals" "off"
        Option      "Stereo" "off"
        Option      "StereoSyncEnable" "1"
        Option      "FSAAEnable" "no"
        Option      "FSAAScale" "1"
        Option      "FSAADisableGamma" "no"
        Option      "FSAACustomizeMSPos" "no"
        Option      "FSAAMSPosX0" "0.000000"
        Option      "FSAAMSPosY0" "0.000000"
        Option      "FSAAMSPosX1" "0.000000"
        Option      "FSAAMSPosY1" "0.000000"
        Option      "FSAAMSPosX2" "0.000000"
        Option      "FSAAMSPosY2" "0.000000"
        Option      "FSAAMSPosX3" "0.000000"
        Option      "FSAAMSPosY3" "0.000000"
        Option      "FSAAMSPosX4" "0.000000"
        Option      "FSAAMSPosY4" "0.000000"
        Option      "FSAAMSPosX5" "0.000000"
        Option      "FSAAMSPosY5" "0.000000"
        Option      "UseFastTLS" "0"
        Option      "BlockSignalsOnLock" "on"
        Option      "UseInternalAGPGART" "yes"
        Option      "ForceGenericCPU" "no"
        Option      "PowerState" "1"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter connector 1"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "ATI Graphics Adapter connector 0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1920x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "ATI Graphics Adapter connector 1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection
Back to top
View user's profile Send private message
atrus123
Guru
Guru


Joined: 06 Jul 2005
Posts: 339
Location: Annapolis, MD

PostPosted: Mon Jan 02, 2006 6:29 pm    Post subject: Reply with quote

paszczi wrote:
Well nothing helped, I unmerged all xorg followed howto step by step. Then I reemerged ati-drivers and x11-drm (though I don't know if it's needed), I created some symlinks and ... again the same issue with _GLContextMode I've read that it may be due to the fact that 8.20.8 are not capable of working with xorg7.0.... Could you maybe post your xorg.conf ... did you check if fgl_glxgears work properly (I get Floating point exception)


8.20.8 works fine with xorg-7; I'm using them both.

Here's my xorg.conf. Maybe it'll give you some clues.

Code:



# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection

Section "Files"

    RgbPath   "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/artwiz"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath   "/usr/X11R6/lib/X11/fonts/corefonts"
    FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath   "/usr/X11R6/lib/X11/fonts/encodings"
    FontPath   "/usr/X11R6/lib/X11/fonts/sharefonts"
    FontPath   "/usr/X11R6/lib/X11/fonts/terminus"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/corefonts"
    FontPath   "/usr/share/fonts/sharefonts"
    FontPath   "/usr/share/fonts/terminus"

EndSection

Section "ServerFlags"

EndSection
Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbDisable"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"   "us"

EndSection
Section "InputDevice"
    Identifier   "Mouse1"
    Driver "mouse"
    Option "Device"     "/dev/input/mice"
Option "CorePointer"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31.5 - 80.5
    VertRefresh 60 - 75
    Option "DPMS"
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Chipset     "0x5a42"
    Driver      "vga"
EndSection

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
    #Option                              "NoDDC"
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
    Option "DesktopSetup"               "0x00000100"
    Option "MonitorLayout"              "AUTO, NONE"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
    Option "NoTV"                       "yes"     
    Option "TVStandard"                 "NTSC-M"     
    Option "TVHSizeAdj"                 "0"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    Option "TVHStartAdj"                "0"     
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
    Option "Capabilities"               "0x00000000"
    Option "VideoOverlay"               "on"
    Option "OpenGLOverlay"              "off"
    Option "CenterMode"                 "off"
    Option "PseudoColorVisuals"         "off"
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
    Option "UseFastTLS"                 "2"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    Option "KernelModuleParm"           "agplock=0" # AGP locked user pages: disabled
    Screen 0
EndSection

#Section "Extensions"
#   Option "Composite" "On"
#EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x960"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Server Layout"
    Screen "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

### EOF ###


Good luck.

J.

Edit: oh, and fgl_glxgears works fine.
_________________
"I cannot support a movement that exploded spending and borrowing and blames its successor for the debt."
-Andrew Sullivan
Back to top
View user's profile Send private message
drakos7
Apprentice
Apprentice


Joined: 21 Feb 2003
Posts: 294
Location: Rockville, MD, USA, Earth, Sol

PostPosted: Mon Jan 02, 2006 7:29 pm    Post subject: Reply with quote

I get the __GLcontextMode error too. fgl_glxgears gives a loating point exception. glxgears runs fine. odd.
Back to top
View user's profile Send private message
paszczi
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 117
Location: Poznan, Poland

PostPosted: Mon Jan 02, 2006 9:53 pm    Post subject: Reply with quote

One more thing could you post which version of xorg-server are you using, I've read some other topics and it seems that 8.20.8 is compataible with xorg-server's version up to 0.99.3 (I've tried with 1.00 and no luck). Oh yeah and one more thing what's the point in using x11-drm? Isn't it loaded with fglrx automatically as far as I know I had tremendous problems with DRM enabled in my kernel and fglrx - once I turned it off I could start using X'es...
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Mon Jan 02, 2006 10:20 pm    Post subject: Reply with quote

paszczi wrote:
One more thing could you post which version of xorg-server are you using, I've read some other topics and it seems that 8.20.8 is compataible with xorg-server's version up to 0.99.3 (I've tried with 1.00 and no luck).

1.0.1 is the only version in portage...
paszczi wrote:
Oh yeah and one more thing what's the point in using x11-drm? Isn't it loaded with fglrx automatically as far as I know I had tremendous problems with DRM enabled in my kernel and fglrx - once I turned it off I could start using X'es...

None - unmerge it.
paszczi wrote:
Isn't it loaded with fglrx automatically as far as I know I had tremendous problems with DRM enabled in my kernel and fglrx - once I turned it off I could start using X'es...

ati-drivers will not install if DRM is active in the kernel config - if I'm not entirely mistaken.
Back to top
View user's profile Send private message
paszczi
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 117
Location: Poznan, Poland

PostPosted: Tue Jan 03, 2006 12:24 am    Post subject: Reply with quote

Well so I don't know what I'm doing wrong. Could you please post step-by-step instructions maybe (and your make.conf - I'm I missing some USE flag) I'm still doing something wrong, also I was wondering if CFLAGS could broke (but again I have only -O2 -msse3 -march=k8).
Back to top
View user's profile Send private message
atrus123
Guru
Guru


Joined: 06 Jul 2005
Posts: 339
Location: Annapolis, MD

PostPosted: Tue Jan 03, 2006 3:01 am    Post subject: Reply with quote

elestedt wrote:
paszczi wrote:
One more thing could you post which version of xorg-server are you using, I've read some other topics and it seems that 8.20.8 is compataible with xorg-server's version up to 0.99.3 (I've tried with 1.00 and no luck).

1.0.1 is the only version in portage...
paszczi wrote:
Oh yeah and one more thing what's the point in using x11-drm? Isn't it loaded with fglrx automatically as far as I know I had tremendous problems with DRM enabled in my kernel and fglrx - once I turned it off I could start using X'es...

None - unmerge it.
paszczi wrote:
Isn't it loaded with fglrx automatically as far as I know I had tremendous problems with DRM enabled in my kernel and fglrx - once I turned it off I could start using X'es...

ati-drivers will not install if DRM is active in the kernel config - if I'm not entirely mistaken.


Hmm... actually DRM can be active in the kernel to compile ati-drivers. That's no problem. But for direct rendering, you are going to want to use the x11-drm package (it's more up-to-date). I believe that the ati drivers actually use the DRM kernel for direct rendering (unlike nvidia, which provides its own), which means that yes, you are going to need x11-drm installed.

I'm willing to be proven wrong, but this is how I understand it.

In any case, I'll write a quick guide to how I got dri working with ati-drivers 8.20.8 and xorg-7. Use it or don't use it. That's up to you.

-------------------------------

1) Emerge xorg-7 as per this guide: link
I didn't follow every single step, but it gives you a good idea of what to do. Thanks Spyderous :)

2) Unmask the latest x11-drm and ati-drivers.

3) To your make.conf, add the following line: VIDEO_CARDS="RADEON". You will also want to add dri to your USE flags.

4) make menuconfig. Under Character Devices, disable Direct Rendering Manager (DRI) and compile agpgart as a module. You will also want to disable Framebuffer. I have heard that this can cause problems with fglrx. Build the kernel and copy it to /boot.

5) Emerge ati-drivers and x11-drm.

6) Add agpgart and fglrx to /etc/modules.autoload.d/kernel*

7) xorg.conf:
Code:

Section "Module"
Load "dri"
Load "glx"
...
Section "Device"
Driver "fglrx"
...


That should do it.

If the fglrx module doesn't load into the kernel, try deactivating the agpgart module and see what happens. If that doesn't work, make sure that you aren't trying to load the drm or radeon modules.

Best of luck,

J.
_________________
"I cannot support a movement that exploded spending and borrowing and blames its successor for the debt."
-Andrew Sullivan
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Tue Jan 03, 2006 7:43 am    Post subject: Reply with quote

atrus123 wrote:
elestedt wrote:
paszczi wrote:
One more thing could you post which version of xorg-server are you using, I've read some other topics and it seems that 8.20.8 is compataible with xorg-server's version up to 0.99.3 (I've tried with 1.00 and no luck).

1.0.1 is the only version in portage...
paszczi wrote:
Oh yeah and one more thing what's the point in using x11-drm? Isn't it loaded with fglrx automatically as far as I know I had tremendous problems with DRM enabled in my kernel and fglrx - once I turned it off I could start using X'es...

None - unmerge it.
paszczi wrote:
Isn't it loaded with fglrx automatically as far as I know I had tremendous problems with DRM enabled in my kernel and fglrx - once I turned it off I could start using X'es...

ati-drivers will not install if DRM is active in the kernel config - if I'm not entirely mistaken.


Hmm... actually DRM can be active in the kernel to compile ati-drivers. That's no problem. But for direct rendering, you are going to want to use the x11-drm package (it's more up-to-date). I believe that the ati drivers actually use the DRM kernel for direct rendering (unlike nvidia, which provides its own), which means that yes, you are going to need x11-drm installed.

No you cannot have DRM enabled by
Code:
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=m
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
# CONFIG_DRM is not set
 CONFIG_DRM=y         

in the kernel config.
The ati-drivers have it's own routines for drm - the x11-drm package, as far as I understand it, creates subdrivers for the already existing, for example, radeon driver - to enable that driver to use DRM...
atrus123 wrote:

I'm willing to be proven wrong, but this is how I understand it.

If you have - you get this when emerging the ati-drivers:
Code:
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.14.5
 * Checking for MTRR support enabled ...                                                                                                             [ ok ]
 * Checking for AGP support enabled ...                                                                                                              [ ok ]
 * Checking for DRM support disabled ...                                                                                                             [ !! ]
 * You have DRM support enabled builtin, the direct rendering
 * will not work.
 * X11 implementation is xorg-x11.

atrus123 wrote:

In any case, I'll write a quick guide to how I got dri working with ati-drivers 8.20.8 and xorg-7. Use it or don't use it. That's up to you.

-------------------------------

1) Emerge xorg-7 as per this guide: link
I didn't follow every single step, but it gives you a good idea of what to do. Thanks Spyderous :)

2) Unmask the latest x11-drm and ati-drivers.

3) To your make.conf, add the following line: VIDEO_CARDS="RADEON". You will also want to add dri to your USE flags.

4) make menuconfig. Under Character Devices, disable Direct Rendering Manager (DRI) and compile agpgart as a module. You will also want to disable Framebuffer. I have heard that this can cause problems with fglrx. Build the kernel and copy it to /boot.

5) Emerge ati-drivers and x11-drm.

6) Add agpgart and fglrx to /etc/modules.autoload.d/kernel*

7) xorg.conf:
Code:

Section "Module"
Load "dri"
Load "glx"
...
Section "Device"
Driver "fglrx"
...


That should do it.

If the fglrx module doesn't load into the kernel, try deactivating the agpgart module and see what happens. If that doesn't work, make sure that you aren't trying to load the drm or radeon modules.

Best of luck,

J.
Back to top
View user's profile Send private message
atrus123
Guru
Guru


Joined: 06 Jul 2005
Posts: 339
Location: Annapolis, MD

PostPosted: Tue Jan 03, 2006 2:49 pm    Post subject: Reply with quote

That's cool. I've been proven wrong.

J.
_________________
"I cannot support a movement that exploded spending and borrowing and blames its successor for the debt."
-Andrew Sullivan
Back to top
View user's profile Send private message
paszczi
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 117
Location: Poznan, Poland

PostPosted: Tue Jan 03, 2006 4:18 pm    Post subject: Reply with quote

I'm just wondering does anyone of you use amd64? I did all the steps mentioned above and still nothing ... maybe this is the cause
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Tue Jan 03, 2006 5:05 pm    Post subject: Reply with quote

paszczi wrote:
I'm just wondering does anyone of you use amd64? I did all the steps mentioned above and still nothing ... maybe this is the cause

That could be it actually, at least the 32bit drivers I use would not run on a 64bit system - unless you have 32bit emulation enabled?
Anyway It could be good for you to check if the ebuild downloads the 32 or 64bit (if there is such a version, easily checked on www.ati.com) when installing...
Back to top
View user's profile Send private message
paszczi
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 117
Location: Poznan, Poland

PostPosted: Wed Jan 04, 2006 8:50 am    Post subject: Reply with quote

Well, ati drivers for amd64 contain both 64bit and 32bit drivers and both are installed. In /etc/env.d/09ati includes paths for lib32 (this is first one - don't know why) and lib64. However 32bit drivers don't load (it shouts that there is now such library as fglrx_dr.so -> it's probably caused by the fact that my system is 64bit) and 64 do :) Maybe this causes all the problem... well it seems I have to wait for next ati-drivers maybe they'll be better (yeah sure)
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Wed Jan 04, 2006 9:20 am    Post subject: Reply with quote

paszczi wrote:
Well, ati drivers for amd64 contain both 64bit and 32bit drivers and both are installed. In /etc/env.d/09ati includes paths for lib32 (this is first one - don't know why) and lib64. However 32bit drivers don't load (it shouts that there is now such library as fglrx_dr.so -> it's probably caused by the fact that my system is 64bit) and 64 do :) Maybe this causes all the problem... well it seems I have to wait for next ati-drivers maybe they'll be better (yeah sure)

You could try to locate the missing library (it is probably installed but not in the right place) and symlink to the location it expects to find it...
Back to top
View user's profile Send private message
paszczi
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 117
Location: Poznan, Poland

PostPosted: Wed Jan 04, 2006 10:52 am    Post subject: Reply with quote

Missing library (fglrx_dri.so) is in the right place (LIBGL_DEBUG=verbose fglrxinfo - shows that it cannot find library that actually _IS_ in the location it points to):

Quote:

libGL: XF86DRIGetClientDriverName: 8.20.8 fglrx (screen 0)
libGL: OpenDriver: trying /usr/lib32/modules/dri/fglrx_dri.so
libGL error: dlopen /usr/lib32/modules/dri/fglrx_dri.so failed (/usr/lib32/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory)
libGL: OpenDriver: trying /usr/lib64/modules/dri/fglrx_dri.so
libGL: XF86DRIGetClientDriverName: 8.20.8 fglrx (screen 0)
drmOpenByBusid: busid is PCI:1:5:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
Can't open configuration file /etc/fglrxrc: No such file or directory.
Can't open configuration file /etc/drirc: No such file or directory.
Can't open configuration file /home/maciek/.drirc: No such file or directory.
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON XPRESS 200M Series SW TCL Generic
OpenGL version string: 1.3.5519 (X4.3.0-8.20.8)



Quote:

maciek@sproint /usr/lib32/modules/dri $ ls -al /usr/lib32/modules/dri/
total 17841
drwxr-xr-x 2 root root 112 Jan 2 17:09 .
drwxr-xr-x 5 root root 120 Jan 2 17:09 ..
-rwxr-xr-x 1 root root 9144088 Jan 2 17:09 atiogl_a_dri.so
-rwxr-xr-x 1 root root 9102065 Jan 2 17:09 fglrx_dri.so


So I assume that's 32-bit <-> 64-bit issue
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Wed Jan 04, 2006 12:03 pm    Post subject: Reply with quote

paszczi wrote:
Missing library (fglrx_dri.so) is in the right place (LIBGL_DEBUG=verbose fglrxinfo - shows that it cannot find library that actually _IS_ in the location it points to):

Quote:

libGL: XF86DRIGetClientDriverName: 8.20.8 fglrx (screen 0)
libGL: OpenDriver: trying /usr/lib32/modules/dri/fglrx_dri.so
libGL error: dlopen /usr/lib32/modules/dri/fglrx_dri.so failed (/usr/lib32/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory)
libGL: OpenDriver: trying /usr/lib64/modules/dri/fglrx_dri.so
libGL: XF86DRIGetClientDriverName: 8.20.8 fglrx (screen 0)
drmOpenByBusid: busid is PCI:1:5:0
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 4, (OK)
drmOpenByBusid: drmOpenMinor returns 4
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
Can't open configuration file /etc/fglrxrc: No such file or directory.
Can't open configuration file /etc/drirc: No such file or directory.
Can't open configuration file /home/maciek/.drirc: No such file or directory.
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON XPRESS 200M Series SW TCL Generic
OpenGL version string: 1.3.5519 (X4.3.0-8.20.8)



Quote:

maciek@sproint /usr/lib32/modules/dri $ ls -al /usr/lib32/modules/dri/
total 17841
drwxr-xr-x 2 root root 112 Jan 2 17:09 .
drwxr-xr-x 5 root root 120 Jan 2 17:09 ..
-rwxr-xr-x 1 root root 9144088 Jan 2 17:09 atiogl_a_dri.so
-rwxr-xr-x 1 root root 9102065 Jan 2 17:09 fglrx_dri.so


So I assume that's 32-bit <-> 64-bit issue

Would seem so. Can you run other 32bit-apps?
If there is a 64bit version in the corresponding directory - perhaps you could try to fool the system in to using that one by way of symlink?
Back to top
View user's profile Send private message
paszczi
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2005
Posts: 117
Location: Poznan, Poland

PostPosted: Wed Jan 04, 2006 12:11 pm    Post subject: Reply with quote

Well I can run 32bit apps with no problems (including ones that use OpenGL). 32bit version of driver doesn;t work but 64bit works (it's loaded just after) so I don't think that symlinking is neccessary.
Back to top
View user's profile Send private message
elestedt
Guru
Guru


Joined: 13 Mar 2005
Posts: 383

PostPosted: Wed Jan 04, 2006 12:19 pm    Post subject: Reply with quote

paszczi wrote:
Well I can run 32bit apps with no problems (including ones that use OpenGL). 32bit version of driver doesn;t work but 64bit works (it's loaded just after) so I don't think that symlinking is neccessary.

Well - that hopefully narrows the possible sources of the error at least somewhat :)
Could you post the full output of a simple glxinfo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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