You are not logged in.

#1 2024-01-15 12:50:24

pinkie_:3
Member
Registered: 2023-12-26
Posts: 12

Xrandr --output doesn't work although returns no error (maybe)

Hey, im just trying to overclock my monitor from 60 to 80hz.. nothing crazy really.. I got it working in windows.. but after following some WIRED tutorial (I think) ::
- checking cvt
- making new modes
- adding the modes to my current monitor(?)

then outputting the mode using xrandr --output

but it doesn't work

v_lint@shen-xian ~> xrandr --output eDP-1 --mode 1366x768_80.00_rb2 --verbose

outputs this:

crtc 0: 1366x768_80.00_rb2  80.00 +0+0 "eDP-1"

Idk if this is an error code or what but it doesn't really change anything nor is there any blinks from the monitor (which I heard from a lot of posts about this)

also idk if this is related but I'm also unable to change the resolution to anything other than 1366x768

for example i run
xrandr --output eDP-1 --mode 800x600 --verbose

it just returns some errors

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  7 (RRSetScreenSize)
  Serial number of failed request:  22
  Current serial number in output stream:  23

**which doesn't happen when I just try to change the hertz from the same res

pls help, i've been searching but can't find anyone who got the same problem wit me,
ty in advance smile)))

Last edited by pinkie_:3 (2024-01-15 14:38:09)

Offline

#2 2024-01-15 13:56:54

cgb_spender
Member
Registered: 2024-01-15
Posts: 48
Website

Re: Xrandr --output doesn't work although returns no error (maybe)

Hi, looks like your graphics card driver is not working well because you cannot change the resolution of your screen. For example, if you have the open-source nouveau driver installed with a recent NVidia video card (released in the last several years), then you might consider installing the open kernel driver https://archlinux.org/packages/extra/x8 … idia-open/  instead or (in the worst-case scenario) the proprietary NVidia driver. Perhaps you don't have an NVidia graphics card, then still investigate your video drivers, for example, run the lsmod command to see what kind of video modules are loaded.


Only one thing is certain: nothing is certain.

Offline

#3 2024-01-15 14:21:59

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

Re: Xrandr --output doesn't work although returns no error (maybe)

Please edit your post, remove the pathetic plea for help from the subject and use  [code][/code] tags for shell IO.
Then please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Then stop using "--verbose", run

xrandr --output eDP-1 --mode 1366x768_80.00_rb2

and check the impact with

xrandr -q

It the mode switch works, you won't get a response from the first command and your --verbose run all but suggests that it actually did work and crt0 now uses that mode for the output.

Online

#4 2024-01-15 14:36:39

pinkie_:3
Member
Registered: 2023-12-26
Posts: 12

Re: Xrandr --output doesn't work although returns no error (maybe)

seth wrote:

Please edit your post, remove the pathetic plea for help from the subject and use  [code][/code] tags for shell IO.
Then please post your Xorg log, https://wiki.archlinux.org/title/Xorg#General

Then stop using "--verbose", run

xrandr --output eDP-1 --mode 1366x768_80.00_rb2

and check the impact with

xrandr -q

It the mode switch works, you won't get a response from the first command and your --verbose run all but suggests that it actually did work and crt0 now uses that mode for the output.

ty for your suggestion,
I stopped using verbose, ran the xrandr output, then xrandr -q but the mode that has the * star symbol has not changed from before

Screen 0: minimum 16 x 16, current 1366 x 768, maximum 32767 x 32767
eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 310mm x 170mm
   1366x768      59.80*+
   1024x768      59.92  
   800x600       59.86  
   640x480       59.38  
   320x240       59.52  
   1152x720      59.97  
   960x600       59.63  
   928x580       59.88  
   800x500       59.50  
   768x480       59.90  
   720x480       59.71  
   640x400       59.95  
   320x200       58.96  
   1280x720      59.86  
   1024x576      59.90  
   864x486       59.92  
   720x400       59.55  
   640x350       59.77  
   1366x768_80.00_rb2  80.00  


and

cgb_spender wrote:

installed with a recent NVidia video card (released in the last several years),

for this i dont know if it would work cuz i dont use nvidia, i'm on a laptop that uses integrated gpu which is amd so.. yea it still isn't working

Last edited by pinkie_:3 (2024-01-15 14:37:38)

Offline

#5 2024-01-15 14:40:49

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: Xrandr --output doesn't work although returns no error (maybe)

pinkie_:3 wrote:
   1366x768_80.00_rb2  80.00  

That doesn't look right.

Please share the full commands used to generate and add the custom modeline.


