Hi, Florian Zieboll via Dng <[email protected]> writes:
> On Sat, 23 Apr 2022 09:07:57 -0700 > Fred <[email protected]> wrote: > >> A previous post mentioned xorg.conf which doesn't appear to exist in >> Devuan Beowulf (AMD64). >> >> So, where do I go from here? > > > Some time ago, in a similar situation, I had been successful with > > $ find / | grep xorg.conf Make that find / -name '*xorg.conf*' 2>/dev/null You can omit the redirect to /dev/null if running as root. > Also worth a try: > > $ man 5 xorg.conf Or try https://manpages.debian.org/xorg.conf if that manual page is not present on your system. BTW, it's in xserver-xorg-core. BTW2, I don't think there's a similar service for Devuan, yet(?) There's also https://pkginfo.devuan.org/cgi-bin/policy-query.html https://www.debian.org/distrib/packages#search_contents where you can search for both files and packages. All that said, these days the Xorg server works quite well without this file, auto-detecting things upon startup, so chances are you don't have this file. Hope this helps, -- Olaf Meeuwissen FSF Associate Member since 2004-01-27 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13 F43E B8A4 A88A F84A 2DD9 Support Free Software https://my.fsf.org/donate Join the Free Software Foundation https://my.fsf.org/join _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
