Custom modeline on X.Org: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
<syntaxhighlight lang="bash" line="1"> | <syntaxhighlight lang="bash" line="1"> | ||
xrandr --newmode uw 295.08 2560 2744 3024 3488 1080 1081 1084 1128 -HSync +Vsync | xrandr --newmode uw 295.08 2560 2744 3024 3488 1080 1081 1084 1128 -HSync +Vsync | ||
xrandr | xrandr --addmode DP2 uw | ||
xrandr --output DP2 --mode uw | xrandr --output DP2 --mode uw | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 14:32, 22 March 2025
For running X
xrandr --newmode uw 295.08 2560 2744 3024 3488 1080 1081 1084 1128 -HSync +Vsync
xrandr --addmode DP2 uw
xrandr --output DP2 --mode uw