You are not logged in.

#1 2012-01-19 13:46:31

debdj
Member
Registered: 2012-01-19
Posts: 163

[SOLVED] cant start up X correctly

I've been trying for a while to get X working but aint no result yet.
I consulted every arch wiki related to X and Xfce(the DE I want) possible and am a little frustrated now.

The packages I've installed so far for getting X to work include:

xorg-server
xorg-server-utils
xorg-xinit
xorg-utils
xf85-video-vesa
mesa, mesa-demos, dbus
ttf-dejavu
consolekit
xfce4

Here's my ~/.xinitrc  :

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi
#exec ck-launch-session i3
exec ck-launch-session startxfce4

Here's a link to the output on stdout after running 'startx' http://pastebin.com/HZavENhW
And here's a link to the Xorg.0.log file: http://pastebin.com/RXRFu2PN

Thanks for any help.

Last edited by debdj (2012-01-24 13:58:31)

Offline

#2 2012-01-19 14:08:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] cant start up X correctly

Why are you running an old kernel?

[   363.272] Current Operating System: Linux dmachine 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010 x86_64
[   363.272] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/sda6 ro

How exactly are you starting X? Just 'startx'? Try 'startx -- :1'.
It says you have already one session running with 'ssh-agent -s -k' (if I'm reading this right).

Last edited by karol (2012-01-19 14:09:30)

Offline

#3 2012-01-19 14:17:28

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] cant start up X correctly

xfce4-session: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: g_source_set_name

Wow, your system is messed up. Do a full upgrade from an up-to-date mirror.

Offline

#4 2012-01-19 17:41:03

debdj
Member
Registered: 2012-01-19
Posts: 163

Re: [SOLVED] cant start up X correctly

@Karol I ran startx or just xinit. I'll try that.
But apperently there's some problem with the xfce library file.
Thanks guys for your time and reply.
I think I'll do a full system upgrade by night.

Offline

#5 2012-01-19 17:44:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] cant start up X correctly

Just be sure to read the front page news if you run into some issues http://www.archlinux.org/news/

Offline

#6 2012-01-20 03:47:01

debdj
Member
Registered: 2012-01-19
Posts: 163

Re: [SOLVED] cant start up X correctly

Sweet. I ran pacman -Syu ,updated pacman, removed some conflicting packages, then let it download and it stopped after a hour or so (I was in sleep) stating that there's some symbol problem in libjpgme.so(I dont remember the exact name). I ran pacman -Syu again and it says pacman cant lock the pkg databases. Now what..? I'm guessing a new install neutral

Offline

#7 2012-01-20 03:53:45

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] cant start up X correctly

It also would have said that if you are sure pacman isn't running, to delete the lock file...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#8 2012-01-21 00:13:17

Zulfikar
Member
Registered: 2011-12-18
Posts: 57

Re: [SOLVED] cant start up X correctly

I had the same error even a recursive update did not do anything , so I installed Mepis , but I will be trying Arch again after a few days.

Offline

#9 2012-01-24 13:58:02

debdj
Member
Registered: 2012-01-19
Posts: 163

Re: [SOLVED] cant start up X correctly

Its solved. A few days ago though. I just happened to install an old version of Arch. So installed the latest one and updated, its fine now.

Offline

Board footer

Powered by FluxBB