Gentoo Archives: gentoo-user

From: Arnau Bria <arnau@×××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] some issues after upgrading to xorg-server 1.5.3
Date: Mon, 11 May 2009 18:45:27
Message-Id: 20090511204437.6bdcf2e6@amparo
1 Hi all,
2
3 I've updated my system to xorg-server 1.5.3 following the official doc:
4 http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml
5
6 I have VIDEO_CARDS="vesa intel" as intel driver not worked propertly in
7 the past with my video card:
8 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
9
10 I configured it with hal, so:
11 # grep INPUT /etc/make.conf
12 INPUT_DEVICES="evdev"
13
14 and my layout es for spanish.
15
16 # cat /etc/hal/fdi/policy/10-xinput-configuration.fdi
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!--
19 Section "InputDevice"
20 Driver "evdev"
21 Option "XkbLayout" "es"
22 EndSection
23 -->
24 <deviceinfo version="0.2">
25 <match key="info.capabilities" contains="input.keyboard">
26 <merge key="input.x11_options.XkbLayout" type="string">es</merge>
27 </match>
28 </deviceinfo>
29
30 and finally, I removed my xorg.conf file...
31 This is a tail of my Xorg log file:
32
33 (II) intel(0): Printing DDC gathered Modelines:
34 (II) intel(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz)
35 (II) intel(0): EDID vendor "AUO", prod id 32884
36 (II) intel(0): EDID vendor "AUO", prod id 32884
37 (II) intel(0): Using hsync ranges from config file
38 (II) intel(0): Using vrefresh ranges from config file
39 (II) intel(0): Printing DDC gathered Modelines:
40 (II) intel(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz)
41 (II) intel(0): EDID vendor "AUO", prod id 32884
42 exaCopyDirty: Pending damage region empty!
43
44 So, my problems:
45
46 1.-) I use slim, and when xdm starts, I have to restart X server with
47 Ctrl+Atl+BackSpace if i don't that I don't see slim.
48
49 2.-) From slim to XFCE it takes a couple of minutes.
50
51 3.-) My touchpad behaves really strange, don't really know howto
52 explain this, but if I put the finger in the middle of the pad, cursos
53 goes to middle, if I put the finger in top righ, cursor goes to top
54 right, but I can't move the cursor with little movements as I've ever
55 done... seems that pad and screen are 1:1 scale ... yes, this
56 explanation sucks :-) but I don't know how to explain it in Spanish
57 neither!!!
58
59 TIA,
60 Arnau

Replies

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