I want to check the Accel in xorg.conf .... but I can't seem to find it! Can SNA be used?
Where is the actual xorg.conf?
Moderators: kirk, jamesbond, p310don, JakeSFR, step, Forum moderators
-
- Posts: 80
- Joined: Wed Aug 05, 2020 3:34 am
- Has thanked: 1 time
- Been thanked: 8 times
Re: Where is the actual xorg.conf?
A way to find xorg.conf:
go to terminal,
root in ~ #: cd /
root in / #: find * -iname xorg.conf
hope it helps - Eastler
- rockedge
- Site Admin
- Posts: 6553
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 2757 times
- Been thanked: 2629 times
- Contact:
Re: Where is the actual xorg.conf?
try with pFind in the Menu. Choose "System Files" for the search depth parameter
- fredx181
- Posts: 3087
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 376 times
- Been thanked: 1315 times
- Contact:
Re: Where is the actual xorg.conf?
Often it's not in use, but if it is, it's probably in /etc/X11/.
Several xorg.conf* templates in Fatdog
-
- Posts: 717
- Joined: Tue Aug 11, 2020 3:02 pm
- Location: The Pale Blue Dot
- Has thanked: 124 times
- Been thanked: 402 times
Re: Where is the actual xorg.conf?
Fatdog64 has not used xorg.conf for more than a decade now. We rely on Xorg's automatic configuration (we were the first one in the Puppy family which did that).
To configure, we used what is known as configuration fragments, located in /etc/X11/xorg.conf.d
: https://www.x.org/releases/X11R7.7/doc/ ... nf.5.xhtml. Instead of one big monolithic xorg.conf, you can specify individual configurations there.
For display driver, we usually use a file called /etc/X11/xorg.conf.d/20-gpudriver.conf
, and you can put your device settings there. Our version of xorgwizard does not create xorg.conf, it creates 20-gpudriver.conf instead.
SNA is definitely supported, I think it is enabled by default, but if you're not sure and you want to force it, create /etc/X11/xorg.conf.d/20-gpudriver.conf
containing:
Code: Select all
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
# Enable/disable as needed
#Option "DRI" "2" # DRI3 is default
Option "AccelMethod" "sna"
EndSection
You can enable DRI2 by uncommenting the associated comment above.
_______________
PS: Even though Fatdog64 doesn't create xorg.conf by default, it doesn't mean it cannot use it. In fact, if you like, you can create xorg.conf yourself, and it __will__ be used.
- stemsee
- Posts: 779
- Joined: Sun Jul 26, 2020 8:11 am
- Location: lattitude 8
- Has thanked: 185 times
- Been thanked: 131 times
Re: Where is the actual xorg.conf?
thanks @jamesbond
------------------------
Hey guys, do you really believe I didn't do my best to find it first!?! ..... I mean do I come across as being THAT chaotic ... don't answer that!