Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Can't start xorg after --update --deep --world
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
spychu
n00b
n00b


Joined: 16 Sep 2012
Posts: 5
Location: Wrocław

PostPosted: Thu Dec 06, 2012 6:19 am    Post subject: [SOLVED] Can't start xorg after --update --deep --world Reply with quote

Hi,

After update my gentoo I'm not able to start xorg.

lspci:
Code:
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Madison [Radeon HD 5000M Series]

lsmod:
Code:

Module                  Size  Used by
snd_hda_codec_hdmi     21065  1
snd_hda_codec_realtek    89031  1
snd_hda_intel          18911  0
snd_hda_codec          64356  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               4484  1 snd_hda_codec
snd_pcm                57920  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
arc4                    1046  2
snd_timer              14407  1 snd_pcm
ath9k                  77728  0
mac80211              288442  1 ath9k
ath9k_common            1430  1 ath9k
ath9k_hw              346497  2 ath9k,ath9k_common
fglrx                4641890  0
snd                    40681  7 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
ath                    12081  3 ath9k,ath9k_common,ath9k_hw
snd_page_alloc          5573  2 snd_hda_intel,snd_pcm
cfg80211              145616  3 ath9k,mac80211,ath

Xorg.0.log:
Code:

X.Org X Server 1.13.0
Release Date: 2012-09-05
[  1088.333] X Protocol Version 11, Revision 0
[  1088.335] Build Operating System: Linux 3.3.8-gentoo i686 Gentoo
[  1088.336] Current Operating System: Linux gentoo 3.3.8-gentoo #1 SMP Mon Sep 3 22:14:11 CEST 2012 i686
[  1088.336] Kernel command line: root=/dev/sda6 video=vesafb:mtrr:3.ywrap vga=0x324 splash=silent,theme:powered_by_gentoo console=tty1
[  1088.339] Build Date: 28 November 2012  09:33:03PM
[  1088.341] 
[  1088.342] Current version of pixman: 0.28.0
[  1088.345]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  1088.345] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1088.351] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec  1 17:47:02 2012
[  1088.351] (II) Loader magic: 0x8229620
[  1088.351] (II) Module ABI versions:
[  1088.351]    X.Org ANSI C Emulation: 0.4
[  1088.351]    X.Org Video Driver: 13.0
[  1088.351]    X.Org XInput driver : 18.0
[  1088.351]    X.Org Server Extension : 7.0
[  1088.353] (--) PCI:*(0:1:0:0) 1002:68c1:104d:9071 rev 0, Mem @ 0xe0000000/268435456, 0xf0020000/131072, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[  1088.355] List of video drivers:
[  1088.356]    fglrx
[  1088.356] (II) LoadModule: "fglrx"
[  1088.356] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[  1088.367] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
[  1088.367]    compiled for 1.4.99.906, module version = 9.1.11
[  1088.367]    Module class: X.Org Video Driver
[  1088.367] (II) Loading sub module "fglrxdrm"
[  1088.367] (II) LoadModule: "fglrxdrm"
[  1088.367] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  1088.368] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
[  1088.368]    compiled for 1.4.99.906, module version = 9.1.11
[  1088.368] (WW) Falling back to old probe method for fglrx
[  1088.374] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
[  1088.376] No devices to configure.  Configuration failed.


fglrxinfo:
Code:

Error: unable to open display (null)



The module fglrx is loaded but not working well, try to reinstall ati-drivers, aticonfig --initial -f won't solve the problems

I have no idea what I can do more for this case. Anybody can support ?

Thanks in advance


Last edited by spychu on Sat Dec 08, 2012 6:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Thu Dec 06, 2012 7:12 am    Post subject: Reply with quote

xorg <=> fglrx support is very fragile, any small change may cause X not to work due to ABI changes.
try either upgrading fglrx or downgrading xserver
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
spychu
n00b
n00b


Joined: 16 Sep 2012
Posts: 5
Location: Wrocław

PostPosted: Fri Dec 07, 2012 3:58 pm    Post subject: Reply with quote

I try to downgrade the xorg, downgrade ati-drivers, try both and no solution.
The other thing is strange that fglrx just not working well even if I unmerge xorg.
I think if fglrx is istalled well so it should give result with fglrxinfo but this give only an error message:
Code:
Error: unable to open display (null)

What do you think ?
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Fri Dec 07, 2012 5:13 pm    Post subject: Reply with quote