Jin, Jîyan, Azadî

Offline

#6 2024-01-15 14:41:56

pinkie_:3
Member
Registered: 2023-12-26
Posts: 12

Re: Xrandr --output doesn't work although returns no error (maybe)

seth wrote:

Then please post your Xorg log

[     9.439] (--) Log file renamed from "/var/log/Xorg.pid-405.log" to "/var/log/Xorg.0.log"
[     9.441] 
X.Org X Server 1.21.1.10
X Protocol Version 11, Revision 0
[     9.441] Current Operating System: Linux shen-xian 6.7.0-zen3-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:36:54 +0000 x86_64
[     9.441] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=0ef84116-d085-4d05-a80f-181f29ad2618 rw loglevel=3 quiet
[     9.441]  
[     9.441] Current version of pixman: 0.43.0
[     9.441] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.441] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.441] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 15 17:23:28 2024
[     9.443] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.444] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.444] (==) No Layout section.  Using the first Screen section.
[     9.444] (==) No screen section available. Using defaults.
[     9.444] (**) |-->Screen "Default Screen Section" (0)
[     9.444] (**) |   |-->Monitor "<default monitor>"
[     9.444] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.444] (==) Automatically adding devices
[     9.444] (==) Automatically enabling devices
[     9.444] (==) Automatically adding GPU devices
[     9.444] (==) Automatically binding GPU devices
[     9.444] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.445] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     9.445] 	Entry deleted from font path.
[     9.445] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[     9.445] 	Entry deleted from font path.
[     9.445] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     9.445] 	Entry deleted from font path.
[     9.445] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.445] 	Entry deleted from font path.
[     9.445] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     9.445] 	Entry deleted from font path.
[     9.445] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     9.445] 	Entry deleted from font path.
[     9.445] (==) FontPath set to:
	
[     9.445] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.445] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.445] (II) Module ABI versions:
[     9.445] 	X.Org ANSI C Emulation: 0.4
[     9.445] 	X.Org Video Driver: 25.2
[     9.445] 	X.Org XInput driver : 24.4
[     9.445] 	X.Org Server Extension : 10.0
[     9.445] (++) using VT number 2

