Hi all, I've updated my system to xorg-server 1.5.3 following the official doc: http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml
I have VIDEO_CARDS="vesa intel" as intel driver not worked propertly in the past with my video card: 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) I configured it with hal, so: # grep INPUT /etc/make.conf INPUT_DEVICES="evdev" and my layout es for spanish. # cat /etc/hal/fdi/policy/10-xinput-configuration.fdi <?xml version="1.0" encoding="UTF-8"?> <!-- Section "InputDevice" Driver "evdev" Option "XkbLayout" "es" EndSection --> <deviceinfo version="0.2"> <match key="info.capabilities" contains="input.keyboard"> <merge key="input.x11_options.XkbLayout" type="string">es</merge> </match> </deviceinfo> and finally, I removed my xorg.conf file... This is a tail of my Xorg log file: (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz) (II) intel(0): EDID vendor "AUO", prod id 32884 (II) intel(0): EDID vendor "AUO", prod id 32884 (II) intel(0): Using hsync ranges from config file (II) intel(0): Using vrefresh ranges from config file (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz) (II) intel(0): EDID vendor "AUO", prod id 32884 exaCopyDirty: Pending damage region empty! So, my problems: 1.-) I use slim, and when xdm starts, I have to restart X server with Ctrl+Atl+BackSpace if i don't that I don't see slim. 2.-) From slim to XFCE it takes a couple of minutes. 3.-) My touchpad behaves really strange, don't really know howto explain this, but if I put the finger in the middle of the pad, cursos goes to middle, if I put the finger in top righ, cursor goes to top right, but I can't move the cursor with little movements as I've ever done... seems that pad and screen are 1:1 scale ... yes, this explanation sucks :-) but I don't know how to explain it in Spanish neither!!! TIA, Arnau