Starting KDE?

I know that there has been a million discussion topics on starting KDE or GNOME but I have edited my .xinitrc file in my home directory to:
source /sw/bin/init.sh
/sw/bin/startkde >/tmp/kde.log 2>&1
and it just makes my xdarwin automatically quit. If I try to manualy start kde through the xterm by typing "startkde" it says that there is no such command. I have also tried to edit my .xinitrc file to several other things that people have said to do and nothing works at all. The only way that I can get XDarwin to start and run is by having an .xinitrc file that reads:
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# start some nice programs
twm &
xclock -geometry 50x50-1+1 &
xterm -geometry 80x5049451 &
xterm -geometry 80x20+494-0 &
exec xterm -geometry 80x6600 -name login
I have had trouble trying to get kde for some time now. For a while, I was having trouble compiling kde through fink because fink couldn't connect to any mirrors. I was able to get through the compile process today or at least that is what I think because after compiling for a while, I get a message at the bottom of fink commander saying, "done" but it is not saying "current" in the status column. Does anyone know how I could check to see if I have it? I am very confused right now, I am pulling my hair out trying to figure this out. On my desktopp running 10.3 I was able to just install kde through fink, edit my .xinitrc file and I was starting kde without a problem. Now when I try and put it on my ibook, first I have trouble finding it through fink, then I have trouble getting dependencies through fink, then I have trouble with the mirrors and now I'm stuck on the .xinitrc file (thats even if I have installed kde properly at all). I have no hair left to pull out anymore! Can someone please help me?
p.s. Bill Scott, I have followed all of the directions on your site, can you tell me what that was?
--Matt

Hi Thierry,
   I wasn't saying that it doesn't work. I don't use KDE so there are plenty of things I don't know about it. Is it it's own window manager or do you also run a window manager? What do you exec in your ~/.xinitrc?
   If that's what's recommended then definitely include the redirection of output to the log. That's why I said "something like ...". I wasn't trying to dictate the form of the startkde part of the line. I was only suggesting that it be "execed". That way, when you logout of KDE, X11 quits, which is why the writers of X11 substituted the execution of the xinitrc script for the main process. You certainly wouldn't want X11 to quit when you exited an xterm.
   I apologize for not discussing the flexibility of process. Explaining the need for the "exec" command is a fairly lengthy discourse already and I didn't want to write a book. However, it is still necessary to have an "exec" command at the end of the xinitrc and the reasons I gave for what to "exec" are still valid. You could certainly exec a window manager instead of KDE but I would think that you'd want KDE to have control over whether X11 is running.
   Of course the situation is more flexible with Mac OS X because there are other ways of stopping X11, like with the menu. On other flavors of UNIX, when you logout of KDE, you probably want to logout of the computer altogether. The command I provided is essentially what is used on Red Hat Linux if Gnome isn't installed so I didn't just make it up. Anyway, I hope the explanation of how the xinitrc works benefits some.
Gary
~~~~
   Never let your schooling interfere with your education.