[     9.445] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.447] (II) xfree86: Adding drm device (/dev/dri/card1)
[     9.447] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/drm/card1
[     9.494] (--) PCI:*(4@0:0:0) 1002:15d8:103c:879e rev 196, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xfcb00000/524288, I/O @ 0x0000d000/256
[     9.494] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.494] (II) LoadModule: "glx"
[     9.495] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.508] (II) Module glx: vendor="X.Org Foundation"
[     9.508] 	compiled for 1.21.1.10, module version = 1.0.0
[     9.508] 	ABI class: X.Org Server Extension, version 10.0
[     9.508] (==) Matched ati as autoconfigured driver 0
[     9.508] (==) Matched modesetting as autoconfigured driver 1
[     9.508] (==) Matched fbdev as autoconfigured driver 2
[     9.508] (==) Matched vesa as autoconfigured driver 3
[     9.508] (==) Assigned the driver to the xf86ConfigLayout
[     9.508] (II) LoadModule: "ati"
[     9.509] (WW) Warning, couldn't open module ati
[     9.509] (EE) Failed to load module "ati" (module does not exist, 0)
[     9.509] (II) LoadModule: "modesetting"
[     9.509] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.513] (II) Module modesetting: vendor="X.Org Foundation"
[     9.513] 	compiled for 1.21.1.10, module version = 1.21.1
[     9.513] 	Module class: X.Org Video Driver
[     9.513] 	ABI class: X.Org Video Driver, version 25.2
[     9.513] (II) LoadModule: "fbdev"
[     9.513] (WW) Warning, couldn't open module fbdev
[     9.513] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     9.513] (II) LoadModule: "vesa"
[     9.513] (WW) Warning, couldn't open module vesa
[     9.513] (EE) Failed to load module "vesa" (module does not exist, 0)
[     9.513] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.588] (II) modeset(0): using drv /dev/dri/card1
[     9.592] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     9.592] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     9.592] (==) modeset(0): RGB weight 888
[     9.592] (==) modeset(0): Default visual is TrueColor
[     9.592] (II) Loading sub module "glamoregl"
[     9.592] (II) LoadModule: "glamoregl"
[     9.592] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     9.598] (II) Module glamoregl: vendor="X.Org Foundation"
[     9.598] 	compiled for 1.21.1.10, module version = 1.0.1
[     9.598] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.822] (II) modeset(0): glamor X acceleration enabled on AMD Radeon Vega 3 Graphics (radeonsi, raven2, LLVM 16.0.6, DRM 3.56, 6.7.0-zen3-1-zen)
[     9.822] (II) modeset(0): glamor initialized
[     9.822] (==) modeset(0): VariableRefresh: disabled
[     9.822] (==) modeset(0): AsyncFlipSecondaries: disabled
[     9.824] (II) modeset(0): Output eDP-1 has no monitor section
[     9.824] (II) modeset(0): Output HDMI-1 has no monitor section
[     9.826] (II) modeset(0): EDID for output eDP-1
[     9.826] (II) modeset(0): Manufacturer: BOE  Model: 92c  Serial#: 0
[     9.826] (II) modeset(0): Year: 2020  Week: 11
[     9.826] (II) modeset(0): EDID Version: 1.4
[     9.826] (II) modeset(0): Digital Display Input
[     9.826] (II) modeset(0): 6 bits per channel
[     9.826] (II) modeset(0): Digital interface is DisplayPort
[     9.826] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[     9.826] (II) modeset(0): Gamma: 2.20
[     9.826] (II) modeset(0): No DPMS capabilities specified
[     9.826] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     9.826] (II) modeset(0): First detailed timing is preferred mode
[     9.826] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     9.826] (II) modeset(0): Display is continuous-frequency
[     9.826] (II) modeset(0): redX: 0.589 redY: 0.343   greenX: 0.330 greenY: 0.570
[     9.826] (II) modeset(0): blueX: 0.157 blueY: 0.137   whiteX: 0.313 whiteY: 0.329
[     9.826] (II) modeset(0): Manufacturer's mask: 0
[     9.826] (II) modeset(0): Supported detailed timing:
[     9.826] (II) modeset(0): clock: 78.4 MHz   Image Size:  309 x 174 mm
[     9.826] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1588 h_border: 0
[     9.826] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 823 v_border: 0
[     9.826] (II) modeset(0): Supported detailed timing:
[     9.826] (II) modeset(0): clock: 52.3 MHz   Image Size:  309 x 174 mm
[     9.826] (II) modeset(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1588 h_border: 0
[     9.826] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 823 v_border: 0
[     9.826] (II) modeset(0): Unknown vendor-specific block 2
[     9.826] (II) modeset(0): EDID (in hex):
[     9.826] (II) modeset(0): 	00ffffffffffff0009e52c0900000000
[     9.826] (II) modeset(0): 	0b1e0104951f117803f8459657549228
[     9.826] (II) modeset(0): 	23505400000001010101010101010101
[     9.826] (II) modeset(0): 	010101010101a21e56de500037303020
[     9.826] (II) modeset(0): 	360035ae1000001a6c1456de50003730
[     9.826] (II) modeset(0): 	3020360035ae1000001a000000000000
[     9.826] (II) modeset(0): 	00000000000000000000000000000002
[     9.826] (II) modeset(0): 	000d40ff0a3c7d1111217d0000000059
[     9.826] (II) modeset(0): Printing probed modes for output eDP-1
[     9.826] (II) modeset(0): Modeline "1366x768"x60.0   78.42  1366 1414 1446 1588  768 771 777 823 +hsync -vsync (49.4 kHz eP)
[     9.826] (II) modeset(0): Modeline "1366x768"x40.0   52.28  1366 1414 1446 1588  768 771 777 823 +hsync -vsync (32.9 kHz e)
[     9.826] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[     9.826] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[     9.826] (II) modeset(0): Modeline "1280x720"x60.0   78.42  1280 1414 1446 1588  720 771 777 823 +hsync -vsync (49.4 kHz e)
[     9.826] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[     9.826] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[     9.826] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     9.826] (II) modeset(0): Modeline "1024x768"x60.0   78.42  1024 1414 1446 1588  768 771 777 823 +hsync -vsync (49.4 kHz e)
[     9.826] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     9.826] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     9.826] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     9.826] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     9.826] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[     9.826] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[     9.826] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[     9.826] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[     9.826] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[     9.826] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[     9.826] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[     9.826] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[     9.826] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[     9.826] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[     9.826] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     9.826] (II) modeset(0): Modeline "800x600"x60.0   78.42  800 1414 1446 1588  600 771 777 823 +hsync -vsync (49.4 kHz e)
[     9.826] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     9.826] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     9.826] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[     9.826] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[     9.826] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[     9.826] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[     9.826] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     9.826] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.826] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.826] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     9.826] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[     9.826] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[     9.826] (II) modeset(0): Modeline "640x480"x60.0   78.42  640 1414 1446 1588  480 771 777 823 +hsync -vsync (49.4 kHz e)
[     9.826] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     9.826] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     9.826] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[     9.826] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[     9.826] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[     9.826] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[     9.826] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[     9.827] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[     9.827] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[     9.827] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[     9.827] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[     9.827] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[     9.827] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     9.827] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[     9.827] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[     9.827] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[     9.827] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[     9.827] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     9.827] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     9.827] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[     9.827] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[     9.827] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     9.827] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[     9.827] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[     9.827] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[     9.827] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[     9.827] (II) modeset(0): EDID for output HDMI-1
[     9.827] (II) modeset(0): Output eDP-1 connected
[     9.827] (II) modeset(0): Output HDMI-1 disconnected
[     9.827] (II) modeset(0): Using exact sizes for initial modes
[     9.827] (II) modeset(0): Output eDP-1 using initial mode 1366x768 +0+0
[     9.827] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.827] (==) modeset(0): DPI set to (96, 96)
[     9.827] (II) Loading sub module "fb"
[     9.827] (II) LoadModule: "fb"
[     9.827] (II) Module "fb" already built-in
[     9.910] (==) modeset(0): Backing store enabled
[     9.910] (==) modeset(0): Silken mouse enabled
[     9.911] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     9.911] (==) modeset(0): DPMS enabled
[     9.911] (II) modeset(0): [DRI2] Setup complete
[     9.911] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[     9.911] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
[     9.911] (II) Initializing extension Generic Event Extension
[     9.911] (II) Initializing extension SHAPE
[     9.911] (II) Initializing extension MIT-SHM
[     9.911] (II) Initializing extension XInputExtension
[     9.911] (II) Initializing extension XTEST
[     9.912] (II) Initializing extension BIG-REQUESTS
[     9.912] (II) Initializing extension SYNC
[     9.912] (II) Initializing extension XKEYBOARD
[     9.912] (II) Initializing extension XC-MISC
[     9.912] (II) Initializing extension SECURITY
[     9.912] (II) Initializing extension XFIXES
[     9.912] (II) Initializing extension RENDER
[     9.912] (II) Initializing extension RANDR
[     9.912] (II) Initializing extension COMPOSITE
[     9.913] (II) Initializing extension DAMAGE
[     9.913] (II) Initializing extension MIT-SCREEN-SAVER
[     9.913] (II) Initializing extension DOUBLE-BUFFER
[     9.913] (II) Initializing extension RECORD
[     9.913] (II) Initializing extension DPMS
[     9.913] (II) Initializing extension Present
[     9.913] (II) Initializing extension DRI3
[     9.913] (II) Initializing extension X-Resource
[     9.913] (II) Initializing extension XVideo
[     9.913] (II) Initializing extension XVideo-MotionCompensation
[     9.913] (II) Initializing extension GLX
[     9.922] (II) AIGLX: Loaded and initialized radeonsi
[     9.922] (II) GLX: Initialized DRI2 GL provider for screen 0
[     9.922] (II) Initializing extension XFree86-VidModeExtension
[     9.922] (II) Initializing extension XFree86-DGA
[     9.922] (II) Initializing extension XFree86-DRI
[     9.922] (II) Initializing extension DRI2
[     9.923] (II) modeset(0): Damage tracking initialized
[     9.923] (II) modeset(0): Setting screen physical size to 361 x 203
[    10.021] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    10.021] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.021] (**) Power Button: Applying InputClass "system-keyboard"
[    10.021] (II) LoadModule: "libinput"
[    10.021] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    10.025] (II) Module libinput: vendor="X.Org Foundation"
[    10.025] 	compiled for 1.21.1.8, module version = 1.4.0
[    10.025] 	Module class: X.Org XInput Driver
[    10.025] 	ABI class: X.Org XInput driver, version 24.4
[    10.025] (II) Using input driver 'libinput' for 'Power Button'
[    10.025] (**) Power Button: always reports core events
[    10.025] (**) Option "Device" "/dev/input/event2"
[    10.033] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    10.033] (II) event2  - Power Button: device is a keyboard
[    10.033] (II) event2  - Power Button: device removed
[    10.033] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    10.033] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.033] (**) Option "xkb_model" "jp106"
[    10.033] (**) Option "xkb_layout" "jp"
[    10.033] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.060] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    10.060] (II) event2  - Power Button: device is a keyboard
[    10.061] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    10.061] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    10.061] (**) Video Bus: Applying InputClass "system-keyboard"
[    10.061] (II) Using input driver 'libinput' for 'Video Bus'
[    10.061] (**) Video Bus: always reports core events
[    10.061] (**) Option "Device" "/dev/input/event3"
[    10.063] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    10.063] (II) event3  - Video Bus: device is a keyboard
[    10.063] (II) event3  - Video Bus: device removed
[    10.073] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:04/LNXVIDEO:00/input/input3/event3"
[    10.073] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    10.073] (**) Option "xkb_model" "jp106"
[    10.073] (**) Option "xkb_layout" "jp"
[    10.073] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.074] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    10.074] (II) event3  - Video Bus: device is a keyboard
[    10.075] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    10.075] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.075] (**) Power Button: Applying InputClass "system-keyboard"
[    10.075] (II) Using input driver 'libinput' for 'Power Button'
[    10.075] (**) Power Button: always reports core events
[    10.075] (**) Option "Device" "/dev/input/event0"
[    10.076] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.076] (II) event0  - Power Button: device is a keyboard
[    10.076] (II) event0  - Power Button: device removed
[    10.076] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    10.076] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    10.076] (**) Option "xkb_model" "jp106"
[    10.076] (**) Option "xkb_layout" "jp"
[    10.076] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.078] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.078] (II) event0  - Power Button: device is a keyboard
[    10.078] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    10.078] (II) No input driver specified, ignoring this device.
[    10.078] (II) This device may have been added with another device file.
[    10.079] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event10)
[    10.079] (II) No input driver specified, ignoring this device.
[    10.079] (II) This device may have been added with another device file.
[    10.080] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event11)
[    10.080] (II) No input driver specified, ignoring this device.
[    10.080] (II) This device may have been added with another device file.
[    10.081] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event12)
[    10.081] (II) No input driver specified, ignoring this device.
[    10.081] (II) This device may have been added with another device file.
[    10.081] (II) config/udev: Adding input device ELAN0708:00 04F3:31BF Mouse (/dev/input/event6)
[    10.081] (**) ELAN0708:00 04F3:31BF Mouse: Applying InputClass "libinput pointer catchall"
[    10.081] (II) Using input driver 'libinput' for 'ELAN0708:00 04F3:31BF Mouse'
[    10.081] (**) ELAN0708:00 04F3:31BF Mouse: always reports core events
[    10.082] (**) Option "Device" "/dev/input/event6"
[    10.083] (II) event6  - ELAN0708:00 04F3:31BF Mouse: is tagged by udev as: Mouse Pointingstick
[    10.083] (II) event6  - ELAN0708:00 04F3:31BF Mouse: device is a pointer
[    10.084] (II) event6  - ELAN0708:00 04F3:31BF Mouse: device removed
[    10.100] (II) libinput: ELAN0708:00 04F3:31BF Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.100] (II) libinput: ELAN0708:00 04F3:31BF Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.100] (II) libinput: ELAN0708:00 04F3:31BF Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.100] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN0708:00/0018:04F3:31BF.0001/input/input11/event6"
[    10.100] (II) XINPUT: Adding extended input device "ELAN0708:00 04F3:31BF Mouse" (type: MOUSE, id 9)
[    10.100] (**) Option "AccelerationScheme" "none"
[    10.100] (**) ELAN0708:00 04F3:31BF Mouse: (accel) selected scheme none/0
[    10.100] (**) ELAN0708:00 04F3:31BF Mouse: (accel) acceleration factor: 2.000
[    10.100] (**) ELAN0708:00 04F3:31BF Mouse: (accel) acceleration threshold: 4
[    10.101] (II) event6  - ELAN0708:00 04F3:31BF Mouse: is tagged by udev as: Mouse Pointingstick
[    10.102] (II) event6  - ELAN0708:00 04F3:31BF Mouse: device is a pointer
[    10.103] (II) config/udev: Adding input device ELAN0708:00 04F3:31BF Mouse (/dev/input/mouse0)
[    10.103] (II) No input driver specified, ignoring this device.
[    10.103] (II) This device may have been added with another device file.
[    10.104] (II) config/udev: Adding input device ELAN0708:00 04F3:31BF Touchpad (/dev/input/event7)
[    10.104] (**) ELAN0708:00 04F3:31BF Touchpad: Applying InputClass "libinput touchpad catchall"
[    10.104] (II) Using input driver 'libinput' for 'ELAN0708:00 04F3:31BF Touchpad'
[    10.104] (**) ELAN0708:00 04F3:31BF Touchpad: always reports core events
[    10.104] (**) Option "Device" "/dev/input/event7"
[    10.106] (II) event7  - ELAN0708:00 04F3:31BF Touchpad: is tagged by udev as: Touchpad
[    10.108] (II) event7  - ELAN0708:00 04F3:31BF Touchpad: device is a touchpad
[    10.108] (II) event7  - ELAN0708:00 04F3:31BF Touchpad: device removed
[    10.114] (II) libinput: ELAN0708:00 04F3:31BF Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.114] (II) libinput: ELAN0708:00 04F3:31BF Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.114] (II) libinput: ELAN0708:00 04F3:31BF Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[    10.114] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:01/i2c-0/i2c-ELAN0708:00/0018:04F3:31BF.0001/input/input13/event7"
[    10.114] (II) XINPUT: Adding extended input device "ELAN0708:00 04F3:31BF Touchpad" (type: TOUCHPAD, id 10)
[    10.115] (**) Option "AccelerationScheme" "none"
[    10.115] (**) ELAN0708:00 04F3:31BF Touchpad: (accel) selected scheme none/0
[    10.115] (**) ELAN0708:00 04F3:31BF Touchpad: (accel) acceleration factor: 2.000
[    10.115] (**) ELAN0708:00 04F3:31BF Touchpad: (accel) acceleration threshold: 4
[    10.117] (II) event7  - ELAN0708:00 04F3:31BF Touchpad: is tagged by udev as: Touchpad
[    10.119] (II) event7  - ELAN0708:00 04F3:31BF Touchpad: device is a touchpad
[    10.120] (II) config/udev: Adding input device ELAN0708:00 04F3:31BF Touchpad (/dev/input/mouse1)
[    10.120] (II) No input driver specified, ignoring this device.
[    10.120] (II) This device may have been added with another device file.
[    10.121] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    10.121] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    10.121] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    10.121] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    10.121] (**) AT Translated Set 2 keyboard: always reports core events
[    10.121] (**) Option "Device" "/dev/input/event4"
[    10.122] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.122] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    10.123] (II) event4  - AT Translated Set 2 keyboard: device removed
[    10.123] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    10.123] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[    10.123] (**) Option "xkb_model" "jp106"
[    10.123] (**) Option "xkb_layout" "jp"
[    10.123] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.125] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    10.125] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    10.126] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    10.126] (II) No input driver specified, ignoring this device.
[    10.126] (II) This device may have been added with another device file.
[    10.130] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
[    10.130] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    10.130] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[    10.130] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[    10.130] (**) HP WMI hotkeys: always reports core events
[    10.130] (**) Option "Device" "/dev/input/event9"
[    10.131] (II) event9  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    10.131] (II) event9  - HP WMI hotkeys: device is a keyboard
[    10.131] (II) event9  - HP WMI hotkeys: device removed
[    10.131] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event9"
[    10.131] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
[    10.132] (**) Option "xkb_model" "jp106"
[    10.132] (**) Option "xkb_layout" "jp"
[    10.132] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.132] (II) event9  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[    10.132] (II) event9  - HP WMI hotkeys: device is a keyboard
[    10.133] (II) config/udev: Adding input device Wireless hotkeys (/dev/input/event5)
[    10.133] (**) Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[    10.133] (**) Wireless hotkeys: Applying InputClass "system-keyboard"
[    10.133] (II) Using input driver 'libinput' for 'Wireless hotkeys'
[    10.133] (**) Wireless hotkeys: always reports core events
[    10.133] (**) Option "Device" "/dev/input/event5"
[    10.134] (II) event5  - Wireless hotkeys: is tagged by udev as: Keyboard
[    10.134] (II) event5  - Wireless hotkeys: device is a keyboard
[    10.134] (II) event5  - Wireless hotkeys: device removed
[    10.144] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
[    10.144] (II) XINPUT: Adding extended input device "Wireless hotkeys" (type: KEYBOARD, id 13)
[    10.144] (**) Option "xkb_model" "jp106"
[    10.144] (**) Option "xkb_layout" "jp"
[    10.144] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    10.145] (II) event5  - Wireless hotkeys: is tagged by udev as: Keyboard
[    10.145] (II) event5  - Wireless hotkeys: device is a keyboard
[    13.971] (II) modeset(0): Disabling kernel dirty updates, not required.
[    14.323] (II) event2  - Power Button: device removed
[    14.323] (II) event3  - Video Bus: device removed
[    14.329] (II) event0  - Power Button: device removed
[    14.329] (II) event6  - ELAN0708:00 04F3:31BF Mouse: device removed
[    14.336] (II) event7  - ELAN0708:00 04F3:31BF Touchpad: device removed
[    14.340] (II) event4  - AT Translated Set 2 keyboard: device removed
[    14.340] (II) event9  - HP WMI hotkeys: device removed
[    14.340] (II) event5  - Wireless hotkeys: device removed
[    14.351] (II) AIGLX: Suspending AIGLX clients for VT switch

