You are not logged in.

#1 2014-04-26 10:42:28

eherranzr
Member
Registered: 2011-06-28
Posts: 112

KDE starting but not showing (and more KDE errors)

Hi!

Yesterday I had a problem with an upgrade and I found the problem was libdbusmenu.
The solution I foun on the internet was

sudo pacman -Rdd libdbusmenu && sudo pacman -Syu 

so I did it

The problem is that now, after rebooting I can't start KDE (or at least it doesn't appear):

$ startkde
KDE seems to be already running on this display.

I can't start any KDE app, for example opening settings results in a window saying

System Settings was unable to find any views, and hence has nothing to display.

Also the keyboard layout has changed for example

Everytime I run something in terminal related with pacman or yaourt I get this error:

missing 'libdbusmenu' dependency for 'lightread'

   
I've uninstalled lightread and the error does not appear any more but I'm still the same

Tried rebooting and starting fallback but still the same

Any solution?

Working on 3.14.1-1-ARCH

Any further information needed please, ask for it

I would be very pleased if you could help me to solve this as I don't have any idea how to proceed.
I tried installing again libdbusmenu from AUR but it doesn't exist now

Thanks!

Offline

#2 2014-04-26 14:41:22

Chazza
Wiki Maintainer
Registered: 2013-06-02
Posts: 506

Re: KDE starting but not showing (and more KDE errors)

eherranzr wrote:

The problem is that now, after rebooting I can't start KDE (or at least it doesn't appear):

$ startkde
KDE seems to be already running on this display.

Shouldn't you be using startx for starting the session? I was under the impression that it was a bad idea to call the session directly.

eherranzr wrote:

Everytime I run something in terminal related with pacman or yaourt I get this error:

missing 'libdbusmenu' dependency for 'lightread'

   
I've uninstalled lightread and the error does not appear any more but I'm still the same

I cannot find a package called lightread in the package database or in the aur. As for the libdbusmenu package, are any of these relevant:

Official repos: https://aur.archlinux.org/packages/?O=0 … _Search=Go
AUR: https://aur.archlinux.org/packages/?O=0 … _Search=Go

Last edited by Chazza (2014-04-26 14:49:14)

Offline

#3 2014-04-26 15:56:32

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: KDE starting but not showing (and more KDE errors)

Chazza wrote:

Shouldn't you be using startx for starting the session? I was under the impression that it was a bad idea to call the session directly.

Xs are already started. I just post that to show that although

Chazza wrote:

I cannot find a package called lightread in the package database or in the aur. As for the libdbusmenu package, are any of these relevant:

Official repos: https://aur.archlinux.org/packages/?O=0 … _Search=Go
AUR: https://aur.archlinux.org/packages/?O=0 … _Search=Go

That's why I uninstalled them but I'm still having trouble.
Maybe reinstalling KDE could solve it?
But I think it's more a problem with uninstalling libdbusmenu (which I had installed but I can't install now as it is not in the repositories)

Could I possibly install libdbusmenu manually? Where could I find necessary files for it? I've search but I haven't found anything.

Thanks

Regards

Offline

#4 2014-04-26 17:37:00

Chazza
Wiki Maintainer
Registered: 2013-06-02
Posts: 506

Re: KDE starting but not showing (and more KDE errors)

It's on launchpad. Here: https://launchpad.net/libdbusmenu

You should be able to install it with something along the lines of

./autogen.sh
make
make install

Offline

#5 2014-04-26 21:00:41

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: KDE starting but not showing (and more KDE errors)

Chazza wrote:

It's on launchpad. Here: https://launchpad.net/libdbusmenu

You should be able to install it with something along the lines of

./autogen.sh
make
make install

I get the following error when trying to make:

LC_ALL=C make
make  all-recursive
make[1]: Entering directory '/home/emilio/Escritorio/libdbusmenu-12.10.2'
Making all in libdbusmenu-glib
make[2]: Entering directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/libdbusmenu-glib'
make[2]: Circular dbus-menu.xml.c <- dbus-menu.xml dependency dropped.
make  all-am
make[3]: Entering directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/libdbusmenu-glib'
make[3]: Circular dbus-menu.xml.c <- dbus-menu.xml dependency dropped.
make[3]: Leaving directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/libdbusmenu-glib'
make[2]: Leaving directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/libdbusmenu-glib'
Making all in libdbusmenu-gtk
make[2]: Entering directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/libdbusmenu-gtk'
make  all-am
make[3]: Entering directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/libdbusmenu-gtk'
make[3]: Leaving directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/libdbusmenu-gtk'
make[2]: Leaving directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/libdbusmenu-gtk'
Making all in tools
make[2]: Entering directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/tools'
Making all in testapp
make[3]: Entering directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/tools/testapp'
  CC     dbusmenu_testapp-main.o
main.c: In function 'main':
main.c:138:2: error: 'g_type_init' is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Werror=deprecated-declarations]
  g_type_init();
  ^
