On Sat, 1 Jul 2023 07:59:26 +0100
Barry <ba...@barrys-emacs.org> wrote:

> On 30 Jun 2023, at 18:26, Robert Moskowitz <r...@htt-consult.com>
> wrote:

> >> "xrandr --query" may have some useful info.
> >> 
> > # xrandr --query
> > -bash: xrandr: command not found
> > 
> 
> > 
> >> Check "inxi -Fzx" for missing graphics hardware.
> >> 
> > # inxi -Fzx
> > -bash: inxi: command not found
> > 
> FYI to install a command you can do this:
> 
> $ sudo dnf install /usr/bin/xrandr
> $ sudo dnf install /usr/bin/inxi
> Etc.

Robert has been using Fedora and on this list for years.  I'm not sure
if the above installing commands were his automatic response because
he didn't say, but it should have been.  And if the install command
failed with no package, he should know to use
rpm -qf /usr/bin/xrandr or rpm -qf /usr/sbin/xrandr
to find out which package owns that executable so he can install it.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to