Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X -confiugre failed
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
lavender_rain
n00b
n00b


Joined: 24 Oct 2011
Posts: 16

PostPosted: Tue Dec 13, 2011 1:32 am    Post subject: X -confiugre failed Reply with quote

I obeyed the <The X Server Configuration HOWTO> to install xorg-server, finally I was thinking
I have made it ! But when I used " X -configure ",there came error:
Code:

X.Org X Server 1.10.4
Release Date: 2011-08-19
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.39-gentoo-r3 i686 Gentoo
Current Operating System: Linux Matrix 2.6.39-gentoo-r3 #5 SMP Mon Dec 12 22:52:48 HKT 2011 i686
Kernel command line: root=/dev/sda6
Build Date: 12 December 2011  11:15:05PM
 
Current version of pixman: 0.22.2
   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: Tue Dec 13 17:21:16 2011
List of video drivers:
   fglrx
No devices to configure.  Configuration failed.


And my Xorg.0.log shows:
Code:

[   548.378]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[   548.378] X Protocol Version 11, Revision 0
[   548.378] Build Operating System: Linux 2.6.39-gentoo-r3 i686 Gentoo
[   548.378] Current Operating System: Linux Matrix 2.6.39-gentoo-r3 #5 SMP Mon Dec 12 22:52:48 HKT 2011 i686
[   548.379] Kernel command line: root=/dev/sda6
[   548.379] Build Date: 12 December 2011  11:15:05PM
[   548.379] 
[   548.379] Current version of pixman: 0.22.2
[   548.379]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   548.379] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   548.379] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 13 17:21:16 2011
[   548.379] (II) Loader magic: 0x81f1d00
[   548.379] (II) Module ABI versions:
[   548.379]    X.Org ANSI C Emulation: 0.4
[   548.379]    X.Org Video Driver: 10.0
[   548.379]    X.Org XInput driver : 12.2
[   548.379]    X.Org Server Extension : 5.0
[   548.382] (--) PCI:*(0:1:0:0) 1002:9552:103c:3644 rev 0, Mem @ 0x80000000/268435456, 0x90300000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   548.382] List of video drivers:
[   548.382]    fglrx
[   548.382] (II) LoadModule: "fglrx"
[   548.383] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   548.402] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[   548.402]    compiled for 1.4.99.906, module version = 8.90.5
[   548.402]    Module class: X.Org Video Driver
[   548.402] (II) Loading sub module "fglrxdrm"
[   548.402] (II) LoadModule: "fglrxdrm"
[   548.403] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   548.403] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[   548.403]    compiled for 1.4.99.906, module version = 8.90.5
[   548.403] (WW) Falling back to old probe method for fglrx
[   548.418] (II) Loading PCS database from /etc/ati/amdpcsdb
[   548.418] No devices to configure.  Configuration failed.


Hmm , it's really hard just to install X server :-( .
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9679
Location: almost Mile High in the USA

PostPosted: Tue Dec 13, 2011 1:48 am    Post subject: Reply with quote

I believe for fglrx you should be using "aticonfig" and that's a bit different than the OSS driver configuration programs.

But I would have to admit that I started with a config file from a previous installation though not valid for my fglrx machine...
not sure if aticonfig requires a seed config file or not...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Tue Dec 13, 2011 2:16 am    Post subject: Reply with quote

X -configure does not work with KMS. You don't need xorg.conf with open source drivers anyway. Create xorg.conf{,.d} only in special cases which are described here http://www.gentoo.org/doc/en/xorg-config.xml

If you use proprietary ati-drivers then use its configuration tool as eccerr0r said.
Back to top
View user's profile Send private message
hedmo
Veteran
Veteran


Joined: 29 Aug 2009
Posts: 1305
Location: sweden

PostPosted: Tue Dec 13, 2011 5:02 am    Post subject: Reply with quote

Lavender_rain

as i can see,you want to use fglrx (ati-drivers).you need to:

eselect opengl set ati

and make a xorg.conf file .
Back to top
View user's profile Send private message
lavender_rain
n00b
n00b


Joined: 24 Oct 2011
Posts: 16

PostPosted: Tue Dec 13, 2011 5:40 am    Post subject: Reply with quote

hedmo wrote:
Lavender_rain

as i can see,you want to use fglrx (ati-drivers).you need to:

eselect opengl set ati

and make a xorg.conf file .


Yes ,you're right, I want to use the official ati-driver, can you tell me
why should I use "eselect opengl set ati" ?I can't use "X -configure"
so how could I create xorg.conf file?
Back to top
View user's profile Send private message
lavender_rain
n00b
n00b


Joined: 24 Oct 2011
Posts: 16

PostPosted: Tue Dec 13, 2011 5:43 am    Post subject: Reply with quote

eccerr0r wrote:
I believe for fglrx you should be using "aticonfig" and that's a bit different than the OSS driver configuration programs.

But I would have to admit that I started with a config file from a previous installation though not valid for my fglrx machine...
not sure if aticonfig requires a seed config file or not...

I used aticonfig, but startx still can't work, the screen turned black and can't response to any input (including
change tty), the Xorg.0.log didn't show error messages ,there should be some other problems.
Back to top
View user's profile Send private message
hedmo
Veteran
Veteran


Joined: 29 Aug 2009
Posts: 1305
Location: sweden

PostPosted: Tue Dec 13, 2011 8:16 am    Post subject: Reply with quote

Lavender_rain

1.you have to set eselect to ati or you Will have à black screen when you startx

2.you have to make à xorg.conf for fglrx to work

3. Fglrx have à gui via qt4 if you want to setup fglrx in X
Back to top
View user's profile Send private message
lavender_rain
n00b
n00b


Joined: 24 Oct 2011
Posts: 16

PostPosted: Wed Dec 14, 2011 1:04 am    Post subject: Reply with quote

hedmo wrote:
Lavender_rain

1.you have to set eselect to ati or you Will have à black screen when you startx

2.you have to make à xorg.conf for fglrx to work

3. Fglrx have à gui via qt4 if you want to setup fglrx in X


Thanks, I have done this and startx, but it's still black screen . Log said that
1. It open ACPI (/var/run/acpi.soket) failed, the file didn't exist
2. Module dri, glx didn't exist

