xorg Digest, Vol 197, Issue 8
kingdsand
kingdsand at gmail.com
Mon Dec 20 20:15:29 UTC 2021
Hello, I have not tried the command you indicate at all and I get the
following error messages
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 11 (RRQueryOutputProperty)
Serial number of failed request: 51
Current serial number in output stream: 51
my monitor is in the following connection
[kingdsand at w4rl0ck:~]~$ > xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x54 cap: 0xf, Source Output, Sink Output, Source Offload,
Sink Offload crtcs: 4 outputs: 2 associated providers: 1 name:Unknown AMD
Radeon GPU @ pci:0000:06:00.0
Provider 1: id: 0x210 cap: 0x2, Sink Output crtcs: 4 outputs: 2 associated
providers: 1 name:NVIDIA-G0
the one in the DP-1-0 connection is the one with no image, that monitor has
a resolution of 1920x1080 and I have it turned 90 to the left
[kingdsand at w4rl0ck:~]~$ > xrandr -q
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y
axis) 344mm x 194mm
1920x1080 144.00 + 60.00*
1680x1050 144.00
1280x1024 144.00
1440x900 144.00
1280x800 144.00
1280x720 144.00
1024x768 144.00
800x600 144.00
640x480 144.00
HDMI-A-0 connected 1920x1080+1920+0 (normal left inverted right x axis y
axis) 480mm x 270mm
1920x1080 74.97*+ 60.00 50.00 59.94
1680x1050 59.88
1400x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1440x900 59.90
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
DP-1-0 connected (normal left inverted right x axis y axis)
1920x1080 60.00 + 74.97 59.94 50.00
1680x1050 59.95
1600x900 60.00
1440x900 59.89
1400x1050 59.98
1280x1024 75.02 60.02
1280x800 59.81
1280x720 60.00 60.00 59.94 50.00
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
720x480 59.94
640x480 75.00 59.94 59.93
thanks for the help
El lun, 20 dic 2021 a las 7:00, <xorg-request at lists.x.org> escribió:
> Send xorg mailing list submissions to
> xorg at lists.x.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.x.org/mailman/listinfo/xorg
> or, via email, send a message with subject or body 'help' to
> xorg-request at lists.x.org
>
> You can reach the person managing the list at
> xorg-owner at lists.x.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of xorg digest..."
>
>
> Today's Topics:
>
> 1. Re: Configure Output 2 Monitors (Chris Sorenson)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 19 Dec 2021 19:25:28 -0500
> From: "Chris Sorenson" <csoren at cpinternet.com>
> To: Xorg <xorg at lists.x.org>
> Subject: Re: Configure Output 2 Monitors
> Message-ID: <1639959928.yz2lgzqn4ko4ckgo at webmail.mycci.net>
> Content-Type: text/plain; charset=UTF-8
>
> >
>
> > Hello, I have an Asus G513 Laptop with HDMI port and USB-C 3.1 DP with
> > video output option, and I need to use two additional monitors to the
> > laptop screen, doing tests at a time when the USB-C got to work. Two
> > Monitors with the adapter that I have there but the laptop screen was
> > deactivated, then the laptop screen was activated but it recognized the
> DP
> > ports of the USBC but they had no resolution, I have already tried
> several
> > things and I cannot find the solution.
> >
> > I am using Manjaro the output of the xrand is
> >
> > xrandr -q
> > xrandr: Output DP-1-0.1 is not disconnected but has no modes
> > xrandr: Output DP-1-0.2 is not disconnected but has no modes
> > Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
> > eDP connected primary 1920x1080 + 0 + 0 (normal left inverted right x
> axis
> > y axis) 344mm x 194mm
> > 1920x1080 144.00 + 60.00 *
> > 1680x1050 144.00
> > 1280x1024 144.00
> > 1440x900 144.00
> > 1280x800 144.00
> > 1280x720 144.00
> > 1024x768 144.00
> > 800x600 144.00
> > 640x480 144.00
> > HDMI-A-0 disconnected (normal left inverted right x axis y axis)
> > DP-1-0.1 connected (normal left inverted right x axis y axis)
> > DP-1-0.2 connected (normal left inverted right x axis y axis)
> > DP-1-0 disconnected (normal left inverted right x axis y axis)
> > DP-1-1 disconnected (normal left inverted right x axis y axis)
> >
> > In those ports DP-1-0.1 and DP-1-0.2 are the two LG monitors
> >
> > I have a nvidia rtx3050 card, the kernel I use is the Currently running:
> > 5.15.7-1-MANJARO (linux515)
> >
>
>
> Try adding this to your X startup script:
>
> /bin/bash -c 'sleep 15 && xrandr --output DP-1-0.1 --set "Broadcast RGB"
> "Full"'
> /bin/bash -c 'sleep 15 && xrandr --output DP-1-0.2 --set "Broadcast RGB"
> "Full"'
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> xorg mailing list
> xorg at lists.x.org
> https://lists.x.org/mailman/listinfo/xorg
>
>
> ------------------------------
>
> End of xorg Digest, Vol 197, Issue 8
> ************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.x.org/archives/xorg/attachments/20211220/6e23ecaf/attachment.htm>
More information about the xorg
mailing list