cc1: all warnings being treated as errors
Makefile:437: recipe for target 'dbusmenu_testapp-main.o' failed
make[3]: *** [dbusmenu_testapp-main.o] Error 1
make[3]: Leaving directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/tools/testapp'
Makefile:598: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/emilio/Escritorio/libdbusmenu-12.10.2/tools'
Makefile:418: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/emilio/Escritorio/libdbusmenu-12.10.2'
Makefile:348: recipe for target 'all' failed
make: *** [all] Error 2

No idea what's really the problem

Offline

#6 2014-04-27 00:22:49

Andy_Crowd
Member
From: 延雪平縣 Sweden
Registered: 2013-12-28
Posts: 119

Re: KDE starting but not showing (and more KDE errors)

Sometimes it can be a problem with user settings, to test it just create a new user, login with it and try to start KDE.
It is few ways to start a desktop environment.
I am using few desktop managers and using a command line to start them depends on which I want to use. I don't use a GUI login managers.

For KDE you can try

killall startkd
killall X
startx /usr/bin/startkde

For my openbox for example

# For a normal start
startx /usr/bin/openbox-session
# For a failsafe start
startx /usr/bin/openbox

Of course you can make aliases for them.

I hope this might help.

Last edited by Andy_Crowd (2014-04-27 00:24:19)


Help to make Arora bug free!!
日不落 | Year 2081 | 笑傲江湖 | One more a really good book in my collection the Drystoll.

Offline

#7 2014-04-27 09:54:19

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: KDE starting but not showing (and more KDE errors)

Andy_Crowd wrote:

Sometimes it can be a problem with user settings, to test it just create a new user, login with it and try to start KDE.
It is few ways to start a desktop environment.
I am using few desktop managers and using a command line to start them depends on which I want to use. I don't use a GUI login managers.

For KDE you can try

killall startkd
killall X
startx /usr/bin/startkde

For my openbox for example

# For a normal start
startx /usr/bin/openbox-session
# For a failsafe start
startx /usr/bin/openbox

Of course you can make aliases for them.

I hope this might help.

It seems we're getting closer to the problem.
Starting with

sudo startx /usr/bin/startkde

makes KDE start correctly while starting with

startx /usr/bin/startkde

makes it start the wrong way.
Could it be possibly be a configuration error right?
This is the output of my ~/.xsession-errors if it could help:

^[]0;localhost:/home/emilio^Gcat: /proc/1050/comm: No such file or directory
startkde: Starting up...
klauncher(1033) kdemain: No DBUS session-bus found. Check if you have started the DBUS server$
kdeinit4: Communication error with launcher. Exiting!

This is cat /var/log/Xorg.0.log

[    82.667] 
X.Org X Server 1.15.1
Release Date: 2014-04-13
[    82.667] X Protocol Version 11, Revision 0
[    82.667] Build Operating System: Linux 3.14.0-4-ARCH x86_64 
[    82.667] Current Operating System: Linux work_group 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014 x86_64
[    82.667] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda5 rw init=/usr/lib/systemd/systemd fastboot acpi_enforce_resources=lax initrd=../initramfs-linux.img
[    82.667] Build Date: 14 April 2014  08:39:09AM
[    82.667]  
[    82.667] Current version of pixman: 0.32.4
[    82.667]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    82.667] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    82.668] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 27 11:45:41 2014
[    82.668] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    82.668] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    82.668] (==) No Layout section.  Using the first Screen section.
[    82.668] (==) No screen section available. Using defaults.
[    82.668] (**) |-->Screen "Default Screen Section" (0)
[    82.668] (**) |   |-->Monitor "<default monitor>"
[    82.668] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    82.668] (==) Automatically adding devices
[    82.668] (==) Automatically enabling devices
[    82.668] (==) Automatically adding GPU devices
[    82.668] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    82.668]    Entry deleted from font path.
[    82.668] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,                                                             
        /usr/share/fonts/75dpi/                                                               
[    82.668] (==) ModulePath set to "/usr/lib/xorg/modules"                                   
[    82.668] (II) The server relies on udev to provide the list of input devices.             
        If no devices become available, reconfigure udev or disable AutoAddDevices.           
