On Mon, 04 Mar 2024 12:00:02 +
xorg-requ...@lists.x.org wrote:
>2. Script advice (Graham Bentley)
I would probably start tweaking the grep expression. If I ain't
mistaken; you are using perl regex; try changing it not to use perl and
see if you can get the result(s) you're looking for. T
>
>
> Today's Topics:
>
>1. Re: Xrandr and external monitor (H) (Muhammad Ahsan)
>2. Re: Xrandr and external monitor (H) (H)
>
>
> ------
>
> Message: 1
> Date: Sat, 4 Jan 2025 16:2
Just my two cents.
In the good old days, when I faced similar problems, I used to manually set
the resolution and location of external monitor. Here is a sample command from
one of my old scripts:
$ xrandr --output LVDS1 --mode 1366x768 --rate 60 --right-of HDMI1
You can try adopting the above
As per log, you seem to be missing the `modesetting` driver. On Debian
based distros, this is provided via `xserver-xorg-core` package. Can
you ensure that this package is installed?
On Sat, 04 Jan 2025 12:00:02 +
xorg-requ...@lists.x.org wrote:
> Send xorg mailing list submissions to
>