From 6d10ed52ca130aaabcb0ed27e198dc5d66426061 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Mar 2018 17:50:04 -0300 Subject: Adds xrandr action --- share/provision/files/desktop-basic/home/user/.custom/xsession | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'share/provision/files/desktop-basic/home/user/.custom') diff --git a/share/provision/files/desktop-basic/home/user/.custom/xsession b/share/provision/files/desktop-basic/home/user/.custom/xsession index 5e28203..d223263 100644 --- a/share/provision/files/desktop-basic/home/user/.custom/xsession +++ b/share/provision/files/desktop-basic/home/user/.custom/xsession @@ -10,16 +10,16 @@ DISPLAY_DEVICE="Virtual-0" # or maybe qlx-0 # # Modeline determined by running "cvt 1280 780" -xrandr --newmode "1280x780_60.00" 81.50 1280 1352 1480 1680 780 783 793 810 -hsync +vsync -xrandr --addmode $DISPLAY_DEVICE 1280x780_60.00 +#xrandr --newmode "1280x780_60.00" 81.50 1280 1352 1480 1680 780 783 793 810 -hsync +vsync +#xrandr --addmode $DISPLAY_DEVICE 1280x780_60.00 # Modeline determined by running "cvt 1368 748" -xrandr --newmode "1368x748_60.00" 83.00 1368 1440 1576 1784 748 751 761 777 -hsync +vsync -xrandr --addmode $DISPLAY_DEVICE 1368x748_60.00 +#xrandr --newmode "1368x748_60.00" 83.00 1368 1440 1576 1784 748 751 761 777 -hsync +vsync +#xrandr --addmode $DISPLAY_DEVICE 1368x748_60.00 # Set default modeline #xrandr --output $DISPLAY_DEVICE --mode 1368x748_60.00 -xrandr --output $DISPLAY_DEVICE --mode 1280x780_60.00 +#xrandr --output $DISPLAY_DEVICE --mode 1280x780_60.00 # Workaround for programs that depend on a system fully operational # Example: chromium browser running with firejail when your ${DOWNLOADS} -- cgit v1.2.3