I hope you meant this one

Offline

#7 2024-01-15 14:44:53

pinkie_:3
Member
Registered: 2023-12-26
Posts: 12

Re: Xrandr --output doesn't work although returns no error (maybe)

Head_on_a_Stick wrote:

Please share the full commands used to generate and add the custom modeline.

v_lint@shen-xian ~> cvt12 1366 768 80 -b
# 1366x768 @ 80.000 Hz Reduced Blank (CVT) field rate 79.999 Hz; hsync: 63.840 kHz; pclk: 92.31 MHz
Modeline "1366x768_80.00_rb2"  92.31  1366 1374 1406 1446  768 784 792 798 +hsync -vsync
v_lint@shen-xian ~> xrandr --newmode "1366x768_80.00_rb2"  92.31  1366 1374 1406 1446  768 784 792 798 +hsync -vsync
v_lint@shen-xian ~> xrandr --addmode eDP-1 1366x768_80.00_rb2

i think this is it

Last edited by pinkie_:3 (2024-01-15 14:45:13)

Offline

#8 2024-01-15 15:17:07

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

Re: Xrandr --output doesn't work although returns no error (maybe)

Does

xrandr --output eDP-1 --mode 1366x768_80.00_rb2

cause *any* output?

The edid only advertises two modes

    DTD 1:  1366x768    60.003489 Hz 683:384   49.383 kHz     78.420000 MHz (309 mm x 174 mm)                                                                                                                                           
                 Hfront   48 Hsync  32 Hback  142 Hpol P                                                            
                 Vfront    3 Vsync   6 Vback   46 Vpol N                                                            
    DTD 2:  1366x768    40.002326 Hz 683:384   32.922 kHz     52.280000 MHz (309 mm x 174 mm)                                                                                                                                           
                 Hfront   48 Hsync  32 Hback  142 Hpol P                                                            
                 Vfront    3 Vsync   6 Vback   46 Vpol N

