Gentoo Archives: gentoo-user

From: Arnau Bria <arnau@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] some issues after upgrading to xorg-server 1.5.3
Date: Tue, 12 May 2009 16:31:17
Message-Id: 20090512183029.176f324a@amparo
In Reply to: Re: [gentoo-user] some issues after upgrading to xorg-server 1.5.3 by Daniel da Veiga
1 On Mon, 11 May 2009 17:55:06 -0300
2 Daniel da Veiga wrote:
3
4 Hi Daniel,
5
6 [...]
7 > 1) I use slim, and I have no problems with Xorg-server-1.5.3-r5, have
8 > you tried recompiling slim, or enabling logging on it to see what's
9 > going on?
10 recompiled... and log show many things :-)
11
12 some Xorg ones:
13
14 (EE) Failed to load module "fbdev" (module does not exist, 0)
15
16 I'm compiling x11-drivers/xf86-video-fbdev ...
17
18 (EE) AIGLX error: dlopen of /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
19 (EE) AIGLX: reverting to software rendering
20 [...]
21
22 do you have that file?
23
24
25 The XKEYBOARD keymap compiler (xkbcomp) reports:
26 > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
27 > Ignoring extra symbols
28 Errors from xkbcomp are not fatal to the X server
29 The XKEYBOARD keymap compiler (xkbcomp) reports:
30 > Warning: Duplicate shape name ""
31 > Using last definition
32 this warning is shown many times...
33
34 any problem with # cat /etc/hal/fdi/policy/10-xinput-configuration.fdi
35 <?xml version="1.0" encoding="UTF-8"?>
36 <!--
37 Section "InputDevice"
38 Driver "evdev"
39 Option "XkbLayout" "es"
40 EndSection
41 -->
42 <deviceinfo version="0.2">
43 <match key="info.capabilities" contains="input.keyboard">
44 <merge key="input.x11_options.XkbLayout" type="string">es</merge>
45 </match>
46 </deviceinfo>
47
48 ?¿?¿?¿
49
50
51 and this one that I don't know from where it comes:
52 exaCopyDirty: Pending damage region empty!
53
54 Then I see errro messages from all aplications I use in my XFCE, it is
55 normal?
56
57 > 2) Some combinations of intel drivers + intel card + xorg-1.5 + kernel
58 > do not behave properly. My card used to go over 800 fps with glxgears,
59 > and now, with the new drivers and xorg, I'm stuck around 300, general
60 > performance is no better. Its a shame, had to drop compiz-fusion, for
61 > example. I hope for better support on new releases of intel driver.
62
63 ok, but is it normal that, i.e, wine hangs my entire system until it
64 opens the application? is xorg and wine related?
65
66 > 3) Your touchpad is in absolute mode. You gotta change it to relative
67 > mode, its a configuration problem, check hal fdi configs for your
68 > touchpad.
69 is there any generic fdi file for touchpads? I don't know which one
70 select...
71
72
73 thakns for your reply,
74 Arnau

Replies

Subject Author
Re: [gentoo-user] some issues after upgrading to xorg-server 1.5.3 Daniel da Veiga <danieldaveiga@×××××.com>