You are not logged in.

#1 2009-08-06 13:45:30

Axell
Member
Registered: 2009-01-11
Posts: 43

[SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Hi! I've not been using kde for a while, but now I decided to install new release (4.3). But I can't start it. I start KDM, press login, it starts loading kde (one icon of hard drive appears) and it falls back to console with this message in /var/log/kdm.log:

X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH i686 
Current Operating System: Linux axell 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
Build Date: 03 August 2009  08:45:00PM
 
    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: Thu Aug  6 16:34:45 2009
(==) Using config file: "/etc/X11/xorg.conf"
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
Setting master 
Dropping master 
(EE) intel(0): Failed to initialize kernel memory manager
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
(EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
(EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)

Backtrace:
0: /usr/bin/X(xorg_backtrace+0x3b) [0x813171b]
1: /usr/bin/X(xf86SigHandler+0x9e) [0x80caf0e]
2: [0xb7eed400]
3: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_memory+0x203) [0xb791b9f3]
4: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_framebuffer+0x2b9) [0xb791c109]
5: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_2d_memory+0xeb) [0xb791c42b]
6: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7911565]
7: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7915e8f]
8: /usr/bin/X(AddScreen+0x198) [0x8071788]
9: /usr/bin/X(InitOutput+0x72e) [0x80af88e]
10: /usr/bin/X(main+0x1cb) [0x8071e9b]
11: /lib/libc.so.6(__libc_start_main+0xe6) [0xb7aafa36]
12: /usr/bin/X [0x8071511]

Fatal server error:
Caught signal 11.  Server aborting

Kernel, xorg-server, drivers, hal and other related packages are up to date.
Xorg.0.log has the same error messages.

BTW, xfce4 still works and xfce4's composition works fine.

I need some solution smile I want to try kde 4.3 smile

P.S. I'm running Arch x86 on Benq laptop with integrated intel 945GM video.

Last edited by Axell (2009-08-08 03:20:17)

Offline

#2 2009-08-06 13:47:41

Axell
Member
Registered: 2009-01-11
Posts: 43

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