spychu wrote:
I try to downgrade the xorg, downgrade ati-drivers, try both and no solution.
The other thing is strange that fglrx just not working well even if I unmerge xorg.
I think if fglrx is istalled well so it should give result with fglrxinfo but this give only an error message:
Code:
Error: unable to open display (null)

What do you think ?


without xorg, who will init the driver? sure it won't work.

have you ran aticonfig?
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
spychu
n00b
n00b


Joined: 16 Sep 2012
Posts: 5
Location: Wrocław

PostPosted: Sat Dec 08, 2012 10:48 am    Post subject: Reply with quote

yes I did run aticonfig.

I try to run startx and check the log again and saw and error about module ABI version mismatch.
Than I made emerge -1 $(qlist -IC x11-drivers) and the error disappear and according to the Xorg.log I can't see any problems in there:
Code:
[  1181.048]
X.Org X Server 1.11.4
Release Date: 2012-01-27
[  1181.048] X Protocol Version 11, Revision 0
[  1181.048] Build Operating System: Linux 3.3.8-gentoo i686 Gentoo
[  1181.048] Current Operating System: Linux gentoo 3.3.8-gentoo #1 SMP Mon Sep 3 22:14:11 CEST 2012 i686
[  1181.048] Kernel command line: root=/dev/sda6 video=vesafb:mtrr:3.ywrap vga=0x324 splash=silent,theme:powered_by_gentoo console=tty1
[  1181.048] Build Date: 07 December 2012  07:19:36AM
[  1181.048] 
[  1181.048] Current version of pixman: 0.28.0
[  1181.048]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  1181.048] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1181.049] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Dec  8 10:42:23 2012
[  1181.049] (==) Using config file: "/etc/X11/xorg.conf"
[  1181.049] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1181.061] (==) ServerLayout "Default Layout"
[  1181.061] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[  1181.061] (**) |   |-->Monitor "aticonfig-Monitor[0]-0"
[  1181.061] (**) |   |-->Device "aticonfig-Device[0]-0"
[  1181.061] (**) |-->Input Device "Generic Keyboard"
[  1181.061] (**) |-->Input Device "Configured Mouse"
[  1181.061] (**) |-->Input Device "Synaptics Touchpad"
[  1181.061] (==) Automatically adding devices
[  1181.061] (==) Automatically enabling devices
[  1181.101] (WW) The directory "/usr/share/fonts/X11/misc" does not exist.
[  1181.101]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.114] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  1181.114]    Entry deleted from font path.
[  1181.122] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[  1181.122]    Entry deleted from font path.
[  1181.122] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1181.122]    Entry deleted from font path.
[  1181.122] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1181.122]    Entry deleted from font path.
[  1181.122] (**) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
[  1181.122] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1181.122] (**) Extension "Composite" is enabled
[  1181.122] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  1181.123] (WW) Disabling Generic Keyboard
[  1181.123] (WW) Disabling Configured Mouse
[  1181.123] (II) Loader magic: 0x81f0580
[  1181.123] (II) Module ABI versions:
[  1181.123]    X.Org ANSI C Emulation: 0.4
[  1181.123]    X.Org Video Driver: 11.0
[  1181.123]    X.Org XInput driver : 13.0
[  1181.123]    X.Org Server Extension : 6.0
[  1181.124] (--) PCI:*(0:1:0:0) 1002:68c1:104d:9071 rev 0, Mem @ 0xe0000000/268435456, 0xf0020000/131072, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[  1181.124] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  1181.124] (II) "dbe" will be loaded by default.
[  1181.124] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  1181.124] (II) "record" will be loaded by default.
[  1181.124] (II) "dri" will be loaded by default.
[  1181.124] (II) "dri2" will be loaded by default.
[  1181.124] (II) LoadModule: "i2c"
[  1181.124] (II) Module "i2c" already built-in
[  1181.124] (II) LoadModule: "ddc"
[  1181.124] (II) Module "ddc" already built-in
[  1181.124] (II) LoadModule: "extmod"
[  1181.144] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  1181.151] (II) Module extmod: vendor="X.Org Foundation"
[  1181.152]    compiled for 1.11.4, module version = 1.0.0
[  1181.152]    Module class: X.Org Server Extension
[  1181.152]    ABI class: X.Org Server Extension, version 6.0
[  1181.152] (II) Loading extension MIT-SCREEN-SAVER
[  1181.152] (II) Loading extension XFree86-VidModeExtension
[  1181.152] (II) Loading extension XFree86-DGA
[  1181.152] (II) Loading extension DPMS
[  1181.152] (II) Loading extension XVideo
[  1181.152] (II) Loading extension XVideo-MotionCompensation
[  1181.152] (II) Loading extension X-Resource
[  1181.152] (II) LoadModule: "int10"
[  1181.152] (II) Loading /usr/lib/xorg/modules/libint10.so
[  1181.160] (II) Module int10: vendor="X.Org Foundation"
[  1181.160]    compiled for 1.11.4, module version = 1.0.0
[  1181.160]    ABI class: X.Org Video Driver, version 11.0
[  1181.160] (II) LoadModule: "vbe"
[  1181.160] (II) Loading /usr/lib/xorg/modules/libvbe.so
[  1181.160] (II) Module vbe: vendor="X.Org Foundation"
[  1181.160]    compiled for 1.11.4, module version = 1.1.0
[  1181.160]    ABI class: X.Org Video Driver, version 11.0
[  1181.160] (II) LoadModule: "glx"
[  1181.160] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1181.187] (II) Module glx: vendor="X.Org Foundation"
[  1181.187]    compiled for 1.11.4, module version = 1.0.0
[  1181.187]    ABI class: X.Org Server Extension, version 6.0
[  1181.188] (==) AIGLX enabled
[  1181.188] (II) Loading extension GLX
[  1181.188] (II) LoadModule: "dbe"
[  1181.189] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  1181.190] (II) Module dbe: vendor="X.Org Foundation"
[  1181.190]    compiled for 1.11.4, module version = 1.0.0
[  1181.190]    Module class: X.Org Server Extension
[  1181.190]    ABI class: X.Org Server Extension, version 6.0
[  1181.190] (II) Loading extension DOUBLE-BUFFER
[  1181.190] (II) LoadModule: "record"
[  1181.190] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  1181.191] (II) Module record: vendor="X.Org Foundation"
[  1181.191]    compiled for 1.11.4, module version = 1.13.0
[  1181.191]    Module class: X.Org Server Extension
[  1181.191]    ABI class: X.Org Server Extension, version 6.0
[  1181.191] (II) Loading extension RECORD
[  1181.191] (II) LoadModule: "dri"
[  1181.194] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  1181.194] (II) Module dri: vendor="X.Org Foundation"
[  1181.194]    compiled for 1.11.4, module version = 1.0.0
[  1181.194]    ABI class: X.Org Server Extension, version 6.0
[  1181.194] (II) Loading extension XFree86-DRI
[  1181.194] (II) LoadModule: "dri2"
[  1181.195] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  1181.200] (II) Module dri2: vendor="X.Org Foundation"
[  1181.200]    compiled for 1.11.4, module version = 1.2.0
[  1181.200]    ABI class: X.Org Server Extension, version 6.0
[  1181.200] (II) Loading extension DRI2
[  1181.200] (II) LoadModule: "fglrx"
[  1181.201] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[  1181.475] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[  1181.475]    compiled for 1.4.99.906, module version = 8.96.4
[  1181.475]    Module class: X.Org Video Driver
[  1181.476] (II) Loading sub module "fglrxdrm"
[  1181.476] (II) LoadModule: "fglrxdrm"
[  1181.476] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  1181.496] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[  1181.496]    compiled for 1.4.99.906, module version = 8.96.4
[  1181.496] (II) LoadModule: "synaptics"
[  1181.496] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1181.505] (II) Module synaptics: vendor="X.Org Foundation"
[  1181.505]    compiled for 1.11.4, module version = 1.6.2
[  1181.505]    Module class: X.Org XInput Driver
[  1181.505]    ABI class: X.Org XInput driver, version 13.0
[  1181.505] (II) ATI Proprietary Linux Driver Version Identifier:8.96.4
[  1181.505] (II) ATI Proprietary Linux Driver Release Identifier: 8.961                               
[  1181.505] (II) ATI Proprietary Linux Driver Build Date: Apr  5 2012 23:06:18
[  1181.505] (++) using VT number 7

