You are not logged in.

#1 2023-04-07 03:30:31

imnotrev
Member
Registered: 2023-04-07
Posts: 2

how to add 1920x1080 resolution

i already tried the arch wiki solution
basically i did this:

cvt 1920 1080
xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync

but it show up this:

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:  16 (RRCreateMode)
  Serial number of failed request:  27
  Current serial number in output stream:  27

how can i fix it?

Last edited by imnotrev (2023-04-07 04:00:09)

Offline

#2 2023-04-07 05:28:30

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,349

Re: how to add 1920x1080 resolution

You can't.
Or maybe you can.
I don't know.


The behavior is driver dependent, the present driver tells you that it won't accept that modeline.
Reason: unknown, mostly because the driver and modeline validity is.

Start by posting your Xorg log, https://wiki.archlinux.org/title/Xorg#General

An alternative approach is to inject an EDID, https://wiki.archlinux.org/title/Kernel … s_and_EDID
But this won't work w/ eg. the VESA driver, which would explain why you have to add the mode itfp.

=> Start by posting your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Offline

#3 2023-04-07 10:48:34

imnotrev
Member
Registered: 2023-04-07
Posts: 2

Re: how to add 1920x1080 resolution

grep: Xorg.0.log: No such file or directory

thats what happened when i want to check my xorg log

Offline

#4 2023-04-07 12:43:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,349

Re: how to add 1920x1080 resolution

Read the whole paragraph, not only some blue box.
The location of the log depends on how you start X11 and if you're trying to grep a relative path, you need to be in the proper $PWD

Offline

Board footer

Powered by FluxBB