And my xorg.conf is here (X doesn't start without xorg.conf).

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
#    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "extmod"
    Load  "dri"
    Load  "dri2"
    Load  "dbe"
    Load  "record"
    Load  "glx"
    Load "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

#Section "InputDevice"
#    Identifier  "Mouse0"
#    Driver      "synaptics"
#    Option        "Protocol" "synaptics"
#    Option        "Device" "/dev/psaux"
#    Option        "ZAxisMapping" "4 5 6 7"
#EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        Option     "DRI"           "TRUE"         # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Option    "AccelMethod"    "XAA"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Last edited by Axell (2009-08-06 13:48:45)

Offline

#3 2009-08-06 14:00:15

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Likely your / is full - check the size of /var/cache/pacman/pkg/

Failing that I'd try with an empty .kde


never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#4 2009-08-06 14:08:11

johnm76
Member
From: Bergen, Norway
Registered: 2009-01-23
Posts: 15

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

I do run KDEmod, but the problems is similar; first icon apears, then screen goes blank, comes back and freezes. Hardreset only option - even with zap-option in X. Gnome works flawlessly.

Intel GMA965, fresh install, only adittion to xorg.conf is the zap-thingie and correct locale for my keyboard and scrolling for the mouse.

This happend at the first time as the KDE packages was split - did a fresh install after. It still won't work.

Note: I do not use a single KDE-package from [extra] or any arch repo. KDEmod forum have been posted at no avail. Perhaps it's hardware / driver related?

My /var/kdm.log:

X.Org X Server 1.6.3
Release Date: 2009-7-31
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-ARCH i686 
Current Operating System: Linux mach9 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
Build Date: 03 August 2009  08:45:00PM
 
    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: Thu Aug  6 16:27:44 2009
(==) Using config file: "/etc/X11/xorg.conf"
Failed to initialize GEM.  Falling back to classic.
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(EE) config/hal: NewInputDeviceRequest failed (8)
(EE) config/hal: NewInputDeviceRequest failed (8)
(EE) config/hal: NewInputDeviceRequest failed (8)
(EE) config/hal: NewInputDeviceRequest failed (8)
(EE) config/hal: NewInputDeviceRequest failed (8)
(EE) config/hal: NewInputDeviceRequest failed (8)
(EE) config/hal: NewInputDeviceRequest failed (8)

Last edited by johnm76 (2009-08-06 14:39:05)

Offline

#5 2009-08-06 15:14:34

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Try moving your xorg.conf elsewhere. Are you sure you have hal/dbus daemon running?

Offline

#6 2009-08-06 17:26:56

Axell
Member
Registered: 2009-01-11
Posts: 43

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

toad wrote:

Likely your / is full - check the size of /var/cache/pacman/pkg/

Failing that I'd try with an empty .kde

I've tried to start it without ~/.kde, and without ~/.ICEautho~ (this was written on soe forum), but no luck. All hdd partitions have more then 10Gb free space.

johnm76. I had the same log until I've updated hal-info (or something like that) and all Xorg related packages.

Try moving your xorg.conf elsewhere. Are you sure you have hal/dbus daemon running?

dbus and hal are running, I've tried moving xorg.conf, but Xorg fails to start at all.

For now, xfce4 running - kde4 not sad OpenGL games works perfect too.

Offline

#7 2009-08-06 17:29:24

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Axell wrote:
toad wrote:

Likely your / is full - check the size of /var/cache/pacman/pkg/

Failing that I'd try with an empty .kde

I've tried to start it without ~/.kde, and without ~/.ICEautho~ (this was written on soe forum), but no luck. All hdd partitions have more then 10Gb free space.

johnm76. I had the same log until I've updated hal-info (or something like that) and all Xorg related packages.

Try moving your xorg.conf elsewhere. Are you sure you have hal/dbus daemon running?

dbus and hal are running, I've tried moving xorg.conf, but Xorg fails to start at all.

For now, xfce4 running - kde4 not sad OpenGL games works perfect too.

Your user are in hal and dbus group's?


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#8 2009-08-06 21:12:53

johnm76
Member
From: Bergen, Norway
Registered: 2009-01-23
Posts: 15

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

@ dbus & hal

-- added the groups for my user and progress; I get to the second icon and no blanking of screen. Still freeze though. No sucess sad

Offline

#9 2009-08-06 23:35:02

Axell
Member
Registered: 2009-01-11
Posts: 43

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Still freeze though.

Update xorg-server and drivers = no freez. but still no kde...

Offline

#10 2009-08-07 11:24:32

Axell
Member
Registered: 2009-01-11
Posts: 43

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Well, I've found that some kde apps doesn't start because of missing libphonon.so.4. Plasma breaks at start. I hope installing newset qt4 will help. Downloading right now.

Offline

#11 2009-08-07 11:32:13

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Run pacman -Syu and check your db with testdb.

Offline

#12 2009-08-07 15:40:44

Axell
Member
Registered: 2009-01-11
Posts: 43

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Updating qt did it smile KDE works and it is AWESOME!))

Last edited by Axell (2009-08-07 15:41:03)

Offline

#13 2009-08-07 16:19:29

SpeedVin
Member
From: Poland
Registered: 2009-04-29
Posts: 955

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Axell wrote:

Updating qt did it smile KDE works and it is AWESOME!))

Glad to hear that wink
Please mark topic as [Solved] wink

Last edited by SpeedVin (2009-08-07 16:19:55)


Shell Scripter | C/C++/Python/Java Coder | ZSH

Offline

#14 2009-08-07 21:11:48

E5o
Member
Registered: 2009-01-16
Posts: 9

Re: [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

Finally!

Thank you, Axell!

Upgrading qt did it.

Cheers

E5o

Offline

Board footer

Powered by FluxBB