ie 1366x768 @60Hz and 40Hz what's suspiciously low bandwidth.
I'm not convided that you actually did run windows on 80Hz but suspect that you added an 80Hz interlaced mode (ie. 40Hz)

◉ cvt12 1366 768 80 -i -b                    
# 1366x768 @ 80.000 Hz Interlaced Reduced Blank (CVT) field rate 80.000 Hz; hsync: 31.960 kHz; pclk: 46.21 MHz
Modeline "1366x768_80.00i_rb2"  46.21  1366 1374 1406 1446  768 769 777 783 Interlace  +hsync -vsync

Online

#9 2024-01-15 15:23:48

pinkie_:3
Member
Registered: 2023-12-26
Posts: 12

Re: Xrandr --output doesn't work although returns no error (maybe)

seth wrote:

Does

xrandr --output eDP-1 --mode 1366x768_80.00_rb2

cause *any* output?

nope.. running the code doesn't output anything


seth wrote:

I'm not convided that you actually did run windows on 80Hz but suspect that you added an 80Hz interlaced mode (ie. 40Hz)

Im not sure what is interlaced mode but i made a custom resolution using cru.exe and checked for frame skipping and pretty sure worked fine (when i'm on windows)

and i definitely didn't add -i on cvt..

Last edited by pinkie_:3 (2024-01-15 15:29:05)

Offline

#10 2024-01-15 16:50:44

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

Re: Xrandr --output doesn't work although returns no error (maybe)

https://en.wikipedia.org/wiki/Interlaced_video
Can you post the mode you generated for windows?

The idea was whether you could use the interlaced mode this way.
(It's not really a good idea, though)

Online

#11 2024-01-17 09:02:26

pinkie_:3
Member
Registered: 2023-12-26
Posts: 12

Re: Xrandr --output doesn't work although returns no error (maybe)

https://i.ibb.co/mtdYNrr/cru.png

You meant the setting I use in CRU? this is picture i guess..
sorry for the white blank. windows wouldnt let me crop sad

Last edited by pinkie_:3 (2024-01-17 09:28:39)

Offline

#12 2024-01-17 09:15:19

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

Re: Xrandr --output doesn't work although returns no error (maybe)

Modeline "1366x768_85"  103.77  1366 1414 1446 1526  768 771 776 800 +hsync -vsync

gimp or imagemagic btw, would let you but please generally only link larger images (the board has a 250x250 px max rule)

Online

#13 2024-01-17 09:30:02

pinkie_:3
Member
Registered: 2023-12-26
Posts: 12

Re: Xrandr --output doesn't work although returns no error (maybe)

seth wrote:
Modeline "1366x768_85"  103.77  1366 1414 1446 1526  768 771 776 800 +hsync -vsync

https://i.ibb.co/Jrd3j5X/240117-16h26m4 … enshot.png

thats weird... that doesn't work either...

Last edited by pinkie_:3 (2024-01-17 09:31:02)

Offline

#14 2024-01-17 09:46:32

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

Re: Xrandr --output doesn't work although returns no error (maybe)

Skip t he brightness parameter?

Online

#15 2024-01-17 09:50:13

pinkie_:3
Member
Registered: 2023-12-26
Posts: 12

Re: Xrandr --output doesn't work although returns no error (maybe)

https://i.ibb.co/Kb5RQn5/240117-16h48m3 … enshot.png

no brightness parameter nor the verbose, but still doesn't work..

Offline

#16 2024-01-17 13:16:45

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

Re: Xrandr --output doesn't work although returns no error (maybe)

Can you switch to any other mode?
Eg.

xrandr --output eDP-1 --mode 1024x768

Online

#17 2024-01-17 13:22:54

pinkie_:3
Member
Registered: 2023-12-26
Posts: 12

Re: Xrandr --output doesn't work although returns no error (maybe)

pinkie_:3 wrote:

also idk if this is related but I'm also unable to change the resolution to anything other than 1366x768

for example i run

xrandr --output eDP-1 --mode 800x600 --verbose

it just returns some errors

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  7 (RRSetScreenSize)
  Serial number of failed request:  22
  Current serial number in output stream:  23

**which doesn't happen when I just try to change the hertz from the same res

pls help, i've been searching but can't find anyone who got the same problem wit me,
ty in advance smile)))

