TEXT
38
DRI setup
Guest on 19th June 2022 05:17:25 AM
If you are using a dri card in linux such as ati,intel ceh266
youll need to add a dri group and add yourself and other users
to it,here are the steps
NOTICE!!You dont have to use vi ;you can use whatever text editor suits
your needs ie. abiword /etc/group (if using x) ,or nano or whatever.
1)login into terminal as root
2)vi /etc/group
3)add the line xf86dri:x:8000:yourusername (whatever login you use)
4)save and exit
5)vi /etc/X11/xorg.conf
if you have this section below
Section "DRI"
Mode 0666
EndSection
change it to
Section "DRI"
Group "xf86dri"
Mode 0666
EndSection
6)save and exit
now if youve set up your card properly for 3d acceleration after you
reboot or restart x youll have it!!
If you want to add more users to xf86dri just use userconfig as root.
happy zenwalking