[  1181.505] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[  1181.505] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[  1181.509] (WW) Falling back to old probe method for fglrx
[  1181.569] (II) Loading PCS database from /etc/ati/amdpcsdb
[  1181.610] (--) Chipset Supported AMD Graphics Processor (0x68C1) found
[  1181.610] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[  1181.610] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[  1181.610] (II) AMD Video driver is signed
[  1181.611] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[  1181.611] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  1181.611] (II) fglrx(0): pEnt->device->identifier=0x9c831b8
[  1181.611] (II) fglrx(0): === [xdl_xs111_atiddxPreInit] === begin
[  1181.611] (II) Loading sub module "vgahw"
[  1181.611] (II) LoadModule: "vgahw"
[  1181.611] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[  1181.628] (II) Module vgahw: vendor="X.Org Foundation"
[  1181.628]    compiled for 1.11.4, module version = 0.1.0
[  1181.628]    ABI class: X.Org Video Driver, version 11.0
[  1181.628] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[  1181.628] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[  1181.628] (==) fglrx(0): Default visual is TrueColor
[  1181.628] (**) fglrx(0): Option "DPMS" "true"
[  1181.628] (==) fglrx(0): RGB weight 888
[  1181.628] (II) fglrx(0): Using 8 bits per RGB
[  1181.628] (==) fglrx(0): Buffer Tiling is ON
[  1181.628] (II) Loading sub module "fglrxdrm"
[  1181.628] (II) LoadModule: "fglrxdrm"
[  1181.628] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[  1181.629] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[  1181.629]    compiled for 1.4.99.906, module version = 8.96.4
[  1181.630] ukiDynamicMajor: found major device number 250
[  1181.630] ukiDynamicMajor: found major device number 250
[  1181.630] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  1181.630] ukiOpenDevice: node name is /dev/ati/card0
[  1181.630] ukiOpenDevice: open result is 13, (OK)
[  1181.630] ukiOpenByBusid: ukiOpenMinor returns 13
[  1181.630] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  1181.630] (**) fglrx(0): NoAccel = NO
[  1181.630] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
[  1181.630] (--) fglrx(0): Chipset: "AMD Radeon HD 6500M/5600/5700 Series" (Chipset = 0x68c1)
[  1181.630] (--) fglrx(0): (PciSubVendor = 0x104d, PciSubDevice = 0x9071)
[  1181.630] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[  1181.630] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
[  1181.630] (--) fglrx(0): MMIO registers at 0xf0020000
[  1181.630] (--) fglrx(0): I/O port at 0x0000d000
[  1181.630] (==) fglrx(0): ROM-BIOS at 0x000c0000
[  1181.666] (II) fglrx(0): Battery is used
[  1181.671] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
[  1181.676] (II) Loading sub module "vbe"
[  1181.676] (II) LoadModule: "vbe"
[  1181.676] (II) Loading /usr/lib/xorg/modules/libvbe.so
[  1181.676] (II) Module vbe: vendor="X.Org Foundation"
[  1181.676]    compiled for 1.11.4, module version = 1.1.0
[  1181.676]    ABI class: X.Org Video Driver, version 11.0
[  1181.676] (II) fglrx(0): VESA BIOS detected
[  1181.676] (II) fglrx(0): VESA VBE Version 3.0
[  1181.676] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
[  1181.676] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
[  1181.676] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
[  1181.676] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
[  1181.676] (II) fglrx(0): VESA VBE OEM Product: MADISON
[  1181.676] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
[  1181.700] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[  1181.700] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
[  1181.700] (II) fglrx(0): PCIE card detected
[  1181.700] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[  1181.700] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[  1181.707] (II) fglrx(0): Using adapter: 1:0.0.
[  1181.733] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
[  1182.147] (II) fglrx(0): Interrupt handler installed at IRQ 45.
[  1182.147] (II) fglrx(0): RandR 1.2 support is enabled!
[  1182.147] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[  1182.147] (==) fglrx(0): Center Mode is disabled
[  1182.147] (II) Loading sub module "fb"
[  1182.147] (II) LoadModule: "fb"
[  1182.147] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1182.178] (II) Module fb: vendor="X.Org Foundation"
[  1182.178]    compiled for 1.11.4, module version = 1.0.0
[  1182.178]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1182.178] (II) Loading sub module "ddc"
[  1182.178] (II) LoadModule: "ddc"
[  1182.178] (II) Module "ddc" already built-in
[  1182.281] (II) fglrx(0): Finished Initialize PPLIB!
[  1182.294] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
[  1182.294] (II) fglrx(0): Output DFP1 has no monitor section
[  1182.294] (II) fglrx(0): Output CRT1 has no monitor section
[  1182.294] (II) Loading sub module "ddc"
[  1182.294] (II) LoadModule: "ddc"
[  1182.294] (II) Module "ddc" already built-in
[  1182.294] (II) fglrx(0): Connected Display0: LVDS
[  1182.294] (II) fglrx(0): Display0 EDID data ---------------------------
[  1182.294] (II) fglrx(0): Manufacturer: MS_  Model: 25  Serial#: 0
[  1182.294] (II) fglrx(0): Year: 2009  Week: 4
[  1182.294] (II) fglrx(0): EDID Version: 1.3
[  1182.294] (II) fglrx(0): Digital Display Input
[  1182.294] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1182.294] (II) fglrx(0): Gamma: 2.20
[  1182.294] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[  1182.294] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:2:2
[  1182.294] (II) fglrx(0): First detailed timing is preferred mode
[  1182.294] (II) fglrx(0): redX: 0.640 redY: 0.340   greenX: 0.300 greenY: 0.600
[  1182.294] (II) fglrx(0): blueX: 0.149 blueY: 0.060   whiteX: 0.312 whiteY: 0.328
[  1182.294] (II) fglrx(0): Manufacturer's mask: 0
[  1182.294] (II) fglrx(0): Supported detailed timing:
[  1182.294] (II) fglrx(0): clock: 138.5 MHz   Image Size:  340 x 190 mm
[  1182.294] (II) fglrx(0): h_active: 1920  h_sync: 1945  h_sync_end 1996 h_blank_end 2074 h_border: 0
[  1182.294] (II) fglrx(0): v_active: 1080  v_sync: 1085  v_sync_end 1096 v_blanking: 1114 v_border: 0
[  1182.294] (II) fglrx(0): Supported detailed timing:
[  1182.294] (II) fglrx(0): clock: 138.5 MHz   Image Size:  340 x 190 mm
[  1182.294] (II) fglrx(0): h_active: 1920  h_sync: 1995  h_sync_end 2145 h_blank_end 2372 h_border: 0
[  1182.294] (II) fglrx(0): v_active: 1080  v_sync: 1094  v_sync_end 1107 v_blanking: 1168 v_border: 0
[  1182.294] (II) fglrx(0): EDID (in hex):
[  1182.294] (II) fglrx(0):    00ffffffffffff00367f250000000000
[  1182.294] (II) fglrx(0):    0413010380221378f2ce50a3574c9926
[  1182.294] (II) fglrx(0):    0f505400000001010101010101010101
[  1182.294] (II) fglrx(0):    0101010101011a36809a703822401933
[  1182.294] (II) fglrx(0):    5b0054be100000001a3680c471385840
[  1182.294] (II) fglrx(0):    4b96ed0054be10000000000000000000
[  1182.294] (II) fglrx(0):    00000000000000000000000000000000
[  1182.294] (II) fglrx(0):    0000000000000000000000000000000a
[  1182.294] (II) fglrx(0): End of Display0 EDID data --------------------
[  1182.295] (II) fglrx(0): EDID for output LVDS
[  1182.295] (II) fglrx(0): Manufacturer: MS_  Model: 25  Serial#: 0
[  1182.295] (II) fglrx(0): Year: 2009  Week: 4
[  1182.295] (II) fglrx(0): EDID Version: 1.3
[  1182.295] (II) fglrx(0): Digital Display Input
[  1182.295] (II) fglrx(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1182.295] (II) fglrx(0): Gamma: 2.20
[  1182.295] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
[  1182.295] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:2:2
[  1182.295] (II) fglrx(0): First detailed timing is preferred mode
[  1182.295] (II) fglrx(0): redX: 0.640 redY: 0.340   greenX: 0.300 greenY: 0.600
[  1182.295] (II) fglrx(0): blueX: 0.149 blueY: 0.060   whiteX: 0.312 whiteY: 0.328
[  1182.295] (II) fglrx(0): Manufacturer's mask: 0
[  1182.295] (II) fglrx(0): Supported detailed timing:
[  1182.295] (II) fglrx(0): clock: 138.5 MHz   Image Size:  340 x 190 mm
[  1182.295] (II) fglrx(0): h_active: 1920  h_sync: 1945  h_sync_end 1996 h_blank_end 2074 h_border: 0
[  1182.295] (II) fglrx(0): v_active: 1080  v_sync: 1085  v_sync_end 1096 v_blanking: 1114 v_border: 0
[  1182.295] (II) fglrx(0): Supported detailed timing:
[  1182.295] (II) fglrx(0): clock: 138.5 MHz   Image Size:  340 x 190 mm
[  1182.295] (II) fglrx(0): h_active: 1920  h_sync: 1995  h_sync_end 2145 h_blank_end 2372 h_border: 0
[  1182.295] (II) fglrx(0): v_active: 1080  v_sync: 1094  v_sync_end 1107 v_blanking: 1168 v_border: 0
[  1182.295] (II) fglrx(0): EDID (in hex):
[  1182.295] (II) fglrx(0):    00ffffffffffff00367f250000000000
[  1182.295] (II) fglrx(0):    0413010380221378f2ce50a3574c9926
[  1182.295] (II) fglrx(0):    0f505400000001010101010101010101
[  1182.295] (II) fglrx(0):    0101010101011a36809a703822401933
[  1182.295] (II) fglrx(0):    5b0054be100000001a3680c471385840
[  1182.295] (II) fglrx(0):    4b96ed0054be10000000000000000000
[  1182.295] (II) fglrx(0):    00000000000000000000000000000000
[  1182.295] (II) fglrx(0):    0000000000000000000000000000000a
[  1182.295] (II) fglrx(0): EDID vendor "MS_", prod id 37
[  1182.295] (II) fglrx(0): DDCModeFromDetailedTiming: 1920x1080 Warning: We only handle separate sync.
[  1182.295] (II) fglrx(0): DDCModeFromDetailedTiming: 1920x1080 Warning: We only handle separate sync.
[  1182.295] (II) fglrx(0): Printing DDC gathered Modelines:
[  1182.295] (II) fglrx(0): Modeline "1920x1080"x0.0  138.50  1920 1945 1996 2074  1080 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1920x1080"x0.0  138.50  1920 1995 2145 2372  1080 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Printing probed modes for output LVDS
[  1182.295] (II) fglrx(0): Modeline "1920x1080"x60.0  138.50  1920 1945 1996 2074  1080 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1920x1080"x50.0  138.50  1920 1995 2145 2372  1080 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1680x1050"x60.0  138.50  1680 1945 1996 2074  1050 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1680x1050"x50.0  138.50  1680 1995 2145 2372  1050 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1400x1050"x60.0  138.50  1400 1945 1996 2074  1050 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1400x1050"x50.0  138.50  1400 1995 2145 2372  1050 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1600x900"x60.0  138.50  1600 1945 1996 2074  900 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1600x900"x50.0  138.50  1600 1995 2145 2372  900 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1280x1024"x60.0  138.50  1280 1945 1996 2074  1024 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1280x1024"x50.0  138.50  1280 1995 2145 2372  1024 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1440x900"x60.0  138.50  1440 1945 1996 2074  900 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1440x900"x50.0  138.50  1440 1995 2145 2372  900 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1280x960"x60.0  138.50  1280 1945 1996 2074  960 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1280x960"x50.0  138.50  1280 1995 2145 2372  960 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1280x768"x60.0  138.50  1280 1945 1996 2074  768 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1280x768"x50.0  138.50  1280 1995 2145 2372  768 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1280x720"x60.0  138.50  1280 1945 1996 2074  720 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1280x720"x50.0  138.50  1280 1995 2145 2372  720 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1024x768"x60.0  138.50  1024 1945 1996 2074  768 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1024x768"x50.0  138.50  1024 1995 2145 2372  768 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "1024x600"x60.0  138.50  1024 1945 1996 2074  600 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "1024x600"x50.0  138.50  1024 1995 2145 2372  600 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "800x600"x60.0  138.50  800 1945 1996 2074  600 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "800x600"x50.0  138.50  800 1995 2145 2372  600 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "800x480"x60.0  138.50  800 1945 1996 2074  480 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "800x480"x50.0  138.50  800 1995 2145 2372  480 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): Modeline "640x480"x60.0  138.50  640 1945 1996 2074  480 1085 1096 1114 -hsync -vsync (66.8 kHz)
[  1182.295] (II) fglrx(0): Modeline "640x480"x50.0  138.50  640 1995 2145 2372  480 1094 1107 1168 -hsync -vsync (58.4 kHz)
[  1182.295] (II) fglrx(0): EDID for output DFP1
[  1182.295] (II) fglrx(0): EDID for output CRT1
[  1182.295] (II) fglrx(0): Output LVDS connected
[  1182.295] (II) fglrx(0): Output DFP1 disconnected
[  1182.295] (II) fglrx(0): Output CRT1 disconnected
[  1182.295] (II) fglrx(0): Using exact sizes for initial modes
[  1182.295] (II) fglrx(0): Output LVDS using initial mode 1920x1080
[  1182.295] (II) fglrx(0): Display dimensions: (340, 190) mm
[  1182.295] (II) fglrx(0): DPI set to (144, 144)
[  1182.295] (II) fglrx(0): Eyefinity capable adapter detected.
[  1182.295] (II) fglrx(0): Adapter AMD Radeon HD 6500M/5600/5700 Series has 6 configurable heads and 1 displays connected.
[  1182.295] (==) fglrx(0):  PseudoColor visuals disabled
[  1182.296] (II) Loading sub module "ramdac"
[  1182.296] (II) LoadModule: "ramdac"
[  1182.296] (II) Module "ramdac" already built-in
[  1182.296] (==) fglrx(0): NoDRI = NO
[  1182.296] (==) fglrx(0): Capabilities: 0x00000000
[  1182.296] (==) fglrx(0): CapabilitiesEx: 0x00000000
[  1182.296] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
[  1182.296] (==) fglrx(0): UseFastTLS=0
[  1182.296] (--) Depth 24 pixmap format is 32 bpp
[  1182.297] (II) Loading extension ATIFGLRXDRI
[  1182.297] (II) fglrx(0): doing swlDriScreenInit
[  1182.297] (II) fglrx(0): swlDriScreenInit for fglrx driver
[  1182.297] ukiDynamicMajor: found major device number 250
[  1182.297] ukiDynamicMajor: found major device number 250
[  1182.297] ukiDynamicMajor: found major device number 250
[  1182.297] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[  1182.297] ukiOpenDevice: node name is /dev/ati/card0
[  1182.297] ukiOpenDevice: open result is 16, (OK)
[  1182.297] ukiOpenByBusid: ukiOpenMinor returns 16
[  1182.297] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[  1182.297] (II) fglrx(0): [uki] DRM interface version 1.0
[  1182.297] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
[  1182.297] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
[  1182.297] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0xb7379000
[  1182.297] (II) fglrx(0): [uki] framebuffer handle = 0x3000
[  1182.297] (II) fglrx(0): [uki] added 1 reserved context for kernel
[  1182.297] (II) fglrx(0): swlDriScreenInit done
[  1182.297] (II) fglrx(0): Kernel Module Version Information:
[  1182.297] (II) fglrx(0):     Name: fglrx
[  1182.297] (II) fglrx(0):     Version: 8.96.4
[  1182.297] (II) fglrx(0):     Date: Apr  5 2012
[  1182.297] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
[  1182.297] (II) fglrx(0): Kernel Module version matches driver.
[  1182.297] (II) fglrx(0): Kernel Module Build Time Information:
[  1182.297] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.3.8-gentoo
[  1182.297] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
[  1182.297] (II) fglrx(0):     Build-Kernel __SMP__:            yes
[  1182.297] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
[  1182.298] (II) fglrx(0): [uki] register handle = 0x00004000
[  1182.322] (II) fglrx(0): DRI initialization successfull
[  1182.338] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01068000


xorg is already downgraded
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Sat Dec 08, 2012 1:20 pm    Post subject: Reply with quote

can you post your /etc/X11/xorg.conf please?
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
sebB
l33t
l33t


Joined: 02 Mar 2011
Posts: 806
Location: S.O. France

PostPosted: Sat Dec 08, 2012 3:34 pm    Post subject: Reply with quote

Did you do ?

Code:
eselect opengl set ati
Back to top
View user's profile Send private message
spychu
n00b
n00b


Joined: 16 Sep 2012
Posts: 5
Location: Wrocław

PostPosted: Sat Dec 08, 2012 6:43 pm    Post subject: [SOLVED] Can't start xorg after --update --deep --world Reply with quote

sebB wrote:
Did you do ?

Code:
eselect opengl set ati


shame on me, thanks a lot this solve the problem.

Thank you guys for your help
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