Are you referring to monitor refresh rate overclocking?
This would not be something you do with a kernel launch option, or DE setting.
You need to be doing stuff with the display server, which would be X11 or Wayland.
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Are you referring to monitor refresh rate overclocking?
This would not be something you do with a kernel launch option, or DE setting.
You need to be doing stuff with the display server, which would be X11 or Wayland.
Yes, but all it entails is setting an output mode with a higher refresh rate than the default one. I am using wayland, though I haven't found a way to set a mode that isn't reported by the monitor itself.
That is what xrandr allows you to do on X11, create and set display modes that aren't reported by the monitor.
EDID editing is basically replacing the data reported by the monitor, which also allows you to add display modes it doesn't report itself. This is the only way to do what you are looking for on wayland.
You can either switch to X11, and use xrandr, or create an EDID file with the display mode you want, and have it load on boot. Doing that is unfortunately not simple.