You are not logged in.
Just opening and closing xfce gives me this stderr:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux pendulum 2.6.17-ARCH #1 SMP PREEMPT Sat Sep 9 07:32:55 CEST 2006 i686
Build Date: 09 September 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
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: Wed Sep 13 00:37:29 2006
(==) Using config file: "/etc/X11/xorg.conf"
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/xorg/modules/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering
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
which: no ssh-agent in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/opt/xfce4/bin)
(xfce-mcs-manager:2822): libxfce4mcs-CRITICAL **: mcs_manager_add_channel_from_file: assertion `filename != NULL && strlen (filename) > 0' failed
** (xfce4-session:2821): WARNING **: sudo was not found. You will not be able to shutdown your system from within Xfce.
** Message: xfce4-panel: Exit
The application 'xfce-mcs-manager' lost its connection to the display :0.0;
most likely the X server was shut down or you killed/destroyed
the application.
waiting for X server to shut down FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.
Should I be worried?
my direct rendering seems working:
[root@pendulum ~]# glxinfo | grep direct
direct rendering: Yes
Sorry, if I do not say much more but I do not know, please ask if you need.
Thanks.
Offline
From:
which: no ssh-agent in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/opt/xfce4/bin)
and
** (xfce4-session:2821): WARNING **: sudo was not found. You will not be able to shutdown your system from within Xfce.
it seems that it can't find ssh-agent and sudo.
Do you have openssh and sudo installed?
Offline
Thanks, but I was actually more worried about the (EE) messages of X.
Yet, I installed openssh and sudo solved that ones...
Offline
Thanks, but I was actually more worried about the (EE) messages of X.
I don't use AIGLX so I don't know about that one. You could try a forum search. I've seen another post with a similar error but I don't know if it has been solved.
Offline
according to this wiki page:
http://en.wikipedia.org/wiki/AIGLX
it seems only open source drivers are aiglx capable, maybe switching from at_fglrx to xf86-video-ati will help?
and do someone know something about the xkbcomp error message?
Offline
Post your keyboard section please.
1000
Offline
You mean the keyboard section of /etc/X11/xorg.conf?
here it is:
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbVariant" ""
EndSection
Offline