On Mon, May 11, 2009 at 15:44, Arnau Bria <ar...@emergetux.net> wrote:
> 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!!!

1) I use slim, and I have no problems with Xorg-server-1.5.3-r5, have
you tried recompiling slim, or enabling logging on it to see what's
going on?
2) Some combinations of intel drivers + intel card + xorg-1.5 + kernel
do not behave properly. My card used to go over 800 fps with glxgears,
and now, with the new drivers and xorg, I'm stuck around 300, general
performance is no better. Its a shame, had to drop compiz-fusion, for
example. I hope for better support on new releases of intel driver.
3) Your touchpad is in absolute mode. You gotta change it to relative
mode, its a configuration problem, check hal fdi configs for your
touchpad.

-- 
Daniel da Veiga

Reply via email to