Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ATI fglrx won´t run
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Sat Apr 24, 2010 10:50 am    Post subject: ATI fglrx won´t run Reply with quote

Hi, I am installing Gentoo on my laptop (Compaq 615). Everything is ok, but now I would like to install KDE4 and therefore my graphics card
Code:

# lspci | grep Radeon
01:05.0 VGA compatible controller: ATI technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]

I put VIDEO_CARDS="fglrx vesa" into my /etc/make.conf and emerged ati-drivers. Then build the xorg.conf with aticonfig --initial.
Running now startx gives me a black screen, then goes back to console.
I get no error on output, but multiple
Code:

(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0)
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0)
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1)
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2)
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0)
...

The device section in xorg.conf looks like this:
Code:

Section "Device"
   Identifier "aticonfig-Device[0]-0"
   Driver "fglrx"
   Option "UseInternalAGPGART" "yes"
   BusID "PCI:1:5:0"
End Section

In my kernel I set (according to http://www.gentoo.org/doc/en/dri-howto.xml)
Code:
Processor type and features --->
<*> MTRR (Memory Type Range Register) support
Device drivers --->
   Graphics support --->
   -*- /dev/agpgart (AGP Support) --->
      (The agpgart option is not present on 64-bit kernels; just choose your chipset support.)
      <> Intel 440LX/BX/GX, I8xx and E7x05 support
      (Enable your chipset instead of the above.)
   <M> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->
      <M> ATI Radeon

lsmod shows me, that fglrx is loaded
Code:

# lsmod
Module      Size           Used by
fglrx       2189240       0
wl          1946196        0


Help please, on how I can startx the x-server :oops:
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Sat Apr 24, 2010 2:49 pm    Post subject: Reply with quote

Hi, can you remove that line :
Code:

BusID "PCI:1:5:0"
Back to top
View user's profile Send private message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Sat Apr 24, 2010 10:09 pm    Post subject: Reply with quote

d2_racing wrote:
Hi, can you remove that line :
Code:

BusID "PCI:1:5:0"

Hi, I did, but it had no effect :cry:
Back to top
View user's profile Send private message
rh1
Guru
Guru


Joined: 10 Apr 2010
Posts: 501

PostPosted: Sun Apr 25, 2010 1:22 am    Post subject: Reply with quote

Could you please add the Bus ID line back in like originally , rerun startx , and post the entire Xorg log?
Back to top
View user's profile Send private message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Sun Apr 25, 2010 7:27 am    Post subject: Reply with quote

rh1 wrote:
Could you please add the Bus ID line back in like originally , rerun startx , and post the entire Xorg log?

OK. Did it.

First my xorg.conf:
Code:

Section "ServerLayout"
   Identifier     "aticonfig Layout"
   Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
   Disable        "dri"
   Disable        "dri2"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]-0"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]-0"
   Driver      "fglrx"
   Option "UseInternalAGPGART" "yes"
   BusID       "PCI:1:5:0"
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]-0"
   Device     "aticonfig-Device[0]-0"
   Monitor    "aticonfig-Monitor[0]-0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection


Xorg.0.log looks like this:
Code:


X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-gentoo-r10 x86_64
Current Operating System: Linux riviera 2.6.31-gentoo-r10 #1 SMP Thu Apr 8 20:13:52 CEST 2010 x86_64
Build Date: 09 April 2010  11:08:45AM
 
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
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: Sun Apr 25 06:47:07 2010
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "aticonfig Layout"
(**) |-->Screen "aticonfig-Screen[0]-0" (0)
(**) |   |-->Monitor "aticonfig-Monitor[0]-0"
(**) |   |-->Device "aticonfig-Device[0]-0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
(==) ModulePath set to "/usr/lib64/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
   If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0xde0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 5.0
   X.Org XInput driver : 4.0
   X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:1:5:0) 1002:9612:103c:308c ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] rev 0, Mem @ 0xc0000000/268435456, 0xd4300000/65536, 0xd4200000/1048576, I/O @ 0x00005000/256
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) System resource ranges:
   [0] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [9] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [10] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [11] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [12] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [13] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [14] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [15] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [16] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [17] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [18] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [19] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [20] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [21] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [22] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [23] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [24] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [25] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [26] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [27] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [28] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [29] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [30] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [31] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [32] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [33] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [34] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [35] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
(WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded even though the default is to disable it.
(II) "dri2" will be loaded even though the default is to disable it.
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="FireGL - ATI Technologies Inc."
   compiled for 7.4.0, module version = 1.0.0
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "fglrx"
(II) Loading /usr/lib64/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 1.4.99.906, module version = 8.67.4
   Module class: X.Org Video Driver
(II) ATI Proprietary Linux Driver Version Identifier:8.67.4
(II) ATI Proprietary Linux Driver Release Identifier: 8.671                               
(II) ATI Proprietary Linux Driver Build Date: Nov  4 2009 09:43:59
(II) Primary Device is: PCI 01@00:05:0
(WW) Falling back to old probe method for fglrx
(II) Loading PCS database from /etc/ati/amdpcsdb
(--) Chipset Supported AMD Graphics Processor (0x9612) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [9] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [10] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [11] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [12] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [13] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [14] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [15] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [16] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [17] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [18] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [19] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [20] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [21] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [22] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [23] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [24] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [25] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [26] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [27] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [28] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [29] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [30] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [31] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [32] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [33] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [34] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [35] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
(II) fglrx(0): pEnt->device->identifier=0x17dba90
(II) resource ranges after probing:
   [0] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [9] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [10] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [11] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [12] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [13] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [14] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [15] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [16] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [17] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [18] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [19] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [20] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [21] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [22] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [23] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [24] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [25] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [26] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [27] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [28] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [29] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [30] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [31] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [32] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [33] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [34] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [35] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [36] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [37] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [38] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [39] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [40] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) fglrx(0): === [atiddxPreInit] === begin