[    82.668] (II) Loader magic: 0x804c80                                                      
[    82.668] (II) Module ABI versions:                                                        
[    82.668]    X.Org ANSI C Emulation: 0.4                                                   
[    82.668]    X.Org Video Driver: 15.0                                                      
[    82.668]    X.Org XInput driver : 20.0
[    82.668]    X.Org Server Extension : 8.0
[    82.669] (II) xfree86: Adding drm device (/dev/dri/card0)
[    82.671] (--) PCI:*(0:1:0:0) 1002:7142:1002:3000 rev 0, Mem @ 0xe0000000/268435456, 0xfeae0000/65536, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
[    82.671] (--) PCI: (0:1:0:1) 1002:7162:1002:3001 rev 0, Mem @ 0xfeaf0000/65536
[    82.671] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    82.671] Initializing built-in extension Generic Event Extension
[    82.671] Initializing built-in extension SHAPE
[    82.671] Initializing built-in extension MIT-SHM
[    82.671] Initializing built-in extension XInputExtension
[    82.671] Initializing built-in extension XTEST
[    82.671] Initializing built-in extension BIG-REQUESTS
[    82.671] Initializing built-in extension SYNC
[    82.671] Initializing built-in extension XKEYBOARD
[    82.671] Initializing built-in extension XC-MISC
[    82.671] Initializing built-in extension SECURITY
[    82.671] Initializing built-in extension XINERAMA
[    82.671] Initializing built-in extension XFIXES
[    82.671] Initializing built-in extension RENDER
[    82.671] Initializing built-in extension RANDR
[    82.671] Initializing built-in extension COMPOSITE
[    82.671] Initializing built-in extension DAMAGE
[    82.671] Initializing built-in extension MIT-SCREEN-SAVER
[    82.671] Initializing built-in extension DOUBLE-BUFFER
[    82.671] Initializing built-in extension RECORD
[    82.671] Initializing built-in extension DPMS
[    82.671] Initializing built-in extension Present
[    82.671] Initializing built-in extension DRI3
[    82.671] Initializing built-in extension X-Resource
[    82.671] Initializing built-in extension XVideo
[    82.671] Initializing built-in extension XVideo-MotionCompensation
[    82.671] Initializing built-in extension XFree86-VidModeExtension
[    82.671] Initializing built-in extension XFree86-DGA
[    82.671] Initializing built-in extension XFree86-DRI
[    82.671] Initializing built-in extension DRI2
[    82.671] (II) "glx" will be loaded by default.
[    82.671] (II) LoadModule: "dri2"
[    82.671] (II) Module "dri2" already built-in
[    82.671] (II) LoadModule: "glamoregl"
[    82.671] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    82.674] (II) Module glamoregl: vendor="X.Org Foundation"
[    82.674]    compiled for 1.15.0, module version = 0.6.0
[    82.674]    ABI class: X.Org ANSI C Emulation, version 0.4
[    82.674] (II) LoadModule: "glx"
[    82.674] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    82.674] (II) Module glx: vendor="X.Org Foundation"
[    82.674]    compiled for 1.15.1, module version = 1.0.0
[    82.674]    ABI class: X.Org Server Extension, version 8.0
[    82.674] (==) AIGLX enabled
[    82.674] Loading extension GLX
[    82.674] (==) Matched ati as autoconfigured driver 0
[    82.674] (==) Matched ati as autoconfigured driver 1
[    82.674] (==) Matched modesetting as autoconfigured driver 2
[    82.674] (==) Matched fbdev as autoconfigured driver 3
[    82.674] (==) Matched vesa as autoconfigured driver 4
[    82.674] (==) Assigned the driver to the xf86ConfigLayout
[    82.674] (II) LoadModule: "ati"
[    82.674] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    82.674] (II) Module ati: vendor="X.Org Foundation"
[    82.674]    compiled for 1.15.0, module version = 7.3.0
[    82.674]    Module class: X.Org Video Driver
[    82.674]    ABI class: X.Org Video Driver, version 15.0
[    82.674] (II) LoadModule: "radeon"
[    82.674] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    82.675] (II) Module radeon: vendor="X.Org Foundation"
[    82.675]    compiled for 1.15.0, module version = 7.3.0
[    82.675]    Module class: X.Org Video Driver
[    82.675]    ABI class: X.Org Video Driver, version 15.0
[    82.675] (II) LoadModule: "modesetting"
[    82.675] (WW) Warning, couldn't open module modesetting
[    82.675] (II) UnloadModule: "modesetting"
[    82.675] (II) Unloading modesetting
[    82.675] (EE) Failed to load module "modesetting" (module does not exist, 0)
[    82.675] (II) LoadModule: "fbdev"
[    82.675] (WW) Warning, couldn't open module fbdev
[    82.675] (II) UnloadModule: "fbdev"
[    82.675] (II) Unloading fbdev
[    82.675] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    82.675] (II) LoadModule: "vesa"
[    82.675] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    82.675] (II) Module vesa: vendor="X.Org Foundation"
[    82.675]    compiled for 1.15.0, module version = 2.3.2
[    82.675]    Module class: X.Org Video Driver
[    82.675]    ABI class: X.Org Video Driver, version 15.0
[    82.675] (II) RADEON: Driver for ATI Radeon chipsets:
        ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
        ATI Radeon Mobility X300 (M24) 3152 (PCIE),
        ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
        ATI Radeon X600 (RV380) 3E50 (PCIE),
        ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
        ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
        ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
        ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
        ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
        ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
        ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
        ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
        ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
        ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
        ATI Radeon IGP330M/340M/350M (U2) 4337,
        ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
        ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
        ATI Radeon X800PRO (R420) JI (AGP),
        ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
        ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
        ATI Radeon Mobility 9800 (M18) JN (AGP),
        ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
        ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
        ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
        ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
        ATI Radeon Mobility M7 LW (AGP),
        ATI Mobility FireGL 7800 M7 LX (AGP),
        ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
        ATI FireGL Mobility 9000 (M9) Ld (AGP),
        ATI Radeon Mobility 9000 (M9) Lf (AGP),
        ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
        ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
        ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
        ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
        ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
        ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
        ATI Radeon Mobility 9600 (M10) NQ (AGP),
        ATI Radeon Mobility 9600 (M11) NR (AGP),
        ATI Radeon Mobility 9600 (M10) NS (AGP),
        ATI FireGL Mobility T2 (M10) NT (AGP),
        ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
        ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
        ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
        ATI Radeon Mobility X300 (M22) 5460 (PCIE),
        ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
        ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
        ATI Radeon X800PRO (R423) UI (PCIE),
        ATI Radeon X800LE (R423) UJ (PCIE),
        ATI Radeon X800SE (R423) UK (PCIE),
        ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
        ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
        ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
        ATI FireGL unknown (R423) UR (PCIE),
        ATI FireGL unknown (R423) UT (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility FireGL V5000 (M26) (PCIE),
        ATI Mobility Radeon X700 XL (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Mobility Radeon X700 (M26) (PCIE),
        ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
        ATI Radeon Mobility 9100 IGP (U3) 5835,
        ATI Radeon XPRESS 200 5954 (PCIE),
        ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
        ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
        ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
        ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
        ATI Radeon XPRESS 200M 5975 (PCIE),
        ATI Radeon XPRESS 200 5A41 (PCIE),
        ATI Radeon XPRESS 200M 5A42 (PCIE),
        ATI Radeon XPRESS 200 5A61 (PCIE),
        ATI Radeon XPRESS 200M 5A62 (PCIE),
        ATI Radeon X300 (RV370) 5B60 (PCIE),
        ATI Radeon X600 (RV370) 5B62 (PCIE),
        ATI Radeon X550 (RV370) 5B63 (PCIE),
        ATI FireGL V3100 (RV370) 5B64 (PCIE),
        ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
        ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
        ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
        ATI Mobility Radeon X800 XT (M28) (PCIE),
        ATI Mobility FireGL V5100 (M28) (PCIE),
        ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
        ATI Radeon X850 XT PE (R480) (PCIE),
        ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
        ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
        ATI Radeon X850 XT (R480) (PCIE),
        ATI Radeon X800XT (R423) 5D57 (PCIE),
        ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
        ATI Radeon X700 PRO (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
        ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
        ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
        ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
        ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
        ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
        ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
        ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
        ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
        ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
        ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
        ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
        ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
        ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
        ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
        ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
        ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
        ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
        ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
        ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
        ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
        ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
        ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
        ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
        ATI Mobility Radeon X1700, ATI Radeon X2300HD,
        ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
        ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
        ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
        ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
        ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
        ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
        ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
        ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
        ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
        ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
        ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
        ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
        ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
        ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
        ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
        ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
        ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
        AMD FireStream 9250, ATI FirePro V8700 (FireGL),
        ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
        ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
        ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
        ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
        ATI Mobility Radeon HD 4670, ATI FirePro M5750,
        ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
        ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
        ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
        ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
        ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
        ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
        ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
        ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
        ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
        ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
        ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
        ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
        ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
        ATI Mobility Radeon HD 3850 X2, ATI RV670,
        ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
        ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
        ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
        ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
        ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
        ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
        ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
        ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
        ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
        ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
        ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
        ATI FireGL V3600, ATI Radeon HD 2600 LE,
        ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
        ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
        ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
        ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
        ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
        ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
        ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
        ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
        ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
        ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
        ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
        SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
        ATI Radeon 4100, ATI Mobility Radeon HD 4200,
        ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
        AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
        AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
        AMD Radeon HD 6300 Series Graphics,
        AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
        AMD Firestream 9350, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
        ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
        ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
        ATI Mobility Radeon HD 5800 Series,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
        ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
        ATI Mobility Radeon HD 5000 Series,
        ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
        ATI Mobility Radeon Graphics, CEDAR,
        ATI FirePro (FireGL) Graphics Adapter,
        ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
        ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
        AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
        CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
        BARTS, BARTS, Mobility Radeon HD 6000 Series,
        Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
        AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
        AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
        CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
        ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
        TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
        VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
        OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
        HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
        BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
        KABINI, KABINI, KABINI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
        KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
        KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
        HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
        HAWAII, HAWAII, HAWAII, HAWAII
[    82.683] (II) VESA: driver for VESA chipsets: vesa
[    82.683] (++) using VT number 7

[    82.686] (II) [KMS] Kernel modesetting enabled.
[    82.686] (WW) Falling back to old probe method for vesa
[    82.686] (II) RADEON(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    82.686] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    82.686] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    82.686] (==) RADEON(0): Default visual is TrueColor
[    82.686] (==) RADEON(0): RGB weight 888
[    82.686] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    82.686] (--) RADEON(0): Chipset: "ATI Radeon X1300/X1550" (ChipID = 0x7142)
[    82.687] (II) Loading sub module "dri2"
[    82.687] (II) LoadModule: "dri2"
[    82.687] (II) Module "dri2" already built-in
[    82.687] (II) Loading sub module "exa"
[    82.687] (II) LoadModule: "exa"
[    82.687] (II) Loading /usr/lib/xorg/modules/libexa.so
[    82.687] (II) Module exa: vendor="X.Org Foundation"
[    82.687]    compiled for 1.15.1, module version = 2.6.0
[    82.687]    ABI class: X.Org Video Driver, version 15.0
[    82.687] (II) RADEON(0): KMS Color Tiling: enabled
[    82.687] (II) RADEON(0): KMS Color Tiling 2D: disabled
[    82.687] (II) RADEON(0): KMS Pageflipping: enabled
[    82.687] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[    82.717] (II) RADEON(0): Output DVI-0 has no monitor section
[    82.783] (II) RADEON(0): Output S-video has no monitor section
[    82.850] (II) RADEON(0): Output DVI-1 has no monitor section
[    82.880] (II) RADEON(0): EDID for output DVI-0
[    82.880] (II) RADEON(0): Manufacturer: HWP  Model: 2840  Serial#: 16843009
[    82.880] (II) RADEON(0): Year: 2009  Week: 27
[    82.880] (II) RADEON(0): EDID Version: 1.3
[    82.880] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    82.880] (II) RADEON(0): Sync:  Separate
[    82.880] (II) RADEON(0): Max Image Size [cm]: horiz.: 41  vert.: 23
[    82.880] (II) RADEON(0): Gamma: 2.20
[    82.880] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    82.880] (II) RADEON(0): Default color space is primary color space
[    82.880] (II) RADEON(0): First detailed timing is preferred mode
[    82.880] (II) RADEON(0): redX: 0.646 redY: 0.334   greenX: 0.284 greenY: 0.602
[    82.880] (II) RADEON(0): blueX: 0.152 blueY: 0.076   whiteX: 0.313 whiteY: 0.329
[    82.880] (II) RADEON(0): Supported established timings:
[    82.880] (II) RADEON(0): 720x400@70Hz
[    82.880] (II) RADEON(0): 640x480@60Hz
[    82.880] (II) RADEON(0): 800x600@60Hz
[    82.880] (II) RADEON(0): 1024x768@60Hz
[    82.880] (II) RADEON(0): Manufacturer's mask: 0
[    82.880] (II) RADEON(0): Supported standard timings:
[    82.880] (II) RADEON(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    82.880] (II) RADEON(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    82.880] (II) RADEON(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    82.880] (II) RADEON(0): Supported detailed timing:
[    82.880] (II) RADEON(0): clock: 85.5 MHz   Image Size:  413 x 234 mm
[    82.880] (II) RADEON(0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
[    82.880] (II) RADEON(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
[    82.880] (II) RADEON(0): Ranges: V min: 48 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 145 MHz
[    82.880] (II) RADEON(0): Monitor name: HP LE1851w
[    82.880] (II) RADEON(0): Serial No: CNC927PFP1
[    82.880] (II) RADEON(0): EDID (in hex):
[    82.880] (II) RADEON(0):    00ffffffffffff0022f0402801010101
[    82.880] (II) RADEON(0):    1b13010368291778ee6c25a555489a27
[    82.880] (II) RADEON(0):    135054a1080081c08140818001010101
[    82.880] (II) RADEON(0):    010101010101662156aa51001e30468f
[    82.880] (II) RADEON(0):    33009dea1000001e000000fd00304c18
[    82.880] (II) RADEON(0):    530e000a202020202020000000fc0048
[    82.880] (II) RADEON(0):    50204c4531383531770a2020000000ff
[    82.880] (II) RADEON(0):    00434e43393237504650310a202000fd
[    82.880] (II) RADEON(0): Printing probed modes for output DVI-0
[    82.880] (II) RADEON(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[    82.881] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    82.881] (II) RADEON(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    82.881] (II) RADEON(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[    82.881] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    82.881] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    82.881] (II) RADEON(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    82.881] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    82.946] (II) RADEON(0): EDID for output S-video
[    83.013] (II) RADEON(0): EDID for output DVI-1
[    83.013] (II) RADEON(0): Output DVI-0 connected
[    83.013] (II) RADEON(0): Output S-video disconnected
[    83.013] (II) RADEON(0): Output DVI-1 disconnected
[    83.013] (II) RADEON(0): Using exact sizes for initial modes
[    83.013] (II) RADEON(0): Output DVI-0 using initial mode 1366x768
[    83.013] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    83.013] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:20000000 visible:1fba0000
[    83.013] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[    83.013] (==) RADEON(0): DPI set to (96, 96)
[    83.013] (II) Loading sub module "fb"
[    83.013] (II) LoadModule: "fb"
[    83.013] (II) Loading /usr/lib/xorg/modules/libfb.so
[    83.014] (II) Module fb: vendor="X.Org Foundation"
[    83.014]    compiled for 1.15.1, module version = 1.0.0
[    83.014]    ABI class: X.Org ANSI C Emulation, version 0.4
[    83.014] (II) Loading sub module "ramdac"
[    83.014] (II) LoadModule: "ramdac"
[    83.014] (II) Module "ramdac" already built-in
[    83.014] (II) UnloadModule: "vesa"
[    83.014] (II) Unloading vesa
[    83.014] (--) Depth 24 pixmap format is 32 bpp
[    83.014] (II) RADEON(0): [DRI2] Setup complete
[    83.014] (II) RADEON(0): [DRI2]   DRI driver: r300
[    83.014] (II) RADEON(0): [DRI2]   VDPAU driver: r300
[    83.014] (II) RADEON(0): Front buffer size: 4224K
[    83.014] (II) RADEON(0): VRAM usage limit set to 463996K
[    83.014] (==) RADEON(0): Backing store enabled
[    83.014] (II) RADEON(0): Direct rendering enabled
[    83.014] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[    83.014] (II) EXA(0): Driver allocated offscreen pixmaps
[    83.014] (II) EXA(0): Driver registered support for the following operations:
[    83.014] (II)         Solid
[    83.014] (II)         Copy
[    83.014] (II)         Composite (RENDER acceleration)
[    83.014] (II)         UploadToScreen
[    83.014] (II)         DownloadFromScreen
[    83.014] (II) RADEON(0): Acceleration enabled
[    83.014] (==) RADEON(0): DPMS enabled
[    83.014] (==) RADEON(0): Silken mouse enabled
[    83.015] (II) RADEON(0): Set up textured video
[    83.015] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[    83.015] (II) RADEON(0): [XvMC] Extension initialized.
[    83.015] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    83.015] (--) RandR disabled
[    83.040] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    83.040] (II) AIGLX: enabled GLX_ARB_create_context
[    83.040] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    83.040] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    83.040] (II) AIGLX: enabled GLX_INTEL_swap_event
[    83.040] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    83.040] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    83.040] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    83.040] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    83.040] (II) AIGLX: Loaded and initialized r300
[    83.040] (II) GLX: Initialized DRI2 GL provider for screen 0
[    83.041] (II) RADEON(0): Setting screen physical size to 361 x 203
[    83.146] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    83.146] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    83.146] (II) LoadModule: "evdev"
[    83.146] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    83.146] (II) Module evdev: vendor="X.Org Foundation"
[    83.146]    compiled for 1.15.0, module version = 2.8.2
[    83.146]    Module class: X.Org XInput Driver
[    83.146]    ABI class: X.Org XInput driver, version 20.0
[    83.146] (II) Using input driver 'evdev' for 'Power Button'
[    83.146] (**) Power Button: always reports core events
[    83.146] (**) evdev: Power Button: Device: "/dev/input/event1"
[    83.146] (--) evdev: Power Button: Vendor 0 Product 0x1
[    83.146] (--) evdev: Power Button: Found keys
[    83.146] (II) evdev: Power Button: Configuring as keyboard
[    83.146] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[    83.146] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    83.146] (**) Option "xkb_rules" "evdev"
[    83.146] (**) Option "xkb_model" "pc104"
[    83.146] (**) Option "xkb_layout" "us"
[    83.191] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    83.191] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    83.191] (II) Using input driver 'evdev' for 'Power Button'
[    83.191] (**) Power Button: always reports core events
[    83.191] (**) evdev: Power Button: Device: "/dev/input/event0"
[    83.191] (--) evdev: Power Button: Vendor 0 Product 0x1
[    83.191] (--) evdev: Power Button: Found keys
[    83.191] (II) evdev: Power Button: Configuring as keyboard
[    83.191] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event0"
[    83.191] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    83.191] (**) Option "xkb_rules" "evdev"
[    83.191] (**) Option "xkb_model" "pc104"
[    83.191] (**) Option "xkb_layout" "us"
[    83.191] (II) config/udev: Adding drm device (/dev/dri/card0)
[    83.192] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event3)
[    83.192] (II) No input driver specified, ignoring this device.
[    83.192] (II) This device may have been added with another device file.
[    83.192] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event7)
[    83.193] (II) No input driver specified, ignoring this device.
[    83.193] (II) This device may have been added with another device file.
[    83.193] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event6)
[    83.193] (II) No input driver specified, ignoring this device.
[    83.193] (II) This device may have been added with another device file.
[    83.193] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event5)
[    83.193] (II) No input driver specified, ignoring this device.
[    83.193] (II) This device may have been added with another device file.
[    83.194] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event4)
[    83.194] (II) No input driver specified, ignoring this device.
[    83.194] (II) This device may have been added with another device file.
[    83.194] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event8)
[    83.194] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    83.194] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    83.194] (**) Logitech USB Receiver: always reports core events
[    83.194] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event8"
[    83.194] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
[    83.194] (--) evdev: Logitech USB Receiver: Found keys
[    83.194] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    83.194] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/0003:046D:C52E.0001/input/input11/event8"
[    83.194] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
[    83.194] (**) Option "xkb_rules" "evdev"
[    83.194] (**) Option "xkb_model" "pc104"
[    83.194] (**) Option "xkb_layout" "us"
[    83.195] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event9)
[    83.195] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    83.195] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    83.195] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    83.195] (**) Logitech USB Receiver: always reports core events
[    83.195] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event9"
[    83.195] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52e
[    83.195] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[    83.195] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    83.195] (--) evdev: Logitech USB Receiver: Found relative axes
[    83.195] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    83.195] (--) evdev: Logitech USB Receiver: Found absolute axes
[    83.195] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[    83.195] (--) evdev: Logitech USB Receiver: Found keys
[    83.195] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    83.195] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    83.195] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    83.195] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    83.195] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    83.195] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/0003:046D:C52E.0002/input/input12/event9"
[    83.195] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[    83.196] (**) Option "xkb_rules" "evdev"
[    83.196] (**) Option "xkb_model" "pc104"
[    83.196] (**) Option "xkb_layout" "us"
[    83.196] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    83.196] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[    83.196] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    83.196] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    83.196] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    83.196] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    83.197] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    83.197] (II) No input driver specified, ignoring this device.
[    83.197] (II) This device may have been added with another device file.
[    83.197] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    83.197] (II) No input driver specified, ignoring this device.
[    83.197] (II) This device may have been added with another device file.
[    84.996] (II) AIGLX: Suspending AIGLX clients for VT switch
[   296.326] (II) AIGLX: Resuming AIGLX clients after VT switch
[   296.367] (II) RADEON(0): EDID vendor "HWP", prod id 10304
[   296.367] (II) RADEON(0): Using EDID range info for horizontal sync
[   296.367] (II) RADEON(0): Using EDID range info for vertical refresh
[   296.367] (II) RADEON(0): Printing DDC gathered Modelines:
[   296.368] (II) RADEON(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
[   296.368] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   296.368] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   296.368] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   296.368] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   296.368] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[   296.368] (II) RADEON(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[   296.368] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   296.500] setversion 1.4 failed: Permission denied
[   297.940] (II) AIGLX: Suspending AIGLX clients for VT switch

