Gentoo Forums
Gentoo Forums
Quick Search: in
Trouble getting ATI drivers going on AMD64 [solved]
View unanswered posts
View posts from last 24 hours

rackathon
 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
gralves
Guru
Guru


Joined: 20 May 2003
Posts: 389
Location: Sao Paulo, Brazil

PostPosted: Mon Sep 05, 2005 4:16 pm    Post subject: Trouble getting ATI drivers going on AMD64 [solved] Reply with quote

I'm having trouble getting dri to work. Fglrx is loaded into the kernel and 2d works fine but:

# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No
....

# /opt/ati/bin/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.2.1)

# eselect opengl list
Availible OpenGL implementations:
[1] ati *
[2] xorg-x11

# lsmod |grep fglrx
fglrx 289904 7

# cat /usr/src/linux/.config |grep DRM
# CONFIG_DRM is not set

# cat /usr/src/linux/.config |grep AGP
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
# CONFIG_AGP_INTEL is not set

# lspci (only relevant info)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
0000:01:00.1 Display controller: ATI Technologies Inc RV370 [Radeon X300SE]

The card is a sapphire X550. Any help will be greatly appreciated.


Last edited by gralves on Tue Sep 06, 2005 7:42 pm; edited 1 time in total
Back to top
View user's profile Send private message
ldoe3000
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jul 2005
Posts: 78
Location: Portland, OR

PostPosted: Mon Sep 05, 2005 7:36 pm    Post subject: Reply with quote

What chipset do you have? If nForce, try using the kernel agp driver by setting xorg.conf like such:

Code:

Option "UseInternalAGPGART"                      "no"

_________________
Athlon64 3500+ MSI Neo2 Platinum
2X74 WD Raptor Raid 0
2X512MB Crucial Ballistix
ATI x800XT PE (8.18.6)
SB Audigy 2 ZS
Dell 24" Widescreen LCD
Dual boot: Gentoo x86_64 2.6.13-r4 , Windows XP x64
Back to top
View user's profile Send private message
gralves
Guru
Guru


Joined: 20 May 2003
Posts: 389
Location: Sao Paulo, Brazil

PostPosted: Mon Sep 05, 2005 9:51 pm    Post subject: Reply with quote

It didn't help... (I have an Pcie card)
Back to top
View user's profile Send private message
Wedge_
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Tue Sep 06, 2005 4:15 am    Post subject: Reply with quote

What does your Xorg log say? Have you got PCIE support enabled in your kernel?
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
gralves
Guru
Guru


Joined: 20 May 2003
Posts: 389
Location: Sao Paulo, Brazil

PostPosted: Tue Sep 06, 2005 4:31 am    Post subject: Reply with quote

Kernel has PCIE support :

gunzip -c /proc/config.gz |grep PCIE
CONFIG_PCIEPORTBUS=y

