Hi,

I think i found the origin of the vino-server segfault.
I have this line in my /etc/X11/xorg.conf :
Option         "XkbVariant"    "oss"

Now i change the line to :
Option         "XkbVariant"    "latin9"

and there is no vino-server segfault anymore !

Here the InputDevice Section, i suppose with 
this you can reproduce the segfault :

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
        Option         "XkbVariant"    "oss"
EndSection

Thank you.

--
Guy Roussin

___________________________________
http://www.teledetection.fr



Reply via email to