|
From: Soumen C. <so...@cs...> - 2011-05-06 02:53:36
|
OK, I figured this out. On the Intel 855GM graphics laptop, DRI was off by default, whereas on the nVidia graphics PC, it was enabled. Remmina clearly cannot work with DRI disabled. I enabled it by creating the following /etc/X11/xorg.conf file: > Section "Device" > Identifier "i855" > Driver "intel" > Option "Shadow" "False" > EndSection Hope this will be useful to others with Intel graphics using Remmina. On 04/26/2011 10:40 AM, Soumen Chakrabarti wrote: > 0.7.4 works beautifully on Lucid. I was so happy to have a one-stop > solution that I uninstalled xvnc4viewer and tsclient from all my PCs. > Later I installed 0.8.3 on Squeeze on an old Thinkpad X40. This was > running Jaunty earlier, and xvnc4viewer used to work fine. However, on > Squeeze, bump scrolling in viewport mode is very slow with choppy > updates. Too slow to use, in fact. (I have tweaked bit depth and update > quality with no improvement.) The weird thing is, even xvnc4viewer on > Squeeze is similar (though not quite as bad). Also, the Lucid install on > nVidia works great. So this may not be a Remmina issue; Linux's problems > with i855 and i915 graphics ever after Jaunty are well documented. > Still, investigating this via Remmina may give some leads, and it > /might/ be a 0.7.4 to 0.8.3 regression, so I posted it here. Thanks. |