Any other helpfull log of something please ask for it

MORE INFO: Some apps, when starting cannot have a correct configuration (loading profiles for example) because they say there's a problem with permissions but don't know which of the files could have the wrong permissions

Last edited by eherranzr (2014-04-27 10:09:34)

Offline

#8 2014-04-27 15:35:01

quiqueck
Member
Registered: 2013-04-15
Posts: 70

Re: KDE starting but not showing (and more KDE errors)

eherranzr wrote:

Starting with

sudo startx /usr/bin/startkde

makes KDE start correctly while starting with

startx /usr/bin/startkde

makes it start the wrong way.
[...]
MORE INFO: Some apps, when starting cannot have a correct configuration (loading profiles for example) because they say there's a problem with permissions but don't know which of the files could have the wrong permissions

Do not use sudo if you are not knowing what you are doing.

You could try to find files with wrong permissions:

find /home/USER -user root

But there are some files in other folders wich belongs to the user too, e.g. in /var/tmp and /tmp.

Have you tried to create a new user and login to that new user? This would be the easiest way to correct the problem i think.

a package "libdbusmenu" do not exist, but i have "libdbusmenu-qt" installed as a dependency to kdelibs.

Offline

#9 2014-04-27 16:16:49

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: KDE starting but not showing (and more KDE errors)

