Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Kubuntu problems

    I installed Kubuntu and logged in fine but couldn't set up my serial mouse.
    Now I think I now how to do it and want to start it up but I only get a
    root directory instead of the normal screen. Can someone tell me why that
    is and how to change that?

    --
    Groetjes, Icedude
    [url]http://users.telenet.be/xaviersplace[/url]
    Hackers make toys. Crackers break them. (Peter Seebach)
    Icedude Guest

  2. Similar Questions and Discussions

    1. dsl in kubuntu 6.06
      On Sat, 27 May 2006 16:56:58 -0500, Duncan Williams wrote: If you're doing a normal DSL configuration, there should not be anything to do. You...
    2. Kubuntu on Thinkpad R40
      Now that I have gained some experience on Ubuntu (see Ubuntu on Thinkpad R40) I wanted to try Kubuntu. When opening via System Settings the...
    3. kubuntu
      (assuming kubuntu is ubuntu but altered to use KDE?) How do I get my apps to rememebr their size : it bugs me that every time I start email or...
  3. #2

    Default Re: Kubuntu problems

    Hi,

    you probably want to take a look at the Xorg-logfile located in /var/log
    to see why your Xorg-Session crashes/doesn't start. I had problems with
    mice as well which prevented the system to start up normally. Try to
    change your configuration back in /etc/X11/xorg.conf and reboot. You now
    should be able to log graphically.

    Cheers,
    Seb

    Icedude wrote:
    > I installed Kubuntu and logged in fine but couldn't set up my serial mouse.
    > Now I think I now how to do it and want to start it up but I only get a
    > root directory instead of the normal screen. Can someone tell me why that
    > is and how to change that?
    >
    Sebastian Georgi Guest

  4. #3

    Default Re: Kubuntu problems

    Sebastian Georgi <sgeorgi@sgeorgi.de> wrote in news:48formFj1ua7U1@uni-
    berlin.de:
    > you probably want to take a look at the Xorg-logfile located in /var/log
    > to see why your Xorg-Session crashes/doesn't start. I had problems with
    > mice as well which prevented the system to start up normally. Try to
    > change your configuration back in /etc/X11/xorg.conf and reboot. You now
    > should be able to log graphically.
    That doesn't seem to work. I'll explain in detail what happens.

    I startup Kubuntu and then it shows a screen with on top Kubuntu, just
    below that a bleu progress barr and below that all the processes that are
    starting up. Newt to all these processes is OK so everything should be ok,
    right?
    Then when the login screen should appear there appears some sort of grey
    screen and less than a second afterwards there appears some sort of a root
    asking for my login. I enter that and then it asks for my password. I enter
    that and next appears the root directory.

    I'm not sure how I should get to that logfile exact but when I enter
    kdesu kate /etc/X11/xorg.conf to get to the xorg.conf I get the message
    "couldn't access Xserver"

    How do I solve that?

    --
    Groetjes, Icedude
    [url]http://users.telenet.be/xaviersplace[/url]
    One tentacle, one vote.
    Icedude Guest

  5. #4

    Default Re: Kubuntu problems

    Right, it's only the Xorg-server that won't start, probably due to some
    configuration issues. To solve that you could either re-do the whole
    Xorg-configuration process by executing

    sudo dpkg-reconfigure xserver-xorg

    If you already have a customized configuration you should make a backup
    of it before with

    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

    because it will be overwritten with a, hopefully functional, new version.

    After that you can try to restart the Xserver by issuing

    sudo /etc/init.d/kdm stop
    sudo /etc/init.d/kdm start

    If it still doesn't work, try "startx" which will write logs directly to
    the console your logged in at.

    kate won't work because it ain't a console-based editor and relies on
    the xorg-session you lack at the moment. Try "vi" instead for editing,
    and "less" or "cat | more" for scrolling through files.

    Good luck,
    Seb

    Icedude schrieb:
    > Sebastian Georgi <sgeorgi@sgeorgi.de> wrote in news:48formFj1ua7U1@uni-
    > berlin.de:
    >
    >> you probably want to take a look at the Xorg-logfile located in /var/log
    >> to see why your Xorg-Session crashes/doesn't start. I had problems with
    >> mice as well which prevented the system to start up normally. Try to
    >> change your configuration back in /etc/X11/xorg.conf and reboot. You now
    >> should be able to log graphically.
    >
    > That doesn't seem to work. I'll explain in detail what happens.
    >
    > I startup Kubuntu and then it shows a screen with on top Kubuntu, just
    > below that a bleu progress barr and below that all the processes that are
    > starting up. Newt to all these processes is OK so everything should be ok,
    > right?
    > Then when the login screen should appear there appears some sort of grey
    > screen and less than a second afterwards there appears some sort of a root
    > asking for my login. I enter that and then it asks for my password. I enter
    > that and next appears the root directory.
    >
    > I'm not sure how I should get to that logfile exact but when I enter
    > kdesu kate /etc/X11/xorg.conf to get to the xorg.conf I get the message
    > "couldn't access Xserver"
    >
    > How do I solve that?
    >
    Sebastian Georgi Guest

  6. #5

    Default Re: Kubuntu problems

    Sebastian Georgi <sgeorgi@sgeorgi.de> wrote in news:48fvhiFjs774U1@uni-berlin.de:
    > Right, it's only the Xorg-server that won't start, probably due to some
    > configuration issues. To solve that you could either re-do the whole
    > Xorg-configuration process by executing
    >
    > because it will be overwritten with a, hopefully functional, new version.
    Well, it didn't work.

    >
    > If it still doesn't work, try "startx" which will write logs directly to
    > the console your logged in at.
    The last lines are:
    XIO: fatal IO server error 104 (connection reset by peer) on X server ":0.0"
    after 0 requests (0known processed) with 0 events remainaning

    Does that help you?

    --
    Groetjes, Icedude
    [url]http://users.telenet.be/xaviersplace[/url]
    A child of five could understand this! Fetch me a child of five.
    Icedude Guest

  7. #6

    Default Re: Kubuntu problems

    Icedude schrieb:
    > The last lines are:
    > XIO: fatal IO server error 104 (connection reset by peer) on X server ":0.0"
    > after 0 requests (0known processed) with 0 events remainaning
    >
    > Does that help you?
    >
    Nope sorry! Could you post a few lines back? Or directly from the log?

    (tail -20 /var/log/Xorg.o.log)
    Sebastian Georgi Guest

  8. #7

    Default Re: Kubuntu problems

    Sebastian Georgi <sgeorgi@sgeorgi.de> wrote in news:48g32eFjoqe6U1@uni-
    berlin.de:
    > Nope sorry! Could you post a few lines back? Or directly from the log?
    >
    > (tail -20 /var/log/Xorg.o.log)
    It's too bad I can't save it and read it in Windows, otherwise I could give
    you the whole log.

    Maybe it's easier to completely reïnstall the Kubuntu.

    --
    Groetjes, Icedude
    [url]http://users.telenet.be/xaviersplace[/url]
    Invalid thought detected. Close all mental processes and restart body.
    Icedude Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139