Re: Remote desktop on headless server?

2023-07-01 Thread Norman Gaywood
Hi all, Installing x2goserver on the remote host (your workstation in the closet) and opening up sshd is how I do this. You install x2goclient on your own workstation to connect to the remote host. The good: - connects over ssh - Gives you a full desktop environment (for some desktop environ

Re: Restarting video driver to turn on external vga port

2023-07-01 Thread Patrick O'Callaghan
On Sat, 2023-07-01 at 13:18 -0700, Samuel Sieb wrote: > On 7/1/23 08:37, stan via users wrote: > > 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. > > That only works

Re: Restarting video driver to turn on external vga port

2023-07-01 Thread Samuel Sieb
On 7/1/23 08:37, stan via users wrote: 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. That only works if the package is already installed.

Re: Restarting video driver to turn on external vga port

2023-07-01 Thread Patrick O'Callaghan
On Sat, 2023-07-01 at 08:37 -0700, stan via users wrote: > > 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 co

Re: Restarting video driver to turn on external vga port

2023-07-01 Thread stan via users
On Sat, 1 Jul 2023 07:59:26 +0100 Barry wrote: > On 30 Jun 2023, at 18:26, Robert Moskowitz > wrote: > >> "xrandr --query" may have some useful info. > >> > > # xrandr --query > > -bash: xrandr: command not found > > > > > > >> Check "inxi -Fzx" for missing graphics hardware. > >> > > # in

Re: Restarting video driver to turn on external vga port

2023-07-01 Thread Barry
On 30 Jun 2023, at 18:26, Robert Moskowitz wrote: On 6/30/23 13:13, George N. White III wrote: On Fri, Jun 30, 2023 at 1:19 PM Robert Moskowitz wrote: I ju