quiqueck wrote:

Do not use sudo if you are not knowing what you are doing.

You could try to find files with wrong permissions:

find /home/USER -user root

But there are some files in other folders wich belongs to the user too, e.g. in /var/tmp and /tmp.

Have you tried to create a new user and login to that new user? This would be the easiest way to correct the problem i think.

a package "libdbusmenu" do not exist, but i have "libdbusmenu-qt" installed as a dependency to kdelibs.

Nothing strange finding files with wrong permissions, everything looks fine
I tried starting KDE as another user and it starts correctly
Moreover I have libdbus, libdbus-qt, libdbusmenu-glib, lib32-libdbus and libdbusmenu-gtk2

Offline

#10 2014-04-28 10:05:10

Andy_Crowd
Member
From: 延雪平縣 Sweden
Registered: 2013-12-28
Posts: 119

Re: KDE starting but not showing (and more KDE errors)

Start linux in console, rename ~/.config in your user folder.

Uninstall KDE and QT

pacman -Rs kde qt5 qt4 qt3 qt2

Check and remove unused/unneeded

pacman -R $(pacman -Qdt)

Test to install another Window Manager if it works then you can remove it if you want and install kde again, can try to begin with minimal installation.

Clean up and go from begin! You can copy needed config/settings files from renamed back up of ~/.config to the new one (use to be created automatically) if you need somthing.