I mean I did mention that I couldn't do that in xrandr, although this modes are already default(aka premade)

*but I do able to change res when Im playing game and change that on the setting(idk if this is related)


and running your command also results in the same error?:

v_lint@shen-xian ~> xrandr --output eDP-1 --mode 1024x768 --verbose
crtc 0: disable
screen 0: 1024x768 270x203 mm  96.09dpi
crtc 0:     1024x768  59.92 +0+0 "eDP-1"
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  7 (RRSetScreenSize)
  Serial number of failed request:  22
  Current serial number in output stream:  23
v_lint@shen-xian ~ [1]> 

without verbose:

v_lint@shen-xian ~ [1]> xrandr --output eDP-1 --mode 1024x768
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  7 (RRSetScreenSize)
  Serial number of failed request:  22
  Current serial number in output stream:  23
v_lint@shen-xian ~ [1]> 

I honestly don't know what to do...

Last edited by pinkie_:3 (2024-01-17 13:27:23)

Offline

#18 2024-01-17 13:35:48

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

Re: Xrandr --output doesn't work although returns no error (maybe)

I do able to change res when Im playing game and change that on the setting

Is that actually reflected in the xrandr output?
Next:

loginctl session-status

Are you maybe running a wayland session?

Though

Manufacturer-Specified Display Descriptor (0x02): 00 02 00 0d 40 ff 0a 3c 7d 11 11 21 7d 00 00 00 '....@..<}..!}...'

The EDID might simply be bogus, https://wiki.archlinux.org/title/Kernel … s_and_EDID

Let's see whether this is just an https://wiki.archlinux.org/title/Kernel … _KMS_start problem:

for OUT in /sys/class/drm/card0*; do echo $OUT; edid-decode $OUT/edid; echo "================="; done

You'll need https://aur.archlinux.org/packages/edid-decode-git

Online

#19 2024-01-20 01:34:31

Tnnshi
Member
Registered: 2024-01-20
Posts: 5

Re: Xrandr --output doesn't work although returns no error (maybe)

seth wrote:
Modeline "1366x768_85"  103.77  1366 1414 1446 1526  768 771 776 800 +hsync -vsync

Hey Seth, I'm also trying to uses my cru config in my linux system and I'm wondering how did you get this values from the parameters in the picture,

thanks

Offline

#20 2024-01-20 08:34:38

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

Re: Xrandr --output doesn't work although returns no error (maybe)

https://en.wikipedia.org/wiki/XFree86_Modeline
1366 + frontporch
1366 + frontporch + syncwidth
1366 + frontporch + syncwidth + back porch (=total)

Online

Board footer

Powered by FluxBB