Xorg.log follows:
Code:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.12-gentoo-r10gralves x86_64 [ELF]
Current Operating System: Linux gralves 2.6.12-gentoo-r10gralves #1 SMP Sun Sep 4 11:58:49 BRT 2005 x86_64
Build Date: 05 September 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: Tue Sep  6 05:41:26 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Main Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "SyncMaster 755df"
(**) |   |-->Device "ati"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(WW) The directory "/usr/share/fonts/CID/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Speedo/" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/local/,/usr/share/fonts/misc/,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/TTF/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/lib64/X11/rgb"
(==) ModulePath set to "/usr/lib64/modules"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "60"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 0000,0000 rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1043,815a rev f2 class 01,01,8a hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 1002,5b60 card 174b,1490 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,5b70 card 174b,1491 rev 00 class 03,80,00 hdr 00
(II) PCI: 05:0b:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xd2000000 - 0xd20fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd1ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), 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) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5b60) rev 0, Mem @ 0xc0000000/28, 0xd1000000/16, I/O @ 0xc000/8
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x5b70) rev 0, Mem @ 0xd1010000/16
(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   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [1] -1   0   0xd2004000 - 0xd20047ff (0x800) MX[B]
   [2] -1   0   0xd2100000 - 0xd2100fff (0x1000) MX[B]
   [3] -1   0   0xd2101000 - 0xd2101fff (0x1000) MX[B]
   [4] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [5] -1   0   0xd2102000 - 0xd2102fff (0x1000) MX[B]
   [6] -1   0   0xd1000000 - 0xd100ffff (0x10000) MX[B](B)
   [7] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [8] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [9] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [10] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [11] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [12] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [13] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [14] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
   [15] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
   [0] -1   0   0xd1010000 - 0xd101ffff (0x10000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [1] -1   0   0xd2004000 - 0xd20047ff (0x800) MX[B]
   [2] -1   0   0xd2100000 - 0xd2100fff (0x1000) MX[B]
   [3] -1   0   0xd2101000 - 0xd2101fff (0x1000) MX[B]
   [4] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [5] -1   0   0xd2102000 - 0xd2102fff (0x1000) MX[B]
   [6] -1   0   0xd1000000 - 0xd100ffff (0x10000) MX[B](B)
   [7] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [8] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [9] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [10] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [11] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [12] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [13] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [14] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
   [15] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
   [0] -1   0   0xd1010000 - 0xd101ffff (0x10000) MX[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   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [6] -1   0   0xd2004000 - 0xd20047ff (0x800) MX[B]
   [7] -1   0   0xd2100000 - 0xd2100fff (0x1000) MX[B]
   [8] -1   0   0xd2101000 - 0xd2101fff (0x1000) MX[B]
   [9] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [10] -1   0   0xd2102000 - 0xd2102fff (0x1000) MX[B]
   [11] -1   0   0xd1000000 - 0xd100ffff (0x10000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [13] -1   0   0xd1010000 - 0xd101ffff (0x10000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [17] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [19] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [20] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [21] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [22] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
   [23] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, 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 XFree86-DGA
(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: "dri"
(II) Loading /usr/lib64/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, 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: "xtrap"
(II) Loading /usr/lib64/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(II) Loading /usr/lib64/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "speedo"
(WW) Warning, couldn't open module speedo
(II) UnloadModule: "speedo"
(EE) Failed to load module "speedo" (module does not exist, 0)
(II) LoadModule: "type1"
(II) Loading /usr/lib64/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, 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) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, 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: "fglrx"
(II) Loading /usr/lib64/modules/drivers/fglrx_drv.o
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.0, module version = 8.16.20
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) ATI Radeon/FireGL: The following chipsets are supported:

   USUAL LIST OF SUPORTED CARDS

(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.16.20
(II) ATI Proprietary Linux Driver Release Identifier: @@UNRELEASED_AND_UNSUPPORTED_DRIVER@@
(II) ATI Proprietary Linux Driver Build Date: Aug 16 2005 00:12:33
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.16.1-driver-lnx-x86_64-206829
(--) Assigning device section with no busID to primary device
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset RADEON X300 (RV370 5B60) 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   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [6] -1   0   0xd2004000 - 0xd20047ff (0x800) MX[B]
   [7] -1   0   0xd2100000 - 0xd2100fff (0x1000) MX[B]
   [8] -1   0   0xd2101000 - 0xd2101fff (0x1000) MX[B]
   [9] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [10] -1   0   0xd2102000 - 0xd2102fff (0x1000) MX[B]
   [11] -1   0   0xd1000000 - 0xd100ffff (0x10000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [13] -1   0   0xd1010000 - 0xd101ffff (0x10000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [17] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [19] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [20] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [21] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [22] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
   [23] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) fglrx(0): pEnt->device->identifier=0x718bc0
(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   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [6] -1   0   0xd2004000 - 0xd20047ff (0x800) MX[B]
   [7] -1   0   0xd2100000 - 0xd2100fff (0x1000) MX[B]
   [8] -1   0   0xd2101000 - 0xd2101fff (0x1000) MX[B]
   [9] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [10] -1   0   0xd2102000 - 0xd2102fff (0x1000) MX[B]
   [11] -1   0   0xd1000000 - 0xd100ffff (0x10000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [13] -1   0   0xd1010000 - 0xd101ffff (0x10000) MX[B](B)
   [14] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [15] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [16] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [20] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [21] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [22] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [23] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [24] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [25] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
   [26] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
   [27] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [28] 0   0   0x000003c0 - 0x000003df (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/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): PCI bus 1 card 0 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 "UseInternalAGPGART" "no"
(==) fglrx(0): Qbs disabled
(==) fglrx(0): FAST_SWAP disabled
(==) 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 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(--) fglrx(0): Chipset: "RADEON X300 (RV370 5B60)" (Chipset = 0x5b60)
(--) fglrx(0): (PciSubVendor = 0x174b, PciSubDevice = 0x1490)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xd1000000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/modules/libvbe.a
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 16384 kB
(II) fglrx(0): VESA VBE OEM: ATI RV370
(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: V380
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(--) fglrx(0): VideoRAM: 131072 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/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) fglrx(0): Connected Display1: CRT on primary DAC
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: SAM  Model: 1156  Serial#: 1145450807
(II) fglrx(0): Year: 2000  Week: 22
(II) fglrx(0): EDID Version: 1.2
(II) fglrx(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
(II) fglrx(0): Sync:  Separate
(II) fglrx(0): Max H-Image Size [cm]: horiz.: 32  vert.: 24
(II) fglrx(0): Gamma: 2.26
(II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.639 redY: 0.323   greenX: 0.275 greenY: 0.597
(II) fglrx(0): blueX: 0.143 blueY: 0.062   whiteX: 0.283 whiteY: 0.298
(II) fglrx(0): Supported VESA Video Modes:
(II) fglrx(0): 720x400@70Hz
(II) fglrx(0): 720x400@88Hz
(II) fglrx(0): 640x480@60Hz
(II) fglrx(0): 640x480@67Hz
(II) fglrx(0): 640x480@72Hz
(II) fglrx(0): 640x480@75Hz
(II) fglrx(0): 800x600@56Hz
(II) fglrx(0): 800x600@60Hz
(II) fglrx(0): 800x600@72Hz
(II) fglrx(0): 800x600@75Hz
(II) fglrx(0): 832x624@75Hz
(II) fglrx(0): 1024x768@87Hz (interlaced)
(II) fglrx(0): 1024x768@60Hz
(II) fglrx(0): 1024x768@70Hz
(II) fglrx(0): 1024x768@75Hz
(II) fglrx(0): 1280x1024@75Hz
(II) fglrx(0): 1152x870@75Hz
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported Future Video Modes:
(II) fglrx(0): #0: hsize: 640  vsize 480  refresh: 85  vid: 22833
(II) fglrx(0): #1: hsize: 800  vsize 600  refresh: 85  vid: 22853
(II) fglrx(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) fglrx(0): #3: hsize: 1280  vsize 1024  refresh: 75  vid: 36737
(II) fglrx(0): #4: hsize: 1600  vsize 1200  refresh: 65  vid: 17833
(II) fglrx(0): Supported additional Video Mode:
(II) fglrx(0): clock: 94.5 MHz   Image Size:  306 x 230 mm
(II) fglrx(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) fglrx(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) fglrx(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 85 kHz,
(II) fglrx(0): Monitor name: S/M 755DF
(II) fglrx(0): Serial No: HCCN600105
(II) fglrx(0): End of Display1 EDID data --------------------
(WW) fglrx(0): Specified desktop setup not supported: 8
(II) fglrx(0): Primary Controller - CRT on primary DAC
(II) fglrx(0): Internal Desktop Setting: 0x00000004
(==) 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 45 modes found for primary display.
(--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
(**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz

     A LOT OF MODELINES

(--) fglrx(0): Display dimensions: (320, 240) mm
(--) fglrx(0): DPI set to (101, 108)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(==) fglrx(0): NoAccel = NO                                 <----- THIS LOOKS IMPORTANT
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib64/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(==) 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/modules/linux/libfglrxdrm.a
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.0, module version = 8.16.20
   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: 0x000007da
(==) 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   0xd1000000 - 0xd100ffff (0x10000) MX[B]
   [1] 0   0   0xc0000000 - 0xcfffffff (0x10000000) 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   0xd2000000 - 0xd2003fff (0x4000) MX[B]
   [8] -1   0   0xd2004000 - 0xd20047ff (0x800) MX[B]
   [9] -1   0   0xd2100000 - 0xd2100fff (0x1000) MX[B]
   [10] -1   0   0xd2101000 - 0xd2101fff (0x1000) MX[B]
   [11] -1   0   0xfeb00000 - 0xfeb000ff (0x100) MX[B]
   [12] -1   0   0xd2102000 - 0xd2102fff (0x1000) MX[B]
   [13] -1   0   0xd1000000 - 0xd100ffff (0x10000) MX[B](B)
   [14] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [15] -1   0   0xd1010000 - 0xd101ffff (0x10000) MX[B](B)
   [16] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [17] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [18] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [19] 0   0   0x0000c000 - 0x0000c0ff (0x100) IX[B]
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x0000d000 - 0x0000d007 (0x8) IX[B]
   [23] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [24] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B]
   [25] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX[B]
   [26] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [27] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [28] -1   0   0x0000dc00 - 0x0000dc1f (0x20) IX[B]
   [29] -1   0   0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
   [30] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [31] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): UMM Bus area:     0xc0701000 (size=0x078ef000)
(II) fglrx(0): UMM area:     0xc0701000 (size=0x078ef000)
(II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 0.0
(II) fglrx(0): detected X.org 6.8.2.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)

   LOTS OF drmOpenDevice failed

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] loaded kernel module for "fglrx" driver
(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0xffffc2000076f000
(II) fglrx(0): [drm] mapped SAREA 0xffffc2000076f000 to 0x2aaaab7b4000
(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.16.20
(II) fglrx(0):     Date: Aug 16 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.12-gentoo-r10gralves
(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 = 0xd1000000
(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 = 0xffffc20000914000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x00701000
(II) fglrx(0): Splitting WC range: base: 0xc0000000, size: 0x701000
(II) fglrx(0): Splitting WC range: base: 0xc0400000, size: 0x301000
(II) fglrx(0): Splitting WC range: base: 0xc0600000, size: 0x101000
(==) fglrx(0): Write-combining range (0xc0700000,0x1000)
(==) fglrx(0): Write-combining range (0xc0600000,0x101000)
(==) fglrx(0): Write-combining range (0xc0400000,0x301000)
(==) fglrx(0): Write-combining range (0xc0000000,0x701000)
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1434)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(II) fglrx(0): Using hardware cursor (scanline 1024)
(II) fglrx(0): Largest offscreen area available: 1280 x 402
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
(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:
      30 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x00000001
(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
   
MOUSE AND KEYBOARD STUFF

Could not init font path element /usr/share/fonts/local/, removing from list!
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Mouse1: ps2EnableDataReporting: succeeded


Thanks
Back to top
View user's profile Send private message
Wedge_
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Tue Sep 06, 2005 9:25 am    Post subject: Reply with quote

Code:
(==) fglrx(0): NoAccel = NO                                 <----- THIS LOOKS IMPORTANT

That's just saying that acceleration hasn't been disabled through the NoAccel option in your xorg.conf.

I don't see anything obvious wrong in the rest of your log. I did a quick comparison with mine and the only real difference I could see was that you're loading the xtrap module and I'm not. Try it without that and see if anything changes.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
gralves
Guru
Guru


Joined: 20 May 2003
Posts: 389
Location: Sao Paulo, Brazil

PostPosted: Tue Sep 06, 2005 1:05 pm    Post subject: Reply with quote

I removed it, and still don't have glx accel :
/opt/ati/bin/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.2.1)

here's my xorg.conf:
Code:

Section "dri"
        Mode 0666
EndSection

Section "ServerLayout"
        Identifier     "Main Layout"
        Screen         "Screen 1" "" "" "" ""
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
#    ModulePath "/usr/lib64/modules"
        RgbPath      "/usr/lib64/X11/rgb"
        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/TTF/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/Speedo/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load "extmod"
#   SubSection  "extmod"
#            Option    "omit xfree86-dga"
#       EndSubSection
#   Load  "extmod"
   Load  "dri"
   Load  "dbe"
#   Load  "record"
#   Load  "xtrap"
   Load  "glx"
#   Load  "speedo"
   Load  "type1"
   Load  "freetype"
EndSection


Section "ServerFlags"
        Option      "standby time" "20"
        Option      "suspend time" "30"
        Option      "off time" "60"
EndSection

Section "InputDevice"

        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "XkbModel" "abnt2"
        Option      "XkbLayout" "br"
EndSection

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

Section "Monitor"
        Identifier   "SyncMaster 755df"
        HorizSync    30.0 - 85.0
        VertRefresh  50.0 - 160.0
        Option      "dpms"
EndSection

Section "Device"
        BusID       "PCI:1:0:0"
        Identifier  "ati"
        Driver      "fglrx"
        Option      "UseInternalAGPGART"   "no"
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "ati"
        Monitor    "SyncMaster 755df"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "400x300" "320x240" "320x200"
        EndSubSection
EndSection
Back to top
View user's profile Send private message
IVIikko
Tux's lil' helper
Tux's lil' helper


Joined: 07 Feb 2005
Posts: 97
Location: Helsinki, Finland

PostPosted: Tue Sep 06, 2005 2:34 pm    Post subject: Reply with quote

If you don't have newest drivers (8.16.20) you should try those. They are masked but you can unmask them (i won't explain it here, search forums). I'm using 2.6.12 kernel but those should work with 2.6.13 and other kernels too. You may want to emerge ati-drivers-extra, too.
Back to top
View user's profile Send private message
gralves
Guru
Guru


Joined: 20 May 2003
Posts: 389
Location: Sao Paulo, Brazil

PostPosted: Tue Sep 06, 2005 3:42 pm    Post subject: Reply with quote

I'm already using 8.16.20 . And right now I'm absolutly clueless on what might be the problem.
Back to top
View user's profile Send private message
Farner
n00b
n00b


Joined: 14 Feb 2005
Posts: 45
Location: Malmö, Sweden

PostPosted: Tue Sep 06, 2005 4:03 pm    Post subject: Reply with quote

You have
Code:
Section "Device"
        BusID       "PCI:1:0:0"
        Identifier  "ati"

Identifier should be fglrx
_________________
Workstation: CPU: AMD64 3500+ (250*10=2500MHz) MEMORY: 1024MB GFX: Ati Radeon x850xt (Core: 550MHz MEM: 1.2GHz) OS: Gentoo x86_64
Back to top
View user's profile Send private message
Farner
n00b
n00b


Joined: 14 Feb 2005
Posts: 45
Location: Malmö, Sweden

PostPosted: Tue Sep 06, 2005 4:05 pm    Post subject: Reply with quote

Oh, and make sure that you have fglrx in
Code:
lsmod

_________________
Workstation: CPU: AMD64 3500+ (250*10=2500MHz) MEMORY: 1024MB GFX: Ati Radeon x850xt (Core: 550MHz MEM: 1.2GHz) OS: Gentoo x86_64
Back to top
View user's profile Send private message
blackwhite
Apprentice
Apprentice


Joined: 24 Jun 2004
Posts: 240

PostPosted: Tue Sep 06, 2005 5:44 pm    Post subject: Reply with quote

emerge this ebuild: libstdc++-v3 if you do not have this.
Back to top
View user's profile Send private message
gralves
Guru
Guru


Joined: 20 May 2003
Posts: 389
Location: Sao Paulo, Brazil

PostPosted: Tue Sep 06, 2005 7:41 pm    Post subject: Reply with quote

blackwhite wrote:
emerge this ebuild: libstdc++-v3 if you do not have this.


That solved the problem!!!!! Thanks!!!!

How did you know that?

Wedge_, I think this should be included in the FAQ.

I will file a bug report that ati-drivers only work correctly when in conjunction w/ libstdc++-v3.
Back to top
View user's profile Send private message
RR64
n00b
n00b


Joined: 06 Aug 2005
Posts: 34

PostPosted: Wed Sep 07, 2005 4:01 am    Post subject: Reply with quote

Does anyone know what made it work on his particular system? I cant even emerge the 'newest' ati drivers right now, I'm still on 8.13.3 (the only RELIABLE driver I could find) and am afriad of not being able to go back. My last emerge sync deleted alot of my old ati-driver ebuilds.

I'm running gentoo-2.6.12-r9 so I'm crossing my figures hoping it'll work out the same for me as it did gralves.
_________________
OLD SETUP
Hp zv6130us laptop
AMD64 Athlon 3200+
80g Harddrive
512 ddr ram
ATI Radeon Xpress 200M 128 dedicated memory
64bit OS gentoo-2.6.12-r9

Newsetup to be posted as soon as its running ;)
Back to top
View user's profile Send private message
Wedge_
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Wed Sep 07, 2005 4:33 am    Post subject: Reply with quote

gralves wrote:
blackwhite wrote:
emerge this ebuild: libstdc++-v3 if you do not have this.


That solved the problem!!!!! Thanks!!!!

How did you know that?

Wedge_, I think this should be included in the FAQ.

I will file a bug report that ati-drivers only work correctly when in conjunction w/ libstdc++-v3.

I'll certainly include it, but it'd be nice if we can work out why it was necessary - I just checked my AMD64 system and it isn't installed, so it looks like some systems need it and some don't.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
MikeTheGreat
n00b
n00b


Joined: 03 Apr 2005
Posts: 45
Location: London, UK

PostPosted: Wed Sep 07, 2005 10:57 am    Post subject: Reply with quote

I'm far from an expert on the subject, but I've had this same problem recently and found that the same solution worked for me. It appears that the package in question (libstdc++-v3) is:

Quote:
A compatibility package for running binaries linked against a pre gcc 3.4 libstdc++
source: http://www.gentoo-portage.com/sys-libs/libstdc++-v3

Hence the reason it may not be needed on every system

- Mike
Back to top
View user's profile Send private message
taipan67
l33t
l33t


Joined: 04 Dec 2004
Posts: 789
Location: England (i'm told...)

PostPosted: Wed Sep 07, 2005 4:09 pm    Post subject: Reply with quote

Wedge_ wrote:
gralves wrote:
...Wedge_, I think this should be included in the FAQ...

I'll certainly include it, but it'd be nice if we can work out why it was necessary - I just checked my AMD64 system and it isn't installed, so it looks like some systems need it and some don't.

As far as my earlier investigations on this thread were concerned, the reason appeared to be one that's unique to Gentoo - although GCC-3.4.4 doesn't need libstdc++-v3 itself, python does, at least until it's been rebuilt with a 3.4-generation compiler...

...And since portage depends on python, the ebuild protects our systems for us, but in a slightly different manner to the earlier releases of GCC-3.4.*. :twisted:
_________________
"Anyone who goes to see a psychiatrist should have their head examined!"
Back to top
View user's profile Send private message
Wedge_
Veteran
Veteran


Joined: 08 Aug 2002
Posts: 3614
Location: Scotland

PostPosted: Wed Sep 07, 2005 4:57 pm    Post subject: Reply with quote

taipan67 wrote:
Wedge_ wrote:
gralves wrote:
...Wedge_, I think this should be included in the FAQ...

I'll certainly include it, but it'd be nice if we can work out why it was necessary - I just checked my AMD64 system and it isn't installed, so it looks like some systems need it and some don't.

As far as my earlier investigations on this thread were concerned, the reason appeared to be one that's unique to Gentoo - although GCC-3.4.4 doesn't need libstdc++-v3 itself, python does, at least until it's been rebuilt with a 3.4-generation compiler...

...And since portage depends on python, the ebuild protects our systems for us, but in a slightly different manner to the earlier releases of GCC-3.4.*. :twisted:

OK, thanks for that :) I'll get the FAQ updated. I don't think I ever had a 3.3 series gcc emerged on this install, so I guess that's why I haven't needed it.
_________________
Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ
Back to top
View user's profile Send private message
gralves
Guru
Guru


Joined: 20 May 2003
Posts: 389
Location: Sao Paulo, Brazil

PostPosted: Mon Sep 19, 2005 7:32 pm    Post subject: Reply with quote

Just to let it know that this problem is fixed :

http://bugs.gentoo.org/show_bug.cgi?id=105085
Back to top
View user's profile Send private message
DeepBass909
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jan 2005
Posts: 77
Location: Netherlands

PostPosted: Fri Mar 10, 2006 1:14 am    Post subject: Reply with quote

Farner wrote:
You have
Code:
Section "Device"
        BusID       "PCI:1:0:0"
        Identifier  "ati"

Identifier should be fglrx


It doesn't matter what Indentifier you use. It's just a variable in the config, used to Indentify you card in the ServerSection. It can be everything.
Back to top
View user's profile Send private message
PsychowanKenobi
n00b
n00b


Joined: 09 Nov 2005
Posts: 7
Location: Valence, France

PostPosted: Thu Apr 13, 2006 5:49 am    Post subject: Reply with quote

I got the same problem with my Radeon 9600 Pro (problem described here). I used GCC-3.4.5 to compile the ati driver, the kernel and to recompile everything else. I also already emerged the libstdc++v3 package and still I don't get anything.
I tried both the ati driver from portage and from ati installer, same problem. Also same problem with kernel 2.6.15-r1 and 2.6.14-r7. However i'm not running on amd64, i'm on x86 (athlon xp).
Does anyone have an idea of what to try ? (besides burning the ati card and buying nvidia)
Back to top
View user's profile Send private message
soldstatic
Apprentice
Apprentice


Joined: 01 Jun 2006
Posts: 297

PostPosted: Sun Jul 09, 2006 9:32 pm    Post subject: Reply with quote

Hi, I'm having the same (almost) problem...
I think it's because I'm not loading the correct modules. For instance:

Farner wrote:
Oh, and make sure that you have fglrx in
Code:
lsmod


Well I don't have it in there. I'm not sure how to find out what modules I need to load in /etc/modules.autoload.d/kernel-2.6, where would I find this information?
Back to top
View user's profile Send private message
deprave
n00b
n00b


Joined: 14 May 2004
Posts: 59
Location: Flint, Michigan

PostPosted: Fri Mar 02, 2007 8:39 am    Post subject: Reply with quote

Just want to mention that this problem IS NOT FIXED for someone who does not have ACCEPT_KEYWORDS="x86"..I had to emerge this package today (libstdc++v3) to get X to work at all with the FGLRX drivers that are not masked with ACCEPT_KEYWORDS="x86". This is fresh gentoo install, GCC is 4.1.1
_________________
http://www.migamer.com
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT - 5 Hours
Page 1 of 1

 
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