(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 1.6.5, module version = 0.1.0
   ABI class: X.Org Video Driver, version 5.0
(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 "DPMS" "true"
(==) 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) 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 1.4.99.906, module version = 8.67.4
(II) Loading sub module "dri"
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.4.0, module version = 1.0.0
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Reloading /usr/lib64/xorg/modules/linux//libfglrxdrm.so
(II) Loading extension XFree86-DRI
drmDynamicMajor: found major device number 249
drmDynamicMajor: found major device number 249
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/ati/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
(--) fglrx(0): Chipset: "ATI Radeon HD 3200 Graphics " (Chipset = 0x9612)
(--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x308c)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
(--) fglrx(0): MMIO registers at 0xd4300000
(--) fglrx(0): I/O port at 0x00005000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) fglrx(0): AC Adapter is used
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(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 1.6.5, module version = 1.1.0
   ABI class: X.Org Video Driver, version 5.0
(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: 10.94
(II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: RS780M
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
(II) fglrx(0): ATI Video BIOS revision 9 or later detected
(--) fglrx(0): Video RAM: 262144 kByte, Type: DDR2
(II) fglrx(0): PCIE card detected
(--) fglrx(0): Using per-process page tables (PPPT) as GART.
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(II) fglrx(0): Using adapter: 1:5.0.
(II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000)
(II) fglrx(0): Interrupt handler installed at IRQ 29.
(II) fglrx(0): IRQ 29 Enabled.
(II) fglrx(0): RandR 1.2 support is enabled!
(II) fglrx(0): RandR 1.2 rotation support is enabled!
(==) fglrx(0): Center Mode is disabled
(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 1.6.5, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): Finished Initialize PPLIB!
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LGD  Model: 221  Serial#: 0
(II) fglrx(0): Year: 2009  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 19
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.618 redY: 0.355   greenX: 0.335 greenY: 0.584
(II) fglrx(0): blueX: 0.150 blueY: 0.094   whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported detailed timing:
(II) fglrx(0): clock: 69.3 MHz   Image Size:  344 x 194 mm
(II) fglrx(0): h_active: 1366  h_sync: 1398  h_sync_end 1430 h_blank_end 1486 h_border: 0
(II) fglrx(0): v_active: 768  v_sync: 770  v_sync_end 774 v_blanking: 782 v_border: 0
(II) fglrx(0):  LG Display
(II) fglrx(0): Monitor name: LP156WH2-TLR1
(II) fglrx(0): EDID (in hex):
(II) fglrx(0):    00ffffffffffff0030e4210200000000
(II) fglrx(0):    00130103802213780a4e859e5b559526
(II) fglrx(0):    18505400000001010101010101010101
(II) fglrx(0):    010101010101121b567850000e302020
(II) fglrx(0):    240058c2100000190000000000000000
(II) fglrx(0):    00000000000000000000000000fe004c
(II) fglrx(0):    4720446973706c61790a2020000000fc
(II) fglrx(0):    004c503135365748322d544c52310083
(II) fglrx(0): End of Display1 EDID data --------------------
(II) fglrx(0): Output LCD using monitor section aticonfig-Monitor[0]-0
(II) fglrx(0): Output CRT1 has no monitor section
(II) fglrx(0): EDID vendor "LGD", prod id 545
(II) fglrx(0): Printing DDC gathered Modelines:
(II) fglrx(0): Modeline "1366x768"x0.0   69.30  1366 1398 1430 1486  768 770 774 782 -hsync -vsync (46.6 kHz)
(II) fglrx(0): Output LCD connected
(II) fglrx(0): Output CRT1 disconnected
(II) fglrx(0): Using exact sizes for initial modes
(II) fglrx(0): Output LCD using initial mode 1366x768
(II) fglrx(0): Display dimensions: (340, 190) mm
(II) fglrx(0): DPI set to (102, 102)
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(==) fglrx(0): QBS disabled
(==) fglrx(0):  PseudoColor visuals disabled
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(==) 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 1.6.5, module version = 1.2.1
   ABI class: X.Org Video Driver, version 5.0
(==) fglrx(0): NoDRI = NO
(==) fglrx(0): Capabilities: 0x00000000
(==) fglrx(0): CapabilitiesEx: 0x00000000
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(==) fglrx(0): UseFastTLS=0
(==) fglrx(0): BlockSignalsOnLock=1
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [4] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [5] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [6] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [7] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [8] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [9] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [10] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [11] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [12] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [13] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [14] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [15] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [16] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [17] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [18] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [19] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [20] -1   0   0xffffffff - 0xffffffff (0x1) MX[B]
   [21] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [22] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [23] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [24] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
   [25] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
   [26] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
   [27] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [28] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [29] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [30] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [31] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [32] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [33] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [34] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [35] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [36] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [37] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [38] -1   0   0x00000000 - 0x00000000 (0x1) IX[B]
   [39] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [40] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
(WW) fglrx(0): could not detect X server version (query_status=-1)
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
(II) fglrx(0): DRIScreenInit for fglrx driver
drmDynamicMajor: found major device number 249
drmDynamicMajor: found major device number 249
drmDynamicMajor: found major device number 249
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/ati/card0
drmOpenDevice: open result is 11, (OK)
drmOpenByBusid: drmOpenMinor returns 11
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
(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 0x2000
(II) fglrx(0): [drm] mapped SAREA 0x2000 to 0x7f0c43a5e000
(II) fglrx(0): [drm] framebuffer handle = 0x3000
(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.67.4
(II) fglrx(0):     Date: Nov  4 2009
(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.31-gentoo-r10
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            yes
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0x00004000
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01007000
(II) fglrx(0): FBMM initialized for area (0,0)-(1408,2984)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1408,1408) (front color buffer - assumption)
(II) fglrx(0): Largest offscreen area available: 1408 x 1576
(==) fglrx(0): Backing store disabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(**) fglrx(0): DPMS enabled
(**) fglrx(0): Textured Video is enabled.
(II) LoadModule: "glesx"
(II) Loading /usr/lib64/xorg/modules//glesx.so
(II) Module glesx: vendor="X.Org Foundation"
   compiled for 1.4.99.906, module version = 1.0.0
(II) Loading extension GLESX
(II) fglrx(0): GLESX enableFlags = 94
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
   Screen to screen bit blits
   Solid filled rectangles
   Solid Horizontal and Vertical Lines
   Driver provided ScreenToScreenBitBlt replacement
   Driver provided FillSolidRects replacement
(II) fglrx(0): GLESX is enabled
(II) LoadModule: "amdxmm"
(II) Loading /usr/lib64/xorg/modules//amdxmm.so
(II) Module amdxmm: vendor="X.Org Foundation"
   compiled for 1.4.99.906, module version = 1.0.0
(II) Loading extension AMDXVOPL
(II) fglrx(0): UVD2 feature is available
(II) fglrx(0): Enable composite support successfully
(WW) fglrx(0): Option "UseInternalAGPGART" is not used
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using HW cursor of display infrastructure!
(==) fglrx(0): Using software cursor
(II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
(II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
(II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
drmDynamicMajor: found major device number 249
drmDynamicMajor: found major device number 249
drmOpenByBusid: Searching for BusID PCI:1:5:0
drmOpenDevice: node name is /dev/ati/card0
drmOpenDevice: open result is 12, (OK)
drmOpenByBusid: drmOpenMinor returns 12
drmOpenByBusid: drmGetBusid reports PCI:1:5:0
(WW) AIGLX: 3D driver claims to not support visual 0x3f
(WW) AIGLX: 3D driver claims to not support visual 0x40
(WW) AIGLX: 3D driver claims to not support visual 0x41
(WW) AIGLX: 3D driver claims to not support visual 0x42
(WW) AIGLX: 3D driver claims to not support visual 0x47
(WW) AIGLX: 3D driver claims to not support visual 0x48
(WW) AIGLX: 3D driver claims to not support visual 0x49
(WW) AIGLX: 3D driver claims to not support visual 0x4a
(WW) AIGLX: 3D driver claims to not support visual 0x67
(WW) AIGLX: 3D driver claims to not support visual 0x68
(WW) AIGLX: 3D driver claims to not support visual 0x69
(WW) AIGLX: 3D driver claims to not support visual 0x6a
(WW) AIGLX: 3D driver claims to not support visual 0x6f
(WW) AIGLX: 3D driver claims to not support visual 0x70
(WW) AIGLX: 3D driver claims to not support visual 0x71
(WW) AIGLX: 3D driver claims to not support visual 0x72
(II) AIGLX: Loaded and initialized /usr/lib64/dri/fglrx_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) fglrx(0): Enable the clock gating!
(II) fglrx(0): Setting screen physical size to 344 x 194
(II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
(II) fglrx(0): Hot-plug event occurs on device: 1:5:0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Module "ddc" already built-in
(II) fglrx(0): ***Display: ConnectedDisplayTypes=0x00000002, disabled=0x00000000
(II) fglrx(0): Connected Display1: LCD on internal LVDS [lvds]
(II) fglrx(0): Display1 EDID data ---------------------------
(II) fglrx(0): Manufacturer: LGD  Model: 221  Serial#: 0
(II) fglrx(0): Year: 2009  Week: 0
(II) fglrx(0): EDID Version: 1.3
(II) fglrx(0): Digital Display Input
(II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 19
(II) fglrx(0): Gamma: 2.20
(II) fglrx(0): No DPMS capabilities specified
(II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) fglrx(0): First detailed timing is preferred mode
(II) fglrx(0): redX: 0.618 redY: 0.355   greenX: 0.335 greenY: 0.584
(II) fglrx(0): blueX: 0.150 blueY: 0.094   whiteX: 0.313 whiteY: 0.329
(II) fglrx(0): Manufacturer's mask: 0
(II) fglrx(0): Supported detailed timing:
(II) fglrx(0): clock: 69.3 MHz   Image Size:  344 x 194 mm
(II) fglrx(0): h_active: 1366  h_sync: 1398  h_sync_end 1430 h_blank_end 1486 h_border: 0
(II) fglrx(0): v_active: 768  v_sync: 770  v_sync_end 774 v_blanking: 782 v_border: 0
(II) fglrx(0):  LG Display
(II) fglrx(0): Monitor name: LP156WH2-TLR1
(II) fglrx(0): EDID (in hex):
(II) fglrx(0):    00ffffffffffff0030e4210200000000
(II) fglrx(0):    00130103802213780a4e859e5b559526
(II) fglrx(0):    18505400000001010101010101010101
(II) fglrx(0):    010101010101121b567850000e302020
(II) fglrx(0):    240058c2100000190000000000000000
(II) fglrx(0):    00000000000000000000000000fe004c
(II) fglrx(0):    4720446973706c61790a2020000000fc
(II) fglrx(0):    004c503135365748322d544c52310083
(II) fglrx(0): End of Display1 EDID data --------------------
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 2.3.2
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 4.0
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event5"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event4"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
(**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
(**) Macintosh mouse button emulation: (accel) set acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
   compiled for 1.6.5, module version = 1.2.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 1.2.1
(**) Option "Device" "/dev/input/event6"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/hal: Adding input device Logitech USB Mouse
(**) Logitech USB Mouse: always reports core events
(**) Logitech USB Mouse: Device: "/dev/input/event7"
(II) Logitech USB Mouse: Found 3 mouse buttons
(II) Logitech USB Mouse: Found scroll wheel(s)
(II) Logitech USB Mouse: Found relative axes
(II) Logitech USB Mouse: Found x and y relative axes
(II) Logitech USB Mouse: Configuring as mouse
(**) Logitech USB Mouse: YAxisMapping: buttons 4 and 5
(**) Logitech USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Mouse" (type: MOUSE)
(**) Logitech USB Mouse: (accel) keeping acceleration scheme 1
(**) Logitech USB Mouse: (accel) filter chain progression: 2.00
(**) Logitech USB Mouse: (accel) filter stage 0: 20.00 ms
(**) Logitech USB Mouse: (accel) set acceleration profile 0
(II) Logitech USB Mouse: initialized for relative axes.
(II) config/hal: Adding input device Sleep Button
(**) Sleep Button: always reports core events
(**) Sleep Button: Device: "/dev/input/event1"
(II) Sleep Button: Found keys
(II) Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event3"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event0"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: "evdev"
(II) Macintosh mouse button emulation: Close
(II) UnloadModule: "evdev"
(II) UnloadModule: "synaptics"
(II) Logitech USB Mouse: Close
(II) UnloadModule: "evdev"
(II) Sleep Button: Close
(II) UnloadModule: "evdev"
(II) Video Bus: Close
(II) UnloadModule: "evdev"
(II) Power Button: Close
(II) UnloadModule: "evdev"
(II) fglrx(0): Shutdown CMMQS
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x2000 at 0x7f0c43a5e000
(II) fglrx(0): IRQ 29 Disabled.
(II) fglrx(0): Interrupt handler Shutdown.
Back to top
View user's profile Send private message
dE_logics
Advocate
Advocate


Joined: 02 Jan 2009
Posts: 2253
Location: $TERM

PostPosted: Sun Apr 25, 2010 7:41 am    Post subject: Reply with quote

Code:
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found


Server is doing something else, xorg.conf is saying something else.
_________________
My blog
Back to top
View user's profile Send private message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Sun Apr 25, 2010 7:45 am    Post subject: Reply with quote

dE_logics wrote:
Code:
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found


Server is doing something else, xorg.conf is saying something else.

What does it mean? Maybe because of the
Code:
(WW) Falling back to old probe method for fglrx
2 lines before?
Back to top
View user's profile Send private message
rh1
Guru
Guru


Joined: 10 Apr 2010
Posts: 501

PostPosted: Sun Apr 25, 2010 11:38 am    Post subject: Reply with quote

Sorry , I was in a hurry. I should have mention that the reason I asked to have the bus id line added back in is because:
Quote:
(WW) Falling back to old probe method for fglrx
(II) Loading PCS database from /etc/ati/amdpcsdb
(--) Chipset Supported AMD Graphics Processor (0x9612) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found

are normal, I get those warnings on my desktop running fglrx, and mine works fine. I think its just probing for more devices.

The only thing that looked wrong was this :
Quote:
(II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
(WW) fglrx(0): could not detect X server version (query_status=-1)


Couple of ideas:

Did you do "eselect opengl set ati"?

Did you actually emerge a window manager, desktop or at least twm? If you've just emerged xorg-server, unless you pass the "-minimal" use flag to xinit, twm isn't installed by default.

Also noticed your using xorg-1.6.5, Are you sure you have all of the 1.7 version masked? 1.6 won't work with stuff from 1.7 (which is stable now). You should consider unmasking ati-drivers-8.721. It's actually the newest version and works with xorg-1.7 (I believe they are changing the version #'s to match ati). Then you won't have to worry about mixing 1.6 with 1.7.

That's all I could think of for now.
Back to top
View user's profile Send private message
jasn
Guru
Guru


Joined: 05 May 2005
Posts: 439
Location: Maryland, US

PostPosted: Sun Apr 25, 2010 2:27 pm    Post subject: Re: ATI fglrx won´t run Reply with quote

[deleted]

Last edited by jasn on Mon Apr 26, 2010 7:34 pm; edited 3 times in total
Back to top
View user's profile Send private message
NathanZachary
Moderator
Moderator


Joined: 30 Jan 2007
Posts: 2605

PostPosted: Sun Apr 25, 2010 6:33 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Desktop Environments, as it regards the X server and not the installation of the initial Gentoo base system.
_________________
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Back to top
View user's profile Send private message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Sun Apr 25, 2010 9:34 pm    Post subject: Reply with quote

rh1 wrote:
Sorry , I was in a hurry. I should have mention that the reason I asked to have the bus id line added back in is because:
Quote:
(WW) Falling back to old probe method for fglrx
(II) Loading PCS database from /etc/ati/amdpcsdb
(--) Chipset Supported AMD Graphics Processor (0x9612) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found

are normal, I get those warnings on my desktop running fglrx, and mine works fine. I think its just probing for more devices.

The only thing that looked wrong was this :
Quote:
(II) fglrx(0): driver needs X.org 1.4.x.y with x.y >= 99.906
(WW) fglrx(0): could not detect X server version (query_status=-1)


Couple of ideas:

Did you do "eselect opengl set ati"?

Did you actually emerge a window manager, desktop or at least twm? If you've just emerged xorg-server, unless you pass the "-minimal" use flag to xinit, twm isn't installed by default.

Also noticed your using xorg-1.6.5, Are you sure you have all of the 1.7 version masked? 1.6 won't work with stuff from 1.7 (which is stable now). You should consider unmasking ati-drivers-8.721. It's actually the newest version and works with xorg-1.7 (I believe they are changing the version #'s to match ati). Then you won't have to worry about mixing 1.6 with 1.7.

That's all I could think of for now.


thanks, I already did "eselect opengl set ati".
But after "emerge --sync" today, I can´t re emerge xorg-server
Code:

>=x11-base/xorg-server-1.7.0 (">=x11-base/xorg-server-1.7.0" is blocking x11-drivers/ati-drivers-9.11

Did I understand correctly, that I should use ati-drivers-8.721?
How can I do that? :oops:
Back to top
View user's profile Send private message
jasn
Guru
Guru


Joined: 05 May 2005
Posts: 439
Location: Maryland, US

PostPosted: Sun Apr 25, 2010 10:15 pm    Post subject: Reply with quote

[layman overlay instructions removed]

as rh1 points out below, now that the 8.721 drivers are in the portage tree, but masked, following those simpler instructions will allow you to install these drivers without using overlays. Just don't forget to issue the following command once the driver is installed;
Code:
eselect opengl set ati


Good Luck..


Last edited by jasn on Mon Apr 26, 2010 12:51 am; edited 2 times in total
Back to top
View user's profile Send private message
rh1
Guru
Guru


Joined: 10 Apr 2010
Posts: 501

PostPosted: Sun Apr 25, 2010 11:35 pm    Post subject: Reply with quote

Well , if you haven't already , create some package directories in /etc/portage, Ex:
Code:
mkdir -pv /etc/portage/{package.use,package.mask,package.unmask,package.keywords}


Then just add ati-drivers-8.721 to a file in package.unmask, also to package.keywords, and add a mask for anything greater do to the recent version # change.
If you added directories like above , do this :
Code:
echo "=x11-drivers/ati-drivers-8.721" >> /etc/portage/package.unmask/ati
echo "=x11-drivers/ati-drivers-8.721" >> /etc/portage/package.keywords/ati
echo ">x11-drivers/ati-drivers-8.721" >> /etc/portage/package.mask/ati


Then just re-emerge ati-drivers and xorg.

Also after upgrading to xorg 1.7 , you have to rebuild all drivers . Just run
Code:
emerge $(qlist -IC x11-drivers/)


Good Luck
Back to top
View user's profile Send private message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Wed Apr 28, 2010 9:40 pm    Post subject: Reply with quote

rh1 wrote:
Well , if you haven't already , create some package directories in /etc/portage, Ex:
Code:
mkdir -pv /etc/portage/{package.use,package.mask,package.unmask,package.keywords}


Then just add ati-drivers-8.721 to a file in package.unmask, also to package.keywords, and add a mask for anything greater do to the recent version # change.
If you added directories like above , do this :
Code:
echo "=x11-drivers/ati-drivers-8.721" >> /etc/portage/package.unmask/ati
echo "=x11-drivers/ati-drivers-8.721" >> /etc/portage/package.keywords/ati
echo ">x11-drivers/ati-drivers-8.721" >> /etc/portage/package.mask/ati


Then just re-emerge ati-drivers and xorg.

Also after upgrading to xorg 1.7 , you have to rebuild all drivers . Just run
Code:
emerge $(qlist -IC x11-drivers/)


Good Luck

Still the same :cry:
Do I need a Desktop/Window manager to be installed?
Back to top
View user's profile Send private message
dE_logics
Advocate
Advocate


Joined: 02 Jan 2009
Posts: 2253
Location: $TERM

PostPosted: Thu Apr 29, 2010 3:15 am    Post subject: Reply with quote

I really don't think so.

Maybe it's a permission problem.

Are you running things as root?
_________________
My blog
Back to top
View user's profile Send private message
Rexilion
Veteran
Veteran


Joined: 17 Mar 2009
Posts: 1044

PostPosted: Thu Apr 29, 2010 8:07 am    Post subject: Reply with quote

lem777 wrote:
Still the same :cry:
Do I need a Desktop/Window manager to be installed?


Looking at the logs you provided, I see no errors and such. Just try to simply run the command:

Code:
X


and see if you get a gray screen. If that is the case, than you indeed need a 'Desktop/Window manager'.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Apr 29, 2010 11:42 am    Post subject: Reply with quote

Can you post this :
Code:

$ groups
Back to top
View user's profile Send private message
hedmo
Veteran
Veteran


Joined: 29 Aug 2009
Posts: 1305
Location: sweden

PostPosted: Thu Apr 29, 2010 5:23 pm    Post subject: Reply with quote

remove all for gpu in kernel (fglrx dont need stuff in kernel)

you should use ati-driver-10,2 10.3 or (10.4 in gentoo-quebec).use command

eselect opengl set ati

emerge portage-utils; qlist -I -C ati-drivers/

(WW) Falling back to old probe method for fglrx is normal

when i got black screen it was eselect opengl set ati i missed
Back to top
View user's profile Send private message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Thu Apr 29, 2010 7:59 pm    Post subject: Reply with quote

Rexilion wrote:
lem777 wrote:
Still the same :cry:
Do I need a Desktop/Window manager to be installed?


Looking at the logs you provided, I see no errors and such. Just try to simply run the command:

Code:
X


and see if you get a gray screen. If that is the case, than you indeed need a 'Desktop/Window manager'.

Did it, and get a grey/black screen. How do i quit X-server? ALT-CTRL-BACKSPACE? (doesn´t work)
By switching to terminal (ALT-F2) and CTRL-C I can stop X-server.
Back to top
View user's profile Send private message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Thu Apr 29, 2010 8:00 pm    Post subject: Reply with quote

dE_logics wrote:
I really don't think so.

Maybe it's a permission problem.

Are you running things as root?

Yes
Back to top
View user's profile Send private message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Thu Apr 29, 2010 8:01 pm    Post subject: Reply with quote

d2_racing wrote:
Can you post this :
Code:

$ groups

root bin daemon sys adm disk wheel floppy dialout tape video
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Fri Apr 30, 2010 2:46 am    Post subject: Reply with quote

I tought maybe that you were not inside the video group.
Back to top
View user's profile Send private message
jasn
Guru
Guru


Joined: 05 May 2005
Posts: 439
Location: Maryland, US

PostPosted: Fri Apr 30, 2010 3:24 pm    Post subject: Reply with quote

I just tried to switch my ATI 4670 equipped laptop from the open source radeon driver, to the proprietary fglrx driver, and I had a heck of time making it work. (BTW, the method I used to install the 10.4 beta drivers is discussed in this Gentoo forum thread, and specifically in my post here).

Apparently when I built my kernel with the in kernel radeon drivers, and then switched to the fglrx proprietary driver, I still had kernel modules in my modules directory tree, related to the radeon driver. I still had the radeon driver there, along with some framebuffer drivers like, cfbimgblt.ko. So I cleaned out all of my old modules, and rebuilt the kernel, and I was able to boot the computer and run X/KDE with the 10.4 beta fglrx driver.

Since the OP built the in kernel radeon driver as well, it may be useful to make sure the /lib/modules/[kernel version]/kernel/drivers/video directory is free from all radeon inspired modules. BTW, does anyone know the proper way to "clean out" the /lib/modules directory, (since apparently deselecting the module from the make menuconfig menu, didn't properly delete it for me). Do you go to /usr/src/linux and do a make clean modules?

Anyway, the only problem I'm now having is that I can't enable compositing in KDE. I can run glxgears, I just can't enable compositing. Since I'm using the beta ATI driver, 8.723.1, I'm going to assume this may be the reason. Hopefully the release driver will fix that, and improve performance, etc.

Good Luck..
Back to top
View user's profile Send private message
Rexilion
Veteran
Veteran


Joined: 17 Mar 2009
Posts: 1044

PostPosted: Sat May 01, 2010 12:42 pm    Post subject: Reply with quote

lem777 wrote:
Rexilion wrote:
lem777 wrote:
Still the same :cry:
Do I need a Desktop/Window manager to be installed?


Looking at the logs you provided, I see no errors and such. Just try to simply run the command:

Code:
X


and see if you get a gray screen. If that is the case, than you indeed need a 'Desktop/Window manager'.

Did it, and get a grey/black screen. How do i quit X-server? ALT-CTRL-BACKSPACE? (doesn´t work)
By switching to terminal (ALT-F2) and CTRL-C I can stop X-server.


That indicates that X is working, now you just need to install/configure a desktop environment.
Back to top
View user's profile Send private message
lem777
n00b
n00b


Joined: 07 Apr 2010
Posts: 13

PostPosted: Tue May 04, 2010 6:20 pm    Post subject: Reply with quote

Rexilion wrote:
lem777 wrote:
Rexilion wrote:
lem777 wrote:
Still the same :cry:
Do I need a Desktop/Window manager to be installed?


Looking at the logs you provided, I see no errors and such. Just try to simply run the command:

Code:
X


and see if you get a gray screen. If that is the case, than you indeed need a 'Desktop/Window manager'.

Did it, and get a grey/black screen. How do i quit X-server? ALT-CTRL-BACKSPACE? (doesn´t work)
By switching to terminal (ALT-F2) and CTRL-C I can stop X-server.


That indicates that X is working, now you just need to install/configure a desktop environment.

Ok, I installed KDE now, and it runs smooth :lol:
Many thanks all.

2 last (for now) questions:
1. How can I stop the X-server. Wasn´t there a key-combo like CTRL-ALT-BCKSP?
2. Why can´t I use the actuall fglrx ati-driver 10.4? Is it unstable? When will it be stable or usable?
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
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