Last edited by Andy_Crowd (2014-04-28 16:53:51)


Help to make Arora bug free!!
日不落 | Year 2081 | 笑傲江湖 | One more a really good book in my collection the Drystoll.

Offline

#11 2014-05-14 13:49:25

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: KDE starting but not showing (and more KDE errors)

I get the following error when unstalling kde and qt

sudo LC_ALL=en_us pacman -Rs kde qt5 qt4 qt3
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: 4kyoutubetomp3: requires qt5-base
:: 4kyoutubetomp3: requires qt5-script
:: attica: requires qt4
:: automoc4: requires qt4
:: avidemux-qt: requires qt4
:: bereflected: requires kdebase-workspace
:: dekorator: requires kdebase-workspace
:: dolphin-box-plugin-git: requires kdebase-dolphin
:: fancytasks-plasmoid: requires kdebase-workspace
:: fastuserswitch: requires kdebase-workspace>=4.0.0
:: gnuplot: requires qt4
:: grantlee: requires qt4
:: gtk-kde4: requires kdebase-workspace
:: kcometen4: requires kdebase-workspace
:: kdelibs3: requires qt3
:: kdeplasma-addons-applets-daisy: requires kdebase-workspace
:: kdeplasma-addons-applets-takeoff: requires kdebase-workspace
:: kfilemetadata: requires kdegraphics-mobipocket
:: knemo: requires kdebase-workspace
:: koceansaver: requires kdebase-workspace
:: lib32-qt4: requires qt4
:: libdbusmenu-qt: requires qt4
:: liblastfm: requires qt4
:: libqzeitgeist: requires qt4
:: makemkv: requires qt4
:: nepomuk-core: requires kdegraphics-mobipocket
:: oxygen-transparent-svn: requires kdebase-workspace
:: pdfedit: requires qt3
:: pokerth: requires qt5-base
:: polkit-qt: requires qt4
:: poppler-qt4: requires qt4
:: posterazor: requires qt4>=4.8.4-12
:: prison: requires qt4
:: pyqt4-common: requires qt4
:: q4wine: requires qt4
:: qca: requires qt4
:: qjson: requires qt4
:: qtcurve-kde4: requires kdebase-workspace
:: qtwebkit: requires qt4
:: quick-usb-formatter: requires kdebase-workspace
:: quickaccess-plasmoid: requires kdebase-workspace
:: quickaccess-plasmoid: requires kdebase-plasma
:: rubiksolver-git: requires qt5-quick1
:: smooth-tasks: requires kdebase-workspace>=4.7.0
:: smplayer: requires qt5-script
:: soprano: requires qt4
:: soulseekqt: requires qt4
:: unetbootin: requires qt4
:: vlc: requires qt4
:: yasdp: requires kdebase-workspace