I searched documentation about the problems, but I'm confused. I'm using official
ATI driver-- fglrx, someone said it conflicted with KMS in kernel.I don't know whether it is true.
The missing dri&glx things really confused me, I have tried to install Xorg many times(obviously all failed),
sometimes it would have the same error messages(missing dri&glx), but sometimes it wouldn't, so I think dri
and glx library are afforded by Xorg-server package. Is it wrong what I think? Do dri&glx have anything to do
with Mesa? Are there some installing depedencies?

I'm a newbie, so maybe these questions are very funny in your view.
Anyway please help me.
Back to top
View user's profile Send private message
hedmo
Veteran
Veteran


Joined: 29 Aug 2009
Posts: 1305
Location: sweden

PostPosted: Wed Dec 14, 2011 6:07 am    Post subject: Reply with quote

Lavender_rain

The dri stuff is ok, i have the same.the glx should work but i think its glxfglrx.

still black screen :roll:

some Times when i have emerge just ati-drivers,portage pulls in à to new version of ati-drivers
for xorg to handle .if thats the problem it will show when you :

emerge -av xorg-server ati-drivers

but start with clean out your kernel.i can not tell for 100 but as i understand .fglrx pulls in third part modules
to the kernel so you dont need drm,agp,framebuffer or agp in the kernel.

I need some more info from you

post your xorg.log again
xorg.conf
the output of lspci
the output of lsmod
the output of eselect opengl list
and the output of emerge -av xorg-server ati-drivers

regards hedmo
Back to top
View user's profile Send private message
ultraincognito
Guru
Guru


Joined: 03 Jun 2011
Posts: 346
Location: Ukraine

PostPosted: Wed Dec 14, 2011 7:23 am    Post subject: Reply with quote

To OP. It may happens when user isn't in group video.
Back to top
View user's profile Send private message
lavender_rain
n00b
n00b


Joined: 24 Oct 2011
Posts: 16

PostPosted: Fri Dec 16, 2011 7:11 am    Post subject: Reply with quote

hedmo wrote:
Lavender_rain

The dri stuff is ok, i have the same.the glx should work but i think its glxfglrx.

still black screen :roll:

some Times when i have emerge just ati-drivers,portage pulls in à to new version of ati-drivers
for xorg to handle .if thats the problem it will show when you :

emerge -av xorg-server ati-drivers

but start with clean out your kernel.i can not tell for 100 but as i understand .fglrx pulls in third part modules
to the kernel so you dont need drm,agp,framebuffer or agp in the kernel.

I need some more info from you

post your xorg.log again
xorg.conf
the output of lspci
the output of lsmod
the output of eselect opengl list
and the output of emerge -av xorg-server ati-drivers

regards hedmo


OK, here it is
Xorg.0.log
Code:
[   147.926]
X.Org X Server 1.10.4
Release Date: 2011-08-19
[   147.930] X Protocol Version 11, Revision 0
[   147.931] Build Operating System: Linux 2.6.39-gentoo-r3 i686 Gentoo
[   147.932] Current Operating System: Linux Matrix 2.6.39-gentoo-r3 #5 SMP Mon Dec 12 22:52:48 HKT 2011 i686
[   147.934] Kernel command line: root=/dev/sda6
[   147.935] Build Date: 12 December 2011  11:15:05PM
[   147.936] 
[   147.938] Current version of pixman: 0.22.2
[   147.939]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   147.942] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   147.947] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 13 21:07:58 2011
[   148.028] (++) Using config file: "/etc/X11/xorg.conf"
[   148.030] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   148.052] (==) ServerLayout "aticonfig Layout"
[   148.052] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[   148.052] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[   148.059] (**) |   |-->Device "aticonfig-Device[0]-0"
[   148.059] (==) Automatically adding devices
[   148.059] (==) Automatically enabling devices
[   148.115] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[   148.115]    Entry deleted from font path.
[   148.115] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[   148.115]    Entry deleted from font path.
[   148.115] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[   148.115]    Entry deleted from font path.
[   148.115] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[   148.115]    Entry deleted from font path.
[   148.115]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[   148.115] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[   148.116]    Entry deleted from font path.
[   148.116]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[   148.116] (==) FontPath set to:
   /usr/share/fonts/misc/
[   148.116] (==) ModulePath set to "/usr/lib/xorg/modules"
[   148.116] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   148.116] (II) Loader magic: 0x81f1d00
[   148.116] (II) Module ABI versions:
[   148.116]    X.Org ANSI C Emulation: 0.4
[   148.116]    X.Org Video Driver: 10.0
[   148.116]    X.Org XInput driver : 12.2
[   148.116]    X.Org Server Extension : 5.0
[   148.119] (--) PCI:*(0:1:0:0) 1002:9552:103c:3644 rev 0, Mem @ 0x80000000/268435456, 0x90300000/65536, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   148.119] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   148.119] (II) "extmod" will be loaded by default.
[   148.119] (II) "dbe" will be loaded by default.
[   148.119] (II) "glx" will be loaded by default.
[   148.119] (II) "record" will be loaded by default.
[   148.119] (II) "dri" will be loaded by default.
[   148.119] (II) "dri2" will be loaded by default.
[   148.119] (II) LoadModule: "extmod"
[   148.229] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[   148.235] (II) Module extmod: vendor="X.Org Foundation"
[   148.236]    compiled for 1.10.4, module version = 1.0.0
[   148.236]    Module class: X.Org Server Extension
[   148.236]    ABI class: X.Org Server Extension, version 5.0
[   148.236] (II) Loading extension MIT-SCREEN-SAVER
[   148.236] (II) Loading extension XFree86-VidModeExtension
[   148.236] (II) Loading extension XFree86-DGA
[   148.236] (II) Loading extension DPMS
[   148.236] (II) Loading extension XVideo
[   148.236] (II) Loading extension XVideo-MotionCompensation
[   148.236] (II) Loading extension X-Resource
[   148.236] (II) LoadModule: "dbe"
[   148.237] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[   148.238] (II) Module dbe: vendor="X.Org Foundation"
[   148.238]    compiled for 1.10.4, module version = 1.0.0
[   148.238]    Module class: X.Org Server Extension
[   148.238]    ABI class: X.Org Server Extension, version 5.0
[   148.238] (II) Loading extension DOUBLE-BUFFER
[   148.238] (II) LoadModule: "glx"
[   148.239] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   148.272] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[   148.272]    compiled for 6.9.0, module version = 1.0.0
[   148.273] (II) Loading extension GLX
[   148.273] (II) LoadModule: "record"
[   148.274] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[   148.274] (II) Module record: vendor="X.Org Foundation"
[   148.275]    compiled for 1.10.4, module version = 1.13.0
[   148.275]    Module class: X.Org Server Extension
[   148.275]    ABI class: X.Org Server Extension, version 5.0
[   148.275] (II) Loading extension RECORD
[   148.275] (II) LoadModule: "dri"
[   148.276] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[   148.314] (II) Module dri: vendor="X.Org Foundation"
[   148.314]    compiled for 1.10.4, module version = 1.0.0
[   148.314]    ABI class: X.Org Server Extension, version 5.0
[   148.314] (II) Loading extension XFree86-DRI
[   148.314] (II) LoadModule: "dri2"
[   148.315] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[   148.316] (II) Module dri2: vendor="X.Org Foundation"
[   148.316]    compiled for 1.10.4, module version = 1.2.0
[   148.316]    ABI class: X.Org Server Extension, version 5.0
[   148.316] (II) Loading extension DRI2
[   148.316] (II) LoadModule: "fglrx"
[   148.317] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   148.623] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[   148.633]    compiled for 1.4.99.906, module version = 8.90.5
[   148.633]    Module class: X.Org Video Driver
[   148.650] (II) Loading sub module "fglrxdrm"
[   148.650] (II) LoadModule: "fglrxdrm"
[   148.650] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   148.687] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[   148.687]    compiled for 1.4.99.906, module version = 8.90.5
[   148.688] (II) ATI Proprietary Linux Driver Version Identifier:8.90.5
[   148.688] (II) ATI Proprietary Linux Driver Release Identifier: 8.902                               
[   148.688] (II) ATI Proprietary Linux Driver Build Date: Oct 12 2011 15:21:21
[   148.688] (--) using VT number 7

