Gnome3 no animation
Pavel Timofeev
timp87 at gmail.com
Mon Dec 1 17:36:46 UTC 2014
Hmm, something is wrong anyway.
pkg-message gives some advice:
root at timbsd:~ # pkg info -D gnome-shell
gnome-shell-3.14.1.5:
Gnome-shell requires acceleration of to work. For this a nvidia card
with the nvidia-driver, or a Intel/ATI KMS enabled card is needed.
For the nvidia users no other changes are needed. For Intel/ATI KMS
driver the user needs to have read/write permissions on
/dev/dri/cardN (usually N=0). If gnome-shell is launched from gdm, the
gdm user also needs this access.
Access can be granted by adding the user(s) to the wheel group or using
a devfs.rules(5) to change the mode of the /dev/dri/card0 on creation.
add path 'dri/*' mode 0666 group operator
But the way with devfs.rules doesn't work.
root at timbsd:~ # cat /etc/devfs.rules
[localrules=10]
add path 'dri/*' mode 0666 group operator
root at timbsd:~ # fgrep devfs /etc/rc.conf
devfs_system_ruleset="localrules"
root at timbsd:~ # ls -l /dev/dri/card0
crw-rw---- 1 root operator 0xa7 Dec 1 20:31 /dev/dri/card0
After reboot it sets group, but not permissions.
Only after manual restart of devfs it gives needed permissions.
Any ideas?
2014-12-01 18:05 GMT+03:00 Pavel Timofeev <timp87 at gmail.com>:
> Wow, x11/gnome-shell pkg-message helped me!
> Sorry for the noise!
>
> 2014-12-01 16:34 GMT+03:00 Pavel Timofeev <timp87 at gmail.com>:
>> Hi!
>> I've installed x11/gnome3 on my fresh FreeBSD 10.1-RELEASE amd64.
>> It's great, thank to freebsd-gnome team!
>>
>> But I can't see any animations. I can't see even an option to turn it on.
>> As I know my hardware (ASUS P8B75-M + i3-2120) is enough for it.
>>
>> Here is my Xorg.0.log
>> http://pastebin.com/V0965HyB
>>
>> Can someone help me, please?
More information about the freebsd-questions
mailing list