Similar Messages

  • KDM with XGL used to start KDE issues

    Hi,
    I don't know if this problem was ever mentioned but if XGL/KDE is started from KDM using XGL http://wiki.archlinux.org/index.php/Xgl … M_uses_XGL there is no possibility to run OpenGL apps even with DISPLAY=:0 added. All attempts end with
    Using GLX_SGIX_pbuffer
    Xlib: extension "XFree86-DRI" missing on display ":0.0".
    Error: couldn't get fbconfig
    while if I follow second method,  New KDM entry starts KDE with XGL, I'm able to run all apps.
    Since I don't like issues which come with second option and I would like to run software like Google Earth I'm looking for answer if someone have solution how to fix this problem.
    Thanks.

    Hi,
    I don't know if this problem was ever mentioned but if XGL/KDE is started from KDM using XGL http://wiki.archlinux.org/index.php/Xgl … M_uses_XGL there is no possibility to run OpenGL apps even with DISPLAY=:0 added. All attempts end with
    Using GLX_SGIX_pbuffer
    Xlib: extension "XFree86-DRI" missing on display ":0.0".
    Error: couldn't get fbconfig
    while if I follow second method,  New KDM entry starts KDE with XGL, I'm able to run all apps.
    Since I don't like issues which come with second option and I would like to run software like Google Earth I'm looking for answer if someone have solution how to fix this problem.
    Thanks.

  • Start KDE o xfce in Solaris 10

    Hi
    I newbie with Solaris and don't know how start kde or xfce.
    I just installed the free software cd from the sun's cds.
    Thanks in advance.
    roberto

    installing KDE means you have the code for the specific UNIX version, so for example there are codes for GNU Linux and for several distributions not for all and not in all versions of KDE...
    I know there are codes for KDE 3.2 for solaris 10 but then you would need to compile it under solaris gcc and then you would be able to install it...
    KDE3.4 code for solaris 10 is still on development...

  • How to start KDE on secondary screen?

    Hi. I have set up dual monitors with nvidia config tool. On my primary screen everything is fine, but on my secondary screen theres only that "X test screen" or whatever it is called - black background and white X-cursor which I can move with my mouse. How can I start KDE session on that screen too? Without using xinerama or twinview...
    thanks in advance
    Last edited by tuomas22 (2009-05-27 17:16:12)

    You want "separate X-sessions" which is set with the nvidia-settings tool or XrandR.
    Yes I have that, but the other screen is just black with the white X-cursor.
    do you try?
    startx (open on first free virtual console [normally tty7])
    startx -- :1 (open .... tty8)
    startx -- :2
    I tried, startx -- :1 just started another desktop ontop my old desktop, not on the second monitor startx --:2 gave fatal server error
    as mentioned already you simply need 2 seperate X-sessions running for every monitor and either try "xinit /usr/bin/YOURTILINGWM -- :0.1" or "DISPLAY=:0.1 YOURTILINGWM"
    yup, that says I already have kde running there. I guess I do then, but how I get the desktop there. I can open applications there from console with DISPLAY=:0.1 appname, but the font size is ridiculously small in those applications

  • Unable start KDE in a new ArchLinux Installation

    Hi All,
          This is my first install.  I am trying ArchLinux on a virtualbox.  I followed the newbie installation guide and installed KDE.  When I try to start KDE using kdm or startx (.xinitrc) , I am getting the following error.   Any help is appreciated.
    My Host OS:  Slackware 13.1 x86
    VitualBox:  4.0.2
    ArchLinux:   latest i686 version.
    Agent pid 1400
    startkde: Starting up...
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    QMetaObject::invokeMethod: No such method KUniqueApplication::loadCommandLineOptionsForNewInstance()
    kbuildsycoca4 running...
    Fetched layout groups from X server:     layouts: ("us")     variants: ("")
    Fetched layout groups from X server:     layouts: ("us")     variants: ("")
    QMetaObject::invokeMethod: No such method KUniqueApplication::loadCommandLineOptionsForNewInstance()
    Invalid D-BUS member name 'idle-hint' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'is-local' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'x11-display' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'display-device' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'remote-host-name' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'session-type' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    Invalid D-BUS member name 'unix-user' found in interface 'org.freedesktop.ConsoleKit.Session' while parsing introspection
    kded(1423)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
    QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.5'
    OpenGL Warning: Failed to connect to host. Make sure 3D acceleration is enabled for this VM.
    kwin(1461) KWin::CompositingPrefs::detectDriverAndVersion: GL vendor is "Mesa Project"
    kwin(1461) KWin::CompositingPrefs::detectDriverAndVersion: GL renderer is "Software Rasterizer"
    kwin(1461) KWin::CompositingPrefs::detectDriverAndVersion: GL version is "1.4 (2.1 Mesa 7.9)"
    kwin(1461) KWin::CompositingPrefs::detectDriverAndVersion: Detected driver "software" , version "7.9.)"
    kwin(1461): glCheckFramebufferStatus failed:  "GL_NO_ERROR"
    kdeinit4: Fatal IO error: client killed
    kdeinit4: sending SIGHUP to children.
    klauncher: Exiting on signal 1
    kded4: Fatal IO error: client killed
    kglobalaccel: Fatal IO error: client killed
    Qt-Fatal Error: Accessed global static 'KGlobalPrivate *globalData()' after destruction. Defined at /build/src/kdelibs-4.5.5/kdecore/kernel/kglobal.cpp:116
    KCrash: Application 'ksmserver' crashing...
    Fatal Error: Accessed global static 'KGlobalPrivate *globalData()' after destruction. Defined at /build/src/kdelibs-4.5.5/kdecore/kernel/kglobal.cpp:116
    Unable to start Dr. Konqi
    kdeinit4: sending SIGTERM to children.
    kdeinit4: Exit.
    Thanks,
    Aravind.

    ANOKNUSA wrote:
    2handband wrote:Did you install hal? Make sure that you have it, then make sure that both hal and dbus are listed under "Daemons" in /etc/rc.conf.
    This advice will actually be obsolete come this time tomorrow, as KDE 4.6 no longer uses hal.  You could try it out for troubleshooting; just remember to remove hal after the 4.6 upgrade.
    You may still need hal; some programs still depend on it.

  • [SOLVED] failed to start kde, kdeinit4 depends on libpng15.so.15

    Hi,
    I made a minimal kde installation (kde-base). When trying to start kde with xinit, I got the following error:
    /usr/bin/kdeinit4: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file of directory
    I check with:
    ldd /usr/bin/kdeinit4 | grep png
    which return:
    libpng15.so.15 => not found
    I update my packages with Pacman -Syu without any success
    The libpng15.so.15 seem to no longer exist (have been replaced by libpng16)
    I'm only using the official repos
    I'm a total newb. I made some research before posting but I'm out of any clues
    and sorry for the bad english...
    Thanks for any help
    Last edited by Drokar (2013-06-08 19:25:41)

    pacman -Q kdelibs
    kdelibs 4.10.3-3
    IgnorePkg & IgnoreGroup are empty in /etc/pacman.conf
    pacman -Qm
    appmenu-gtk2 12.10.3daily13.04.03-102
    appmenu-gtk3 12.10.3daily13.04.03-102
    bamfdaemon 0.4.0daily13.04.03-102
    compiz-ubuntu 0.9.9.daily13.04.18.1.13.04-2
    dbus-test-runner 12.10.2daily13.02.26-102
    evemu 1.0.11daily13.02.20-103
    frame 2.5.0.daily13.03.12-101
    geis 2.2.15.daily13.04.03-101
    gmock-ubuntu 1.6.0-3
    gnome-control-center-ubuntu 3.8.1-104
    gnome-settings-daemon-ubuntu 3.8.1-107
    grail 3.1.0.daily13.02.26-104
    gsettings-desktop-schemas-ubuntu 3.8.0-100
    gtest-ubuntu 1.6.0-3
    gtk2-ubuntu 2.24.17-103
    gtk3-ubuntu 3.8.1-100
    hud 13.04.0daily13.04.03-102
    humanity-icon-theme 0.6.2-101
    ido 12.10.3daily13.03.01-104
    indicator-applet 12.10.2daily13.03.01-104
    indicator-application 12.10.1daily13.01.25-104
    indicator-appmenu 13.01.0daily13.03.28-103
    indicator-bluetooth 0.0.6.daily13.02.19-104
    indicator-datetime 12.10.3daily13.03.26-105
    indicator-messages 12.10.6daily13.04.09-104
    indicator-power 12.10.6daily13.03.07-105
    indicator-printers 0.1.7daily13.03.01-104
    indicator-session 12.10.5daily13.03.08-110
    indicator-sound 12.10.2daily13.04.12-102
    libappindicator 12.10.1daily13.04.15-102
    libappindicator3 12.10.1daily13.04.15-102
    libbamf3 0.4.0daily13.04.03-102
    libcolumbus 0.4.0.daily13.04.16.13.04-101
    libdbusmenu 12.10.3daily13.02.01-105
    libdbusmenu-gtk2 12.10.3daily13.02.01-105
    libdbusmenu-gtk3 12.10.3daily13.02.01-105
    libindicate 12.10.1-105
    libindicate-gtk2 12.10.1-105
    libindicate-gtk3 12.10.1-105
    libindicate-qt 0.2.5.91.5-105
    libindicator 12.10.2daily13.04.10-102
    libindicator3 12.10.2daily13.04.10-102
    libnautilus-extension-ubuntu 3.8.1-101
    liboverlay-scrollbar 0.2.16.r359daily13.02.06-104
    liboverlay-scrollbar3 0.2.16.r359daily13.02.06-104
    libunity 6.90.2daily13.04.05-103
    libunity-misc 4.0.5daily13.02.26-104
    libunity-webapps 2.5.0.daily13.03.18-103
    metacity-ubuntu 2.34.13.0ubuntu1-104
    network-manager-applet-ubuntu 0.9.8.0-106
    nux 4.0.1.daily13.04.17.13.04-103
    overlay-scrollbar 100-104
    qt4-ubuntu 4.8.4-103
    sni-qt 0.2.6-107
    ubuntu-themes 13.04daily13.03.13.1-100
    unity-asset-pool 0.8.24.daily13.04.24-100
    unity-lens-applications 6.10.0.daily13.04.18.13.04-101
    unity-lens-files 7.0.daily13.04.15-101
    unity-lens-music 6.8.1.daily13.04.18.13.04-101
    unity-lens-photos 0.9.daily12.12.05-103
    unity-lens-video 0.3.14.daily13.04.15-101
    vala0.18 0.18.1-1
    xorg-gtest 0.7.0-3
    I install gnome3 and unity in the past. I eventually change my mind and uninstall them
    I realise now that some ubuntu and unity packages are still installed and were not properly cleaned.
    I use pacman -Runs on gnome and unity to uninstall them. I also remove any reference to the unity repo in pacman.conf

  • Total Newbie...help! start KDE?

    Maybe I shouldn't be messing with Arch/KDE/etc., but I'm just trying to learn here!  I installed Arch, and used pacman to install KDE 4.2.  All I know how to do is log into root.....how do I start KDE?!?  I tried startkde, to no avail.  I really don't know much of anything about the Unix command line....ugh!
    Thanks!

    Begginer's Guide is nice and useful but with new xorg some parts should be rewritten.
    E.g. you have only
    Xorg -configure
    tool to make xorg.conf file and it does not always work (for me it didn't). However, if you first add hal to your daemons in /etc/rc.conf, xserver should start with no xorg.conf at all.
    I do not know if you need special keyboard layout (gb, pl, se or whatever).
    Adding it without xorg.conf is possible but I didn't find any howto.
    What worked on my laptop (thanks to rusty99):
    Created /etc/hal/fdi/policy/10-keymap.fdi file:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.keymap">
    <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
    </match>
    <match key="info.capabilities" contains="input.keys">
    <merge key="input.xkb.rules" type="string">base</merge>
    <merge key="input.xkb.model" type="string">keyboard</merge>
    <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux">
    <merge key="input.xkb.model" type="string">evdev</merge>
    </match>
    <merge key="input.xkb.layout" type="string">pl</merge>
    <merge key="input.xkb.variant" type="string">qwerty</merge>
    </match>
    </device>
    </deviceinfo>
    added
    setxkbmap pl
    to my ~/.xinitrc file before starting window manager, in your case before
    exec startkde
    If you uncomment exec startkde in this file, you should start kde with command
    startx
    or
    xinit

  • Why xfce would start kde related process

    hi all:
    I am installed kde and xfce in my laptop.and I start kde or xfce using xinit. but recently ,when  I start xfce ,it would start some kde processes  automaticly , they are : kdevtmpfs , kdeinit4 , kded4 . and these processes take a long time during the xfce start(if these processes not start automaticly, it would be fast). how it happen , any one could help me ?
    thanks.

    hi ernetas, this is my petree and I am not runing any kde program now:
    systemd─┬─at-spi-bus-laun─┬─dbus-daemon
            │                 └─3*[{at-spi-bus-laun}]
            ├─at-spi2-registr───{at-spi2-registr}
            ├─bumblebeed
            ├─3*[dbus-daemon]
            ├─dbus-launch
            ├─dhcpcd
            ├─fcitx───{fcitx}
            ├─fcitx-dbus-watc
            ├─gconfd-2
            ├─gpg-agent
            ├─gvfs-afc-volume───2*[{gvfs-afc-volume}]
            ├─gvfs-udisks2-vo───{gvfs-udisks2-vo}
            ├─gvfsd───{gvfsd}
            ├─gvfsd-fuse───4*[{gvfsd-fuse}]
            ├─gvfsd-metadata───{gvfsd-metadata}
            ├─gvfsd-trash───{gvfsd-trash}
            ├─ifplugd
            ├─kactivitymanage───5*[{kactivitymanage}]
            ├─kded4   ********************************************************  (here is the kde process)
            ├─kdeinit4───klauncher ********************************************************(here is the kde process)
            ├─kglobalaccel
            ├─lilyterm─┬─bash───pstree
            │          ├─gnome-pty-helpe
            │          └─3*[{lilyterm}]
            ├─login───bash───xinit─┬─X───2*[{X}]
            │                      └─sh───xfce4-session─┬─Thunar───2*[{Thunar}]
            │                                           ├─xfce4-panel─┬─panel-2-mix+
            │                                           │             ├─panel-6-sys+
            │                                           │             └─2*[{xfce4-p+
            │                                           ├─xfdesktop───{xfdesktop}
            │                                           ├─xfwm4
            │                                           └─2*[{xfce4-session}]
            ├─opera─┬─opera:libflashp───{opera:libflashp}
            │       └─7*[{opera}]
            ├─polkit-gnome-au───{polkit-gnome-au}
            ├─polkitd───5*[{polkitd}]
            ├─systemd-journal
            ├─systemd-logind
            ├─systemd-udevd
            ├─udisksd───4*[{udisksd}]
            ├─upowerd───2*[{upowerd}]
            ├─wpa_supplicant
            ├─xfce4-appfinder───{xfce4-appfinder}
            ├─xfce4-power-man───{xfce4-power-man}
            ├─xfconfd
            └─xfsettingsd───{xfsettingsd}
    ps : when i start my pc before run 'xinit xfce' , there are no these kde processes. do you have any idea ?

  • Cannot start kde

    One day when I booted my computer (without making any previous changes or updates that I know of) I found myself at the command line login instead of kdm. When I after loging in run:
    sudo kdm
    Nothing happens, and when i try:
    startkde
    The resulting message is:
    $DISPLAY is not set or cannot connect to x server
    I have tried to find a solution to this but the few things I found didn't yield any results, any ideas?
    Edit: It also stays "busy" abnormaly long during the boot process (maybe half a minute) at "waiting for udev uevents to be processed" It might have something to do with but I'm not sure
    Last edited by Labus (2011-05-11 19:53:50)

    Varg:
    startx
    gave me this:
    _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
    _XSERVTransMakeAllCOTSServerListeners: server already running
    That seems like it could be helpful
    And this is my Xorg.0.log file:
    [ 69.112]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [ 69.122] X Protocol Version 11, Revision 0
    [ 69.123] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 69.123] Current Operating System: Linux nexus 2.6.38-ARCH #1 SMP PREEMPT Tue May 3 07:40:34 CEST 2011 x86_64
    [ 69.123] Kernel command line: root=/dev/disk/by-uuid/4bb84d17-6a55-4141-a93f-cc3e9e42f9ee ro vga=789
    [ 69.123] Build Date: 16 April 2011 12:02:01PM
    [ 69.123]
    [ 69.123] Current version of pixman: 0.20.2
    [ 69.123] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 69.123] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 69.123] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 12 15:21:07 2011
    [ 69.148] (==) Using config file: "/etc/X11/xorg.conf"
    [ 69.148] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 69.173] (==) ServerLayout "Layout0"
    [ 69.173] (**) |-->Screen "Screen0" (0)
    [ 69.173] (**) | |-->Monitor "Monitor0"
    [ 69.173] (**) | |-->Device "Device0"
    [ 69.173] (**) |-->Input Device "Keyboard0"
    [ 69.173] (**) |-->Input Device "Mouse0"
    [ 69.173] (==) Automatically adding devices
    [ 69.173] (==) Automatically enabling devices
    [ 69.195] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 69.195] Entry deleted from font path.
    [ 69.214] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 69.214] Entry deleted from font path.
    [ 69.214] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 69.215] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 69.215] Entry deleted from font path.
    [ 69.215] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 69.215] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 69.215] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 69.215] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 69.215] (WW) Disabling Keyboard0
    [ 69.215] (WW) Disabling Mouse0
    [ 69.215] (II) Loader magic: 0x7d6fa0
    [ 69.215] (II) Module ABI versions:
    [ 69.215] X.Org ANSI C Emulation: 0.4
    [ 69.215] X.Org Video Driver: 10.0
    [ 69.215] X.Org XInput driver : 12.2
    [ 69.215] X.Org Server Extension : 5.0
    [ 69.215] (--) PCI:*(0:2:0:0) 10de:0dc4:1458:3500 rev 161, Mem @ 0xde000000/16777216, 0xd0000000/134217728, 0xd8000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
    [ 69.215] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 69.215] (II) LoadModule: "extmod"
    [ 69.216] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 69.225] (II) Module extmod: vendor="X.Org Foundation"
    [ 69.225] compiled for 1.10.1, module version = 1.0.0
    [ 69.225] Module class: X.Org Server Extension
    [ 69.225] ABI class: X.Org Server Extension, version 5.0
    [ 69.225] (II) Loading extension MIT-SCREEN-SAVER
    [ 69.225] (II) Loading extension XFree86-VidModeExtension
    [ 69.225] (II) Loading extension XFree86-DGA
    [ 69.225] (II) Loading extension DPMS
    [ 69.225] (II) Loading extension XVideo
    [ 69.225] (II) Loading extension XVideo-MotionCompensation
    [ 69.225] (II) Loading extension X-Resource
    [ 69.225] (II) LoadModule: "dbe"
    [ 69.225] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 69.226] (II) Module dbe: vendor="X.Org Foundation"
    [ 69.226] compiled for 1.10.1, module version = 1.0.0
    [ 69.226] Module class: X.Org Server Extension
    [ 69.226] ABI class: X.Org Server Extension, version 5.0
    [ 69.226] (II) Loading extension DOUBLE-BUFFER
    [ 69.226] (II) LoadModule: "glx"
    [ 69.226] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 69.527] (II) Module glx: vendor="NVIDIA Corporation"
    [ 69.537] compiled for 4.0.2, module version = 1.0.0
    [ 69.537] Module class: X.Org Server Extension
    [ 69.537] (II) NVIDIA GLX Module 270.41.06 Mon Apr 18 15:10:15 PDT 2011
    [ 69.537] (II) Loading extension GLX
    [ 69.537] (II) LoadModule: "record"
    [ 69.537] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 69.542] (II) Module record: vendor="X.Org Foundation"
    [ 69.542] compiled for 1.10.1, module version = 1.13.0
    [ 69.542] Module class: X.Org Server Extension
    [ 69.542] ABI class: X.Org Server Extension, version 5.0
    [ 69.542] (II) Loading extension RECORD
    [ 69.542] (II) LoadModule: "dri"
    [ 69.542] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 69.548] (II) Module dri: vendor="X.Org Foundation"
    [ 69.548] compiled for 1.10.1, module version = 1.0.0
    [ 69.548] ABI class: X.Org Server Extension, version 5.0
    [ 69.548] (II) Loading extension XFree86-DRI
    [ 69.548] (II) LoadModule: "dri2"
    [ 69.548] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 69.548] (II) Module dri2: vendor="X.Org Foundation"
    [ 69.548] compiled for 1.10.1, module version = 1.2.0
    [ 69.548] ABI class: X.Org Server Extension, version 5.0
    [ 69.548] (II) Loading extension DRI2
    [ 69.548] (II) LoadModule: "nvidia"
    [ 69.548] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 69.603] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 69.604] compiled for 4.0.2, module version = 1.0.0
    [ 69.604] Module class: X.Org Video Driver
    NictraSavios: The exec line is there and it looks like this:
    exec xterm -geometry 80x66+0+0 -name login
    Although it's not a hidden file in my home directory as I thought it was supposed to be but instead it's here: /etc/X11/xinit/xinitrc
    broken pipe:
    sudo /etc/rc.d./dbus restart
    gave this
    Stopping D-BUS system messagebus [DONE]
    Starting D-BUS system messagebus [DONE]
    And
    sudo /etc/rc.d/kdm restart
    gave this
    Stopping KDE Desktop Manager [DONE]
    Starting KDE Desktop Manager [FAIL]
    for Xorg log look above
    Hope this helps
    Last edited by Labus (2011-05-12 13:51:23)

  • Start kde at bootup

    Hi all,
    I got a quick question. How can I start KDE at bootup?
    yours,
    bernhard

    http://wiki.archlinux.org/index.php/KDM
    http://archux.com/page/installing-and-setting-up-kde
    Last edited by ferx (2008-04-25 10:17:37)

  • Startx + startkde does not start KDE

    I have kdm in non-daemon mode. If I boot on runlevel 5, end up with kdm and login into KDE, everything is OK.
    Nevertheless, when I Ctrl+Atl+Backspace to terminate the X server, then I run startx to go to the X Window system and run startkde, the KDE splash screen freezes on the hard drive icon (i.e., the first step). The same if I run exec startkde.
    Is there any way, from the text mode, to start the X server and start kde (directly or starting kdm as an intermediate step)?
    Thank you very much in advance.
    Last edited by alleluia20 (2009-04-28 01:19:36)

    To start it directly after you logged in as your user in a text konsole you adjust your .xinitrc (uncomment the 'exec startkde' line) in your users home directory and start it via 'startx'.
    To start kdm manually you would have to log in as root and type '/etc/rc.d/kdm start'. But the first method should be the most suited for you.

  • Kmix and Klipper crashes and don't start, KDE 4.4 [SOLVED]

    I had a trouble with Plasma after adding a "fancy panel" which was placed at the same position as my normal panel. Everytime I tried to remove it, Plasma crshed, so I had to delete a part of a config file. But also the Klipper and Kmix don't start:
    Crash handler says:
    Klipper:
    Application: Klipper (kdeinit4), signal: Aborted
    [KCrash Handler]
    #5 0x00007f605cb97035 in raise () from /lib/libc.so.6
    #6 0x00007f605cb98460 in abort () from /lib/libc.so.6
    #7 0x00007f605cf84925 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
    #8 0x00007f605cf82d56 in __cxxabiv1::__terminate(void (*)()) () from /usr/lib/libstdc++.so.6
    #9 0x00007f605cf82d83 in std::terminate() () from /usr/lib/libstdc++.so.6
    #10 0x00007f605cf82e7e in __cxa_throw () from /usr/lib/libstdc++.so.6
    #11 0x00007f605e0d0c12 in qBadAlloc() () from /usr/lib/libQtCore.so.4
    #12 0x00007f605e0dc775 in qUncompress(unsigned char const*, int) () from /usr/lib/libQtCore.so.4
    #13 0x00007f605e7824f1 in KPixmapCache::Private::loadData(int, QPixmap&) () from /usr/lib/libkdeui.so.5
    #14 0x00007f605e7838eb in KPixmapCache::find(QString const&, QPixmap&) () from /usr/lib/libkdeui.so.5
    #15 0x00007f605e6d434a in KIconCache::find(QString const&, QPixmap&, QString*) () from /usr/lib/libkdeui.so.5
    #16 0x00007f605e6c74b3 in KIconLoader::loadIcon(QString const&, KIconLoader::Group, int, int, QStringList const&, QString*, bool) const () from /usr/lib/libkdeui.so.5
    #17 0x00007f605e6c0b3d in KIconEngine::pixmap(QSize const&, QIcon::Mode, QIcon::State) () from /usr/lib/libkdeui.so.5
    #18 0x00007f605d426775 in QIcon::pixmap(QSize const&, QIcon::Mode, QIcon::State) const () from /usr/lib/libQtGui.so.4
    #19 0x00007f605d4136a4 in QWidgetPrivate::setWindowIcon_sys(bool) () from /usr/lib/libQtGui.so.4
    #20 0x00007f605d3cda28 in QWidget::create(unsigned long, bool, bool) () from /usr/lib/libQtGui.so.4
    #21 0x00007f605d404dc7 in ?? () from /usr/lib/libQtGui.so.4
    #22 0x00007f605d4057e0 in QClipboard::QClipboard(QObject*) () from /usr/lib/libQtGui.so.4
    #23 0x00007f605d3766a7 in QApplication::clipboard() () from /usr/lib/libQtGui.so.4
    #24 0x00007f605e705fce in KClipboardSynchronizer::Private::setupSignals() () from /usr/lib/libkdeui.so.5
    #25 0x00007f605e706572 in KClipboardSynchronizer::KClipboardSynchronizer(QObject*) () from /usr/lib/libkdeui.so.5
    #26 0x00007f605e706624 in KClipboardSynchronizer::self() () from /usr/lib/libkdeui.so.5
    #27 0x00007f605e701381 in KApplicationPrivate::init(bool) () from /usr/lib/libkdeui.so.5
    #28 0x00007f605e7021ec in KApplication::KApplication(bool, KComponentData const&) () from /usr/lib/libkdeui.so.5
    #29 0x00007f605e708493 in KUniqueApplication::KUniqueApplication(bool, bool) () from /usr/lib/libkdeui.so.5
    #30 0x00007f6051c62459 in kdemain () from /usr/lib/libkdeinit4_klipper.so
    #31 0x0000000000406b7e in _start ()
    KMix:
    Application: KMix (kdeinit4), signal: Aborted
    [KCrash Handler]
    #5 0x00007f605cb97035 in raise () from /lib/libc.so.6
    #6 0x00007f605cb98460 in abort () from /lib/libc.so.6
    #7 0x00007f605cf84925 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
    #8 0x00007f605cf82d56 in __cxxabiv1::__terminate(void (*)()) () from /usr/lib/libstdc++.so.6
    #9 0x00007f605cf82d83 in std::terminate() () from /usr/lib/libstdc++.so.6
    #10 0x00007f605cf82e7e in __cxa_throw () from /usr/lib/libstdc++.so.6
    #11 0x00007f605e0d0c12 in qBadAlloc() () from /usr/lib/libQtCore.so.4
    #12 0x00007f605e0dc775 in qUncompress(unsigned char const*, int) () from /usr/lib/libQtCore.so.4
    #13 0x00007f605e7824f1 in KPixmapCache::Private::loadData(int, QPixmap&) () from /usr/lib/libkdeui.so.5
    #14 0x00007f605e7838eb in KPixmapCache::find(QString const&, QPixmap&) () from /usr/lib/libkdeui.so.5
    #15 0x00007f605e6d434a in KIconCache::find(QString const&, QPixmap&, QString*) () from /usr/lib/libkdeui.so.5
    #16 0x00007f605e6c74b3 in KIconLoader::loadIcon(QString const&, KIconLoader::Group, int, int, QStringList const&, QString*, bool) const () from /usr/lib/libkdeui.so.5
    #17 0x00007f605e6c0b3d in KIconEngine::pixmap(QSize const&, QIcon::Mode, QIcon::State) () from /usr/lib/libkdeui.so.5
    #18 0x00007f605d426775 in QIcon::pixmap(QSize const&, QIcon::Mode, QIcon::State) const () from /usr/lib/libQtGui.so.4
    #19 0x00007f605d4136a4 in QWidgetPrivate::setWindowIcon_sys(bool) () from /usr/lib/libQtGui.so.4
    #20 0x00007f605d3cda28 in QWidget::create(unsigned long, bool, bool) () from /usr/lib/libQtGui.so.4
    #21 0x00007f605d404dc7 in ?? () from /usr/lib/libQtGui.so.4
    #22 0x00007f605d4057e0 in QClipboard::QClipboard(QObject*) () from /usr/lib/libQtGui.so.4
    #23 0x00007f605d3766a7 in QApplication::clipboard() () from /usr/lib/libQtGui.so.4
    #24 0x00007f605e705fce in KClipboardSynchronizer::Private::setupSignals() () from /usr/lib/libkdeui.so.5
    #25 0x00007f605e706572 in KClipboardSynchronizer::KClipboardSynchronizer(QObject*) () from /usr/lib/libkdeui.so.5
    #26 0x00007f605e706624 in KClipboardSynchronizer::self() () from /usr/lib/libkdeui.so.5
    #27 0x00007f605e701381 in KApplicationPrivate::init(bool) () from /usr/lib/libkdeui.so.5
    #28 0x00007f605e7021ec in KApplication::KApplication(bool, KComponentData const&) () from /usr/lib/libkdeui.so.5
    #29 0x00007f605e708553 in KUniqueApplication::KUniqueApplication(bool, bool) () from /usr/lib/libkdeui.so.5
    #30 0x00007f6051c524b0 in KMixApp::KMixApp() () from /usr/lib/libkdeinit4_kmix.so
    #31 0x00007f6051c2b74d in kdemain () from /usr/lib/libkdeinit4_kmix.so
    #32 0x0000000000406b7e in _start ()
    How can I fix it?
    Last edited by Staerseus (2010-02-14 12:19:01)

    SOLVED! Update to the newest version of KDE 4.4 helped me!

  • Can no longer start KDE [Solved]

    Hey everyone
    My install of KDE just got borked. It goes through it's initialization process up to "Restoring Session", and then freezes at around 71% completion of that task. I've wiped out everything in /tmp, and removed everything in ~/.kde/share/config/session, but this behaviour still remains. Are there any other files I should be clearing out to get a "clean" start to KDE, and where should I look to for logged errors (couldn't find it in ~/.kde or /var/log)?
    Thanks

    Alright, I'm not using KDM so no easy log there.
    I backed up ~/.kde to ~/.notkde
    I eventually found out that there was a problem with a file in ~/.kde/share/config which starts with a k. I've further narrowed that problem down to a file that starts with k[v-z]. I'll fill in the suspect file in a bit - right now my desktop is back to the way it should be, so I'm happy

  • Can't start KDE applications after update to KDE 4.9 [SOLVED]

    After updating to KDE 4.9, I can not start systemsettings, kwrite, konversation, digikam or any other KDE application using krunner or from a shell. Non-kde applications starts fine. Any help deeply appreciated!
    Last edited by sredna (2012-08-09 15:10:14)

    I got no messages on the terminal, and restarting KDE or even rebooting did not help. But killing some stale processes did, so now I just wonder where those came from...
    Thanks for your help anyways!

  • Start KDE when startx is ran?

    I would like KDE to start when i type startx, but i'm thinking of making kde start on boot, i don't know how to do this or if it's a good idea. Because if kde starts on boot, how would i get into root. Ok enough ranting how do i get kde to start on startup without needing commands, and is it possible.

    As you're new here, I'll give you this.
    In future, please check the wiki and use the forum search function before asking questions.

Maybe you are looking for

  • Mast and stpo join taking long time

    Hi, One of my query is taking more time than usual. SELECT a~matnr a~werks a~stlnr b~idnrk          INTO TABLE t_mast          FROM mast AS a               INNER JOIN stpo AS b                  ON b~stlnr = a~stlnr          FOR ALL ENTRIES IN t_mara

  • CALLING BUSINESS OBJECT FROM AN ABAP REPORT

    Hi friends,            I have a business object to which a Custom Function Module is assigned in one of its method.This Function Module calls a Bapi to update a Service Order.I need to capture the status of Idocs regarding success or failure from the

  • Why my screen is too dim to see anything?

    As the title, and it seems that all other parts works well. Plus, helped by a external strong light, i tried to turn off the auto-brightness, and it did not work too. Please help me. thank you so much!

  • Warning message for too many SMS?

    Using handcent, chomp, default messenger. So any app I use it seems to overload the limit. I have unlimited txts. I would like to remove this warning. Many people are telling me they are not even receiving the text. SO I am assuming the warning messa

  • Sign with XI 11

    I had previously used Reader 10.3 to sign documents adding a saved signiture image.  I should see something like this (from another post): I have 11.0.3 installed now and the "I need to sign" option is missing under the sign menu. All I see is: What