[   148.695] (WW) Falling back to old probe method for fglrx
[   148.751] (II) Loading PCS database from /etc/ati/amdpcsdb
[   148.762] (--) Chipset Supported AMD Graphics Processor (0x9552) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
[   148.763] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[   148.764] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[   148.774] (II) AMD Video driver is signed
[   148.774] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[   148.774] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   148.774] (II) fglrx(0): pEnt->device->identifier=0x855e6c0
[   148.774] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
[   148.786] (II) Loading sub module "vgahw"
[   148.786] (II) LoadModule: "vgahw"
[   148.787] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[   148.799] (II) Module vgahw: vendor="X.Org Foundation"
[   148.800]    compiled for 1.10.4, module version = 0.1.0
[   148.800]    ABI class: X.Org Video Driver, version 10.0
[   148.800] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[   148.800] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   148.800] (==) fglrx(0): Default visual is TrueColor
[   148.800] (**) fglrx(0): Option "DPMS" "true"
[   148.800] (==) fglrx(0): RGB weight 888
[   148.800] (II) fglrx(0): Using 8 bits per RGB
[   148.800] (==) fglrx(0): Buffer Tiling is ON
[   148.801] (II) Loading sub module "fglrxdrm"
[   148.801] (II) LoadModule: "fglrxdrm"
[   148.801] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[   148.801] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[   148.801]    compiled for 1.4.99.906, module version = 8.90.5
[   149.085] ukiDynamicMajor: found major device number 251
[   149.085] ukiDynamicMajor: found major device number 251
[   149.085] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   149.085] ukiOpenDevice: node name is /dev/ati/card0
[   149.085] ukiOpenDevice: open result is 10, (OK)
[   149.085] ukiOpenByBusid: ukiOpenMinor returns 10
[   149.085] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   149.086] (==) fglrx(0): NoAccel = NO
[   149.086] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
[   149.086] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 4300 Series" (Chipset = 0x9552)
[   149.086] (--) fglrx(0): (PciSubVendor = 0x103c, PciSubDevice = 0x3644)
[   149.086] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[   149.086] (--) fglrx(0): Linear framebuffer (phys) at 0x80000000
[   149.086] (--) fglrx(0): MMIO registers at 0x90300000
[   149.086] (--) fglrx(0): I/O port at 0x00003000
[   149.086] (==) fglrx(0): ROM-BIOS at 0x000c0000
[   149.194] (II) fglrx(0): ATIF platform detected
[   149.196] (II) fglrx(0): AC Adapter is used
[   149.246] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[   149.361] (II) Loading sub module "vbe"
[   149.361] (II) LoadModule: "vbe"
[   149.362] (II) Loading /usr/lib/xorg/modules/libvbe.so
[   149.423] (II) Module vbe: vendor="X.Org Foundation"
[   149.423]    compiled for 1.10.4, module version = 1.1.0
[   149.423]    ABI class: X.Org Video Driver, version 10.0
[   149.423] (II) fglrx(0): VESA BIOS detected
[   149.424] (II) fglrx(0): VESA VBE Version 3.0
[   149.424] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[   149.424] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[   149.424] (II) fglrx(0): VESA VBE OEM Software Rev: 11.22
[   149.424] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
[   149.424] (II) fglrx(0): VESA VBE OEM Product: M92
[   149.424] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[   149.475] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[   149.475] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR2
[   149.475] (II) fglrx(0): PCIE card detected
[   149.475] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[   149.475] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[   149.494] (II) fglrx(0): Using adapter: 1:0.0.
[   154.942] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
[   154.947] (II) fglrx(0): Interrupt handler installed at IRQ 49.
[   154.947] (II) fglrx(0): RandR 1.2 support is enabled!
[   154.947] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[   154.947] (==) fglrx(0): Center Mode is disabled
[   154.947] (II) Loading sub module "fb"
[   154.947] (II) LoadModule: "fb"
[   154.947] (II) Loading /usr/lib/xorg/modules/libfb.so
[   154.979] (II) Module fb: vendor="X.Org Foundation"
[   154.980]    compiled for 1.10.4, module version = 1.0.0
[   154.980]    ABI class: X.Org ANSI C Emulation, version 0.4
[   154.980] (II) Loading sub module "ddc"
[   154.980] (II) LoadModule: "ddc"
[   154.981] (II) Module "ddc" already built-in
[   155.477] (II) fglrx(0): Finished Initialize PPLIB!
[   155.588] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
[   155.588] (II) fglrx(0): Output DFP1 has no monitor section
[   155.588] (II) fglrx(0): Output CRT1 has no monitor section
[   155.589] (II) Loading sub module "ddc"
[   155.589] (II) LoadModule: "ddc"
[   155.589] (II) Module "ddc" already built-in
[   155.589] (II) fglrx(0): Connected Display0: LVDS
[   155.590] (II) fglrx(0): Display0 EDID data ---------------------------
[   155.590] (II) fglrx(0): Manufacturer: SEC  Model: 5142  Serial#: 0
[   155.590] (II) fglrx(0): Year: 2008  Week: 0
[   155.590] (II) fglrx(0): EDID Version: 1.3
[   155.590] (II) fglrx(0): Digital Display Input
[   155.590] (II) fglrx(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[   155.591] (II) fglrx(0): Gamma: 2.20
[   155.591] (II) fglrx(0): No DPMS capabilities specified
[   155.591] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   155.591] (II) fglrx(0): First detailed timing is preferred mode
[   155.591] (II) fglrx(0): redX: 0.590 redY: 0.340   greenX: 0.325 greenY: 0.550
[   155.591] (II) fglrx(0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
[   155.591] (II) fglrx(0): Manufacturer's mask: 0
[   155.592] (II) fglrx(0): Supported detailed timing:
[   155.592] (II) fglrx(0): clock: 69.3 MHz   Image Size:  303 x 190 mm
[   155.592] (II) fglrx(0): h_active: 1280  h_sync: 1292  h_sync_end 1356 h_blank_end 1416 h_border: 0
[   155.592] (II) fglrx(0): v_active: 800  v_sync: 803  v_sync_end 806 v_blanking: 816 v_border: 0
[   155.592] (II) fglrx(0): Unknown vendor-specific block f
[   155.592] (II) fglrx(0):  SAMSUNG
[   155.592] (II) fglrx(0):  141AT13-H01
[   155.593] (II) fglrx(0): EDID (in hex):
[   155.593] (II) fglrx(0):    00ffffffffffff004ca3425100000000
[   155.593] (II) fglrx(0):    00120103801e13780a07c59757538c27
[   155.593] (II) fglrx(0):    20505400000001010101010101010101
[   155.593] (II) fglrx(0):    010101010101141b0088502010300c40
[   155.593] (II) fglrx(0):    33002fbe100000190000000f00000000
[   155.593] (II) fglrx(0):    00000000002387026400000000fe0053
[   155.594] (II) fglrx(0):    414d53554e470a2020202020000000fe
[   155.594] (II) fglrx(0):    00313431415431332d4830310a200039
[   155.594] (II) fglrx(0): End of Display0 EDID data --------------------
[   155.792] (II) fglrx(0): EDID for output LVDS
[   155.793] (II) fglrx(0): Manufacturer: SEC  Model: 5142  Serial#: 0
[   155.793] (II) fglrx(0): Year: 2008  Week: 0
[   155.793] (II) fglrx(0): EDID Version: 1.3
[   155.793] (II) fglrx(0): Digital Display Input
[   155.793] (II) fglrx(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[   155.793] (II) fglrx(0): Gamma: 2.20
[   155.794] (II) fglrx(0): No DPMS capabilities specified
[   155.794] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[   155.794] (II) fglrx(0): First detailed timing is preferred mode
[   155.794] (II) fglrx(0): redX: 0.590 redY: 0.340   greenX: 0.325 greenY: 0.550
[   155.794] (II) fglrx(0): blueX: 0.155 blueY: 0.125   whiteX: 0.313 whiteY: 0.329
[   155.794] (II) fglrx(0): Manufacturer's mask: 0
[   155.794] (II) fglrx(0): Supported detailed timing:
[   155.795] (II) fglrx(0): clock: 69.3 MHz   Image Size:  303 x 190 mm
[   155.795] (II) fglrx(0): h_active: 1280  h_sync: 1292  h_sync_end 1356 h_blank_end 1416 h_border: 0
[   155.795] (II) fglrx(0): v_active: 800  v_sync: 803  v_sync_end 806 v_blanking: 816 v_border: 0
[   155.795] (II) fglrx(0): Unknown vendor-specific block f
[   155.795] (II) fglrx(0):  SAMSUNG
[   155.795] (II) fglrx(0):  141AT13-H01
[   155.795] (II) fglrx(0): EDID (in hex):
[   155.795] (II) fglrx(0):    00ffffffffffff004ca3425100000000
[   155.796] (II) fglrx(0):    00120103801e13780a07c59757538c27
[   155.796] (II) fglrx(0):    20505400000001010101010101010101
[   155.796] (II) fglrx(0):    010101010101141b0088502010300c40
[   155.796] (II) fglrx(0):    33002fbe100000190000000f00000000
[   155.796] (II) fglrx(0):    00000000002387026400000000fe0053
[   155.796] (II) fglrx(0):    414d53554e470a2020202020000000fe
[   155.796] (II) fglrx(0):    00313431415431332d4830310a200039
[   155.796] (II) fglrx(0): EDID vendor "SEC", prod id 20802
[   155.797] (II) fglrx(0): Printing DDC gathered Modelines:
[   155.797] (II) fglrx(0): Modeline "1280x800"x0.0   69.32  1280 1292 1356 1416  800 803 806 816 -hsync -vsync (49.0 kHz)
[   155.797] (II) fglrx(0): Printing probed modes for output LVDS
[   155.797] (II) fglrx(0): Modeline "1280x800"x60.0   69.32  1280 1292 1356 1416  800 803 806 816 +hsync +vsync (49.0 kHz)
[   155.798] (II) fglrx(0): Modeline "1280x768"x60.0   69.32  1280 1292 1356 1416  768 803 806 816 +hsync +vsync (49.0 kHz)
[   155.798] (II) fglrx(0): Modeline "1280x720"x60.0   69.32  1280 1292 1356 1416  720 803 806 816 +hsync +vsync (49.0 kHz)
[   155.798] (II) fglrx(0): Modeline "1024x768"x60.0   69.32  1024 1292 1356 1416  768 803 806 816 +hsync +vsync (49.0 kHz)
[   155.798] (II) fglrx(0): Modeline "1024x600"x60.0   69.32  1024 1292 1356 1416  600 803 806 816 +hsync +vsync (49.0 kHz)
[   155.798] (II) fglrx(0): Modeline "800x600"x60.0   69.32  800 1292 1356 1416  600 803 806 816 +hsync +vsync (49.0 kHz)
[   155.798] (II) fglrx(0): Modeline "800x480"x60.0   69.32  800 1292 1356 1416  480 803 806 816 +hsync +vsync (49.0 kHz)
[   155.798] (II) fglrx(0): Modeline "720x480"x60.0   69.32  720 1292 1356 1416  480 803 806 816 +hsync +vsync (49.0 kHz)
[   155.799] (II) fglrx(0): Modeline "640x480"x60.0   69.32  640 1292 1356 1416  480 803 806 816 +hsync +vsync (49.0 kHz)
[   155.799] (II) fglrx(0): EDID for output DFP1
[   155.799] (II) fglrx(0): EDID for output CRT1
[   155.799] (II) fglrx(0): Output LVDS connected
[   155.799] (II) fglrx(0): Output DFP1 disconnected
[   155.799] (II) fglrx(0): Output CRT1 disconnected
[   155.799] (II) fglrx(0): Using exact sizes for initial modes
[   155.800] (II) fglrx(0): Output LVDS using initial mode 1280x800
[   155.800] (II) fglrx(0): Display dimensions: (300, 190) mm
[   155.800] (II) fglrx(0): DPI set to (108, 106)
[   155.800] (II) fglrx(0): Adapter ATI Mobility Radeon HD 4300 Series has 2 configurable heads and 1 displays connected.
[   155.801] (==) fglrx(0):  PseudoColor visuals disabled
[   155.801] (II) Loading sub module "ramdac"
[   155.801] (II) LoadModule: "ramdac"
[   155.801] (II) Module "ramdac" already built-in
[   155.801] (==) fglrx(0): NoDRI = NO
[   155.801] (==) fglrx(0): Capabilities: 0x00000000
[   155.802] (==) fglrx(0): CapabilitiesEx: 0x00000000
[   155.802] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[   155.802] (==) fglrx(0): UseFastTLS=0
[   155.802] (==) fglrx(0): BlockSignalsOnLock=1
[   155.802] (--) Depth 24 pixmap format is 32 bpp
[   155.804] (II) Loading extension ATIFGLRXDRI
[   155.804] (II) fglrx(0): doing swlDriScreenInit
[   155.804] (II) fglrx(0): swlDriScreenInit for fglrx driver
[   155.805] ukiDynamicMajor: found major device number 251
[   155.806] ukiDynamicMajor: found major device number 251
[   155.806] ukiDynamicMajor: found major device number 251
[   155.806] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[   155.806] ukiOpenDevice: node name is /dev/ati/card0
[   155.807] ukiOpenDevice: open result is 13, (OK)
[   155.807] ukiOpenByBusid: ukiOpenMinor returns 13
[   155.807] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[   155.807] (II) fglrx(0): [uki] DRM interface version 1.0
[   155.807] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[   155.808] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[   155.808] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0xb7246000
[   155.808] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[   155.809] (II) fglrx(0): [uki] added 1 reserved context for kernel
[   155.809] (II) fglrx(0): swlDriScreenInit done
[   155.809] (II) fglrx(0): Kernel Module Version Information:
[   155.809] (II) fglrx(0):     Name: fglrx
[   155.809] (II) fglrx(0):     Version: 8.90.5
[   155.809] (II) fglrx(0):     Date: Oct 12 2011
[   155.809] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[   155.810] (II) fglrx(0): Kernel Module version matches driver.
[   155.810] (II) fglrx(0): Kernel Module Build Time Information:
[   155.810] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.39-gentoo-r3
[   155.810] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[   155.810] (II) fgl


Xorg.conf
Code:
Section "ServerLayout"
   Identifier     "aticonfig Layout"
   Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
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"
   BusID       "PCI:1:0: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



lspci
Code:
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate
00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
00:07.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
01:00.0 VGA compatible controller: ATI Technologies Inc M92 LP [Mobility Radeon HD 4300 Series]
01:00.1 Audio device: ATI Technologies Inc RV710/730
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)


lsmod
Code:
Module                  Size  Used by
snd_seq_dummy            931  0
snd_seq_oss            20539  0
snd_seq_midi_event      3780  1 snd_seq_oss
snd_seq                34677  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          3810  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            28256  0
snd_mixer_oss          10001  1 snd_pcm_oss
snd_hda_codec_hdmi     16871  1
snd_hda_codec_idt      36519  1
snd_hda_intel          15819  0
snd_hda_codec          43514  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep               4033  1 snd_hda_codec
snd_pcm                47624  4 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_timer              12460  2 snd_seq,snd_pcm
snd                    34292  12 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
snd_page_alloc          5004  2 snd_hda_intel,snd_pcm


eselect oepngl list
Code:
Available OpenGL implementations:
  [1]   ati *
  [2]   xorg-x11


emerge -av xorg-server ati-drivers
Code:

These are the packages that would be merged, in order:

Calculating dependencies  ....... done!
[ebuild   R    ] x11-base/xorg-server-1.10.4-r1  USE="nptl udev xorg -dmx -doc -ipv6 -kdrive -minimal -static-libs -tslib -xnest -xvfb" 0 kB
[ebuild   R    ] x11-drivers/ati-drivers-11.8  USE="modules qt4 -debug (-multilib)" 0 kB

Total: 2 packages (2 reinstalls), Size of downloads: 0 kB

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


Joined: 29 Aug 2009
Posts: 1305
Location: sweden

PostPosted: Fri Dec 16, 2011 7:01 pm    Post subject: Reply with quote

Lavender_rain

are you running as root?.do you have you add video user to your user?:


useradd -g users -G video -m YOUR USER

the fglrx module is not loaded.
Back to top
View user's profile Send private message
lavender_rain
n00b
n00b


Joined: 24 Oct 2011
Posts: 16

PostPosted: Sat Dec 17, 2011 4:24 am    Post subject: Reply with quote

hedmo wrote:
Lavender_rain

are you running as root?.do you have you add video user to your user?:


useradd -g users -G video -m YOUR USER

the fglrx module is not loaded.


Does it matters that I logged in as root ? I change to general account,
this is my groups:
Code:

wheel audio video lavender


After that, I "sudo modprobe fglrx"
(I should put the lsmod output here,but the messages turned Unrecognizable Code...
Anyway I had the fglrx module loaded)


Then I startx, unfortunately it's still black.
This is log messages:
Code:

 D3hot
[    0.591972] pci 0000:00:12.2: PME# disabled
[    0.592019] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
[    0.592036] pci 0000:00:13.0: reg 10: [mem 0x90405000-0x90405fff]
[    0.592114] pci 0000:00:13.1: [1002:4398] type 0 class 0x000c03
[    0.592129] pci 0000:00:13.1: reg 10: [mem 0x90404000-0x90404fff]
[    0.592213] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
[    0.593509] pci 0000:00:13.2: reg 10: [mem 0x90408400-0x904084ff]
[    0.600555] pci 0000:00:13.2: supports D1 D2
[    0.600560] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.600566] pci 0000:00:13.2: PME# disabled
[    0.600615] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
[    0.600726] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
[    0.600750] pci 0000:00:14.2: reg 10: [mem 0x90400000-0x90403fff 64bit]
[    0.600955] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.600960] pci 0000:00:14.2: PME# disabled
[    0.600985] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
[    0.601075] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
[    0.601135] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600
[    0.601170] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600
[    0.601196] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600
[    0.601223] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600
[    0.601251] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600
[    0.601368] pci 0000:01:00.0: [1002:9552] type 0 class 0x000300
[    0.601380] pci 0000:01:00.0: reg 10: [mem 0x80000000-0x8fffffff pref]
[    0.601389] pci 0000:01:00.0: reg 14: [io  0x3000-0x30ff]
[    0.601397] pci 0000:01:00.0: reg 18: [mem 0x90300000-0x9030ffff]
[    0.601422] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[    0.601448] pci 0000:01:00.0: supports D1 D2
[    0.601481] pci 0000:01:00.1: [1002:aa38] type 0 class 0x000403
[    0.601492] pci 0000:01:00.1: reg 10: [mem 0x90310000-0x90313fff]
[    0.601551] pci 0000:01:00.1: supports D1 D2
[    0.603956] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[    0.604046] pci 0000:00:02.0:   bridge window [io  0x3000-0x3fff]
[    0.604050] pci 0000:00:02.0:   bridge window [mem 0x90300000-0x903fffff]
[    0.604055] pci 0000:00:02.0:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
[    0.604105] pci 0000:00:05.0: PCI bridge to [bus 02-02]
[    0.604266] pci 0000:00:05.0:   bridge window [io  0xfffff000-0x0000] (disabled)
[    0.604270] pci 0000:00:05.0:   bridge window [mem 0x90200000-0x902fffff]
[    0.604274] pci 0000:00:05.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.604342] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
[    0.604362] pci 0000:03:00.0: reg 10: [mem 0x90100000-0x9010ffff 64bit]
[    0.604436] pci 0000:03:00.0: supports D1
[    0.604438] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[    0.604443] pci 0000:03:00.0: PME# disabled
[    0.606956] pci 0000:00:06.0: PCI bridge to [bus 03-03]
[    0.607086] pci 0000:00:06.0:   bridge window [io  0xfffff000-0x0000] (disabled)
[    0.607091] pci 0000:00:06.0:   bridge window [mem 0x90100000-0x901fffff]
[    0.607095] pci 0000:00:06.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.607207] pci 0000:04:00.0: [10ec:8136] type 0 class 0x000200
[    0.607228] pci 0000:04:00.0: reg 10: [io  0x2000-0x20ff]
[    0.607250] pci 0000:04:00.0: reg 18: [mem 0x90010000-0x90010fff 64bit pref]
[    0.607265] pci 0000:04:00.0: reg 20: [mem 0x90000000-0x9000ffff 64bit pref]
[    0.607276] pci 0000:04:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[    0.607323] pci 0000:04:00.0: supports D1 D2
[    0.607325] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.607335] pci 0000:04:00.0: PME# disabled
[    0.609980] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[    0.610069] pci 0000:00:07.0:   bridge window [io  0x2000-0x2fff]
[    0.610073] pci 0000:00:07.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.610078] pci 0000:00:07.0:   bridge window [mem 0x90000000-0x900fffff 64bit pref]
[    0.610166] pci 0000:00:14.4: PCI bridge to [bus 05-05] (subtractive decode)
[    0.610293] pci 0000:00:14.4:   bridge window [io  0xf000-0x0000] (disabled)
[    0.610298] pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.610303] pci 0000:00:14.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.610314] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.610323] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.610332] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.610341] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
[    0.610350] pci 0000:00:14.4:   bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
[    0.610358] pci 0000:00:14.4:   bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
[    0.610367] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.610376] pci 0000:00:14.4:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.610385] pci 0000:00:14.4:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.610394] pci 0000:00:14.4:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.610403] pci 0000:00:14.4:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    0.610412] pci 0000:00:14.4:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[    0.610420] pci 0000:00:14.4:   bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
[    0.610429] pci 0000:00:14.4:   bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
[    0.610438] pci 0000:00:14.4:   bridge window [mem 0x80000000-0xf6ffffff] (subtractive decode)
[    0.610447] pci 0000:00:14.4:   bridge window [mem 0xf8000000-0xffffffff] (subtractive decode)
[    0.610498] pci_bus 0000:00: on NUMA node 0
[    0.610518] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.614033] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB2_._PRT]
[    0.615389] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
[    0.616975] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
[    0.618291] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB7_._PRT]
[    0.620203] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[    0.623597] \_SB_.PCI0:_OSC request failed
[    0.623600] _OSC request data:1 1f 1f
[    0.623607]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.624601] \_SB_.PCI0:_OSC request failed
[    0.624603] _OSC request data:1 0 1d
[    0.624608] Unable to assume _OSC PCIe control. Disabling ASPM
[    0.840228] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.841488] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.842814] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.844118] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.845454] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.846765] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.848159] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.849523] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.851182] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.851255] vgaarb: loaded
[    0.853111] SCSI subsystem initialized
[    0.854068] libata version 3.00 loaded.
[    0.856937] usbcore: registered new interface driver usbfs
[    0.857018] usbcore: registered new interface driver hub
[    0.858008] usbcore: registered new device driver usb
[    0.860998] PCI: Using ACPI for IRQ routing
[    0.861127] PCI: pci_cache_line_size set to 64 bytes
[    0.861543] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
[    0.861551] reserve RAM buffer: 000000007e53c000 - 000000007fffffff
[    0.861599] reserve RAM buffer: 000000007fd94000 - 000000007fffffff
[    0.861637] reserve RAM buffer: 000000007fe92000 - 000000007fffffff
[    0.861663] reserve RAM buffer: 000000007fee3000 - 000000007fffffff
[    0.861679] reserve RAM buffer: 000000007ff00000 - 000000007fffffff
[    0.864041] NetLabel: Initializing
[    0.864041] NetLabel:  domain hash size = 128
[    0.864073] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.864270] NetLabel:  unlabeled traffic allowed by default
[    0.864917] cfg80211: Calling CRDA to update world regulatory domain
[    0.865974] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.866225] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.868127] Switching to clocksource hpet
[    0.869468] Switched to NOHz mode on CPU #1
[    0.869483] Switched to NOHz mode on CPU #0
[    0.901102] kworker/u:0 used greatest stack depth: 6896 bytes left
[    0.914105] kworker/u:0 used greatest stack depth: 6880 bytes left
[    0.931123] pnp: PnP ACPI init
[    0.931253] ACPI: bus type pnp registered
[    0.941936] pnp 00:00: [bus 00-ff]
[    0.941946] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.941955] pnp 00:00: [io  0x0d00-0xffff window]
[    0.941963] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.941971] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.941980] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.941988] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.941996] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.942086] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.942178] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.942186] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.942194] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.942203] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.942211] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.942219] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.942228] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.942236] pnp 00:00: [mem 0x80000000-0xf6ffffff window]
[    0.942245] pnp 00:00: [mem 0xf8000000-0xffffffff window]
[    0.942254] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.942863] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.943783] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[    0.943792] pnp 00:01: [mem 0xfee00000-0xfee00fff]
[    0.944631] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.944806] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.944933] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.946442] pnp 00:02: [io  0x0000-0x000f]
[    0.946451] pnp 00:02: [io  0x0081-0x008f]
[    0.946459] pnp 00:02: [io  0x00c0-0x00df]
[    0.946467] pnp 00:02: [dma 4]
[    0.947051] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.947155] pnp 00:03: [io  0x00f0-0x00fe]
[    0.947172] pnp 00:03: [irq 13]
[    0.947723] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.948160] pnp 00:04: [io  0x0070-0x0071]
[    0.948724] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.948823] pnp 00:05: [io  0x0061]
[    0.949434] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.949550] pnp 00:06: [io  0x0060]
[    0.949558] pnp 00:06: [io  0x0064]
[    0.949566] pnp 00:06: [io  0x0068]
[    0.949573] pnp 00:06: [io  0x006c]
[    0.949622] pnp 00:06: [irq 1]
[    0.950212] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.950321] pnp 00:07: [irq 12]
[    0.950894] pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.950996] pnp 00:08: [io  0x0010-0x001f]
[    0.951033] pnp 00:08: [io  0x002e-0x002f]
[    0.951041] pnp 00:08: [io  0x0072-0x0073]
[    0.951049] pnp 00:08: [io  0x0080]
[    0.951056] pnp 00:08: [io  0x00b0-0x00b1]
[    0.951064] pnp 00:08: [io  0x0092]
[    0.951073] pnp 00:08: [io  0x0400-0x04cf]
[    0.951080] pnp 00:08: [io  0x04d0-0x04d1]
[    0.951088] pnp 00:08: [io  0x04d6]
[    0.951096] pnp 00:08: [io  0x0680-0x06ff]
[    0.951103] pnp 00:08: [io  0x077a]
[    0.951111] pnp 00:08: [io  0x0c00-0x0c01]
[    0.951119] pnp 00:08: [io  0x0c14]
[    0.951126] pnp 00:08: [io  0x0c50-0x0c52]
[    0.951135] pnp 00:08: [io  0x0c6c]
[    0.951142] pnp 00:08: [io  0x0c6f]
[    0.951150] pnp 00:08: [io  0x0cd0-0x0cdb]
[    0.952087] system 00:08: [io  0x0400-0x04cf] has been reserved
[    0.952188] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    0.952285] system 00:08: [io  0x04d6] has been reserved
[    0.952424] system 00:08: [io  0x0680-0x06ff] has been reserved
[    0.952525] system 00:08: [io  0x077a] has been reserved
[    0.952664] system 00:08: [io  0x0c00-0x0c01] has been reserved
[    0.952802] system 00:08: [io  0x0c14] has been reserved
[    0.952942] system 00:08: [io  0x0c50-0x0c52] has been reserved
[    0.953090] system 00:08: [io  0x0c6c] has been reserved
[    0.953186] system 00:08: [io  0x0c6f] has been reserved
[    0.953283] system 00:08: [io  0x0cd0-0x0cdb] has been reserved
[    0.953410] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.954213] pnp 00:09: [mem 0x000e0000-0x000fffff]
[    0.954221] pnp 00:09: [mem 0xffe00000-0xffffffff]
[    0.955103] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.955281] system 00:09: [mem 0xffe00000-0xffffffff] has been reserved
[    0.955408] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.005105] pnp: PnP ACPI: found 10 devices
[    1.005266] ACPI: ACPI bus type pnp unregistered
[    1.041640] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[    1.041848] pci 0000:04:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[    1.042175] pci 0000:00:07.0: BAR 8: assigned [mem 0x90500000-0x905fffff]
[    1.042306] pci 0000:00:05.0: BAR 9: assigned [mem 0x90600000-0x907fffff 64bit pref]
[    1.042429] pci 0000:00:05.0: BAR 7: assigned [io  0x1000-0x1fff]
[    1.042522] pci 0000:01:00.0: BAR 6: assigned [mem 0x90320000-0x9033ffff pref]
[    1.042678] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[    1.042802] pci 0000:00:02.0:   bridge window [io  0x3000-0x3fff]
[    1.042928] pci 0000:00:02.0:   bridge window [mem 0x90300000-0x903fffff]
[    1.043063] pci 0000:00:02.0:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
[    1.043199] pci 0000:00:05.0: PCI bridge to [bus 02-02]
[    1.043282] pci 0000:00:05.0:   bridge window [io  0x1000-0x1fff]
[    1.043407] pci 0000:00:05.0:   bridge window [mem 0x90200000-0x902fffff]
[    1.043532] pci 0000:00:05.0:   bridge window [mem 0x90600000-0x907fffff 64bit pref]
[    1.043688] pci 0000:00:06.0: PCI bridge to [bus 03-03]
[    1.043811] pci 0000:00:06.0:   bridge window [io  disabled]
[    1.043937] pci 0000:00:06.0:   bridge window [mem 0x90100000-0x901fffff]
[    1.044071] pci 0000:00:06.0:   bridge window [mem pref disabled]
[    1.044203] pci 0000:04:00.0: BAR 6: assigned [mem 0x90020000-0x9003ffff pref]
[    1.044323] pci 0000:00:07.0: PCI bridge to [bus 04-04]
[    1.044406] pci 0000:00:07.0:   bridge window [io  0x2000-0x2fff]
[    1.044531] pci 0000:00:07.0:   bridge window [mem 0x90500000-0x905fffff]
[    1.044615] pci 0000:00:07.0:   bridge window [mem 0x90000000-0x900fffff 64bit pref]
[    1.044771] pci 0000:00:14.4: PCI bridge to [bus 05-05]
[    1.044894] pci 0000:00:14.4:   bridge window [io  disabled]
[    1.045030] pci 0000:00:14.4:   bridge window [mem disabled]
[    1.045156] pci 0000:00:14.4:   bridge window [mem pref disabled]
[    1.045318] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.045403] pci 0000:00:02.0: setting latency timer to 64
[    1.045430] pci 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.045514] pci 0000:00:05.0: setting latency timer to 64
[    1.045519] pci 0000:00:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.045644] pci 0000:00:06.0: setting latency timer to 64
[    1.045669] pci 0000:00:07.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.045794] pci 0000:00:07.0: setting latency timer to 64
[    1.045803] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.045806] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.045809] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.045811] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    1.045814] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    1.045817] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    1.045819] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
[    1.045822] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
[    1.045825] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
[    1.045827] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
[    1.045830] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
[    1.045833] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
[    1.045835] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
[    1.045838] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
[    1.045841] pci_bus 0000:00: resource 18 [mem 0x80000000-0xf6ffffff]
[    1.045843] pci_bus 0000:00: resource 19 [mem 0xf8000000-0xffffffff]
[    1.045846] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    1.045849] pci_bus 0000:01: resource 1 [mem 0x90300000-0x903fffff]
[    1.045852] pci_bus 0000:01: resource 2 [mem 0x80000000-0x8fffffff 64bit pref]
[    1.045855] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    1.045857] pci_bus 0000:02: resource 1 [mem 0x90200000-0x902fffff]
[    1.045860] pci_bus 0000:02: resource 2 [mem 0x90600000-0x907fffff 64bit pref]
[    1.045863] pci_bus 0000:03: resource 1 [mem 0x90100000-0x901fffff]
[    1.045866] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    1.045869] pci_bus 0000:04: resource 1 [mem 0x90500000-0x905fffff]
[    1.045871] pci_bus 0000:04: resource 2 [mem 0x90000000-0x900fffff 64bit pref]
[    1.045874] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    1.045877] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    1.045880] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    1.045882] pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000c3fff]
[    1.045885] pci_bus 0000:05: resource 8 [mem 0x000c4000-0x000c7fff]
[    1.045887] pci_bus 0000:05: resource 9 [mem 0x000c8000-0x000cbfff]
[    1.045890] pci_bus 0000:05: resource 10 [mem 0x000d0000-0x000d3fff]
[    1.045893] pci_bus 0000:05: resource 11 [mem 0x000d4000-0x000d7fff]
[    1.045895] pci_bus 0000:05: resource 12 [mem 0x000d8000-0x000dbfff]
[    1.045898] pci_bus 0000:05: resource 13 [mem 0x000dc000-0x000dffff]
[    1.045901] pci_bus 0000:05: resource 14 [mem 0x000e0000-0x000e3fff]
[    1.045903] pci_bus 0000:05: resource 15 [mem 0x000e4000-0x000e7fff]
[    1.045906] pci_bus 0000:05: resource 16 [mem 0x000e8000-0x000ebfff]
[    1.045909] pci_bus 0000:05: resource 17 [mem 0x000ec000-0x000effff]
[    1.045911] pci_bus 0000:05: resource 18 [mem 0x80000000-0xf6ffffff]
[    1.045914] pci_bus 0000:05: resource 19 [mem 0xf8000000-0xffffffff]
[    1.046057] NET: Registered protocol family 2
[    1.046297] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    1.046885] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.047674] TCP bind hash table entries: 65536 (order: 8, 1310720 bytes)
[    1.048509] TCP: Hash tables configured (established 131072 bind 65536)
[    1.048593] TCP reno registered
[    1.048729] UDP hash table entries: 512 (order: 2, 24576 bytes)
[    1.048872] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes)
[    1.049318] NET: Registered protocol family 1
[    1.049981] RPC: Registered udp transport module.
[    1.050127] RPC: Registered tcp transport module.
[    1.050209] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.093119] pci 0000:00:12.2: EHCI: BIOS handoff
[    1.166163] pci 0000:00:13.2: EHCI: BIOS handoff
[    1.178194] pci 0000:01:00.0: Boot video device
[    1.178245] PCI: CLS 64 bytes, default 64
[    1.178554] Simple Boot Flag at 0x44 set to 0x1
[    1.189201] microcode: CPU0: patch_level=0x01000098
[    1.189327] microcode: CPU1: patch_level=0x01000098
[    1.189952] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.191828] audit: initializing netlink socket (disabled)
[    1.192069] type=2000 audit(1324115148.191:1): initialized
[    1.224280] highmem bounce pool size: 64 pages
[    1.224425] HugeTLB registered 4 MB page size, pre-al
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