Should i do -R or -Rdd?

Offline

#12 2014-05-14 14:04:45

headkase
Member
Registered: 2011-12-06
Posts: 1,975

Re: KDE starting but not showing (and more KDE errors)

This thread is pretty well ALL bad advice.  I don't even know where to start.

Offline

#13 2014-05-14 14:09:44

eherranzr
Member
Registered: 2011-06-28
Posts: 112

Re: KDE starting but not showing (and more KDE errors)

headkase wrote:

This thread is pretty well ALL bad advice.  I don't even know where to start.

Is there any kde log to post here?
I get an error when booting but nothing insteresting look to be found

Offline

#14 2014-05-14 14:44:40

headkase
Member
Registered: 2011-12-06
Posts: 1,975

Re: KDE starting but not showing (and more KDE errors)

1.  Don't use yaourt.  Use cower (in AUR).  Yaourt hides details from you and does things behind your back.  Cower just does convenience things like searching and getting PKGBUILDs.  With cower you still make your own packages and get your own dependencies - so you know what you're getting.

2.  Never ./configure, make, sudo make install, any package/source files.  If you start doing this, even once, your system is on the road to ruin.  Because files will exist in your system that pacman isn't aware of.  That.  Will.  Bite.  Your.  Ass.

3.  Use "pacman -Rsn <package>" to reverse the installation of a package.  That will tell you when you are about to fubar your dependencies.  -Rdd put you into broekeness.

