User Tools

Site Tools


linux:add-display-modelines

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:add-display-modelines [2022/03/11 14:06] – created Wulf Rajeklinux:add-display-modelines [2023/11/08 19:32] (current) Wulf Rajek
Line 73: Line 73:
 Add to rc.local / .profile or whatever best applies to your system. Add to rc.local / .profile or whatever best applies to your system.
  
 +This can be applied in lightdm:
 +<code - /etc/lightdm/lightdm.conf.d/70-linuxmint.conf>
 +[SeatDefaults]
 +user-session=cinnamon
  
 +[Seat:*]
 +display-setup-script=xrandr --newmode "1920x1200_50.00" 158.25  1920 2040 2240 2560  1200 1203 1209 1238 -hsync +vsync ;\
 +                     xrandr --addmode DP-2-9 1920x1200_50.00 ;\
 +                     xrandr --addmode DP-2-8 1920x1200_50.00 ;\
 +                     xrandr --output DP-1 --primary --mode 1920x1200 --pos 1200x432 --rotate normal --output DP-2 --off --output HDMI-1 --off --output DP-2-8 --mode 1920x1200_50.00 --pos 3120x0 --rotate left --output DP-2-9 --mode 1920x1200_50.00 --pos 0x0 --rotate left
 +</code>
linux/add-display-modelines.1647007575.txt.gz · Last modified: 2023/05/29 11:53 (external edit)