4.  Unless you understand exactly what you're doing you might be better off just reinstalling, not following random internet advice, and fully understanding what you're doing before you do it next time.

Harsh, yes.  But that's the way I see it.

Last edited by headkase (2014-05-14 14:45:36)

Offline

#15 2014-05-14 15:20:08

headkase
Member
Registered: 2011-12-06
Posts: 1,975

Re: KDE starting but not showing (and more KDE errors)

If sudo startkde works then try to create a new user and log in with that.  sudo elevates cli commands (not GUI programs) to root.  root is a different user so your configuration files with your existing user might be corrupt themselves.  Create a new user and see if that user works to either confirm or deny that logic.

Offline

#16 2014-05-15 01:03:37

Buddlespit
Member
From: Chesapeake, Va.
Registered: 2014-02-07
Posts: 501

Re: KDE starting but not showing (and more KDE errors)

Kde is touchy concerning permissions and passwords. Removing files is a great learning experience. There isn't a faster way to mess up a KDE desktop. Sorry, yes there is: sudo a gui app. Easy to fix, a bitch to troubleshoot. In all actuality, I'm just making noise so as to subscribe to this thread because I want to see where headkase takes you.

Offline

#17 2014-05-15 12:55:49

Chazza
Wiki Maintainer
Registered: 2013-06-02
Posts: 506

Re: KDE starting but not showing (and more KDE errors)

headkase wrote:

2.  Never ./configure, make, sudo make install, any package/source files.  If you start doing this, even once, your system is on the road to ruin.  Because files will exist in your system that pacman isn't aware of.  That.  Will.  Bite.  Your.  Ass.

"Road to ruin" hardly. Almost all sources come with an uninstall file so make uninstall or something to that effect will clear the files off your system as long as you keep the build directory. If the worst comes to the worst you can always delete the files manually. Doing make install to a specific directory will tell you where the files are located on the file system. But yeah, its better to create a pkgbuild and install a package so that pacman is aware of the files as you say.

Offline

Board footer

Powered by FluxBB