On Tue, 05 Apr 2022 17:00:01 +0200, Dan Ritter <[email protected]> wrote:
>Felix Miata wrote: >> Noah Sombrero composed on 2022-04-04 22:59 (UTC-0400): >> >> >>>>xrandr --newmode "2560x1080" 185.580 2560 2624 2688 2784 1080 1083 1093 >> >>>>1111 -HSync -VSync >> >>>>xrandr --addmode HDMI1 "2560x1080" >> >>>>xrandr --output HDMI1 --mode "2560x1080" >> >> Upthread you indicated >> <https://support.dynabook.com/support/staticContentDetail?contentId=638291&isFromTOCLink=false> >> provided the specifications for your laptop. They conflict with the above >> 2560x1080 commands, at 1440x900. Are you using this laptop with 2 displays? >> With >> only an external display? My reading of this thread before now suggests use >> only >> of the laptop's 1440x900 display, and that's what my previous comments and >> suggestions were directed to. > >People are quoting without retaining attribution. I supplied the >HDMI1 2560x1080 lines as an example of format, and I assume that >Noah is using a 1440x900 modeline aimed at LVDS-1, based on >previous statements. Yes, thanks, Dan. The issue now is a way to make the xrandr adjustments permanent. The entry to .xprofile did not work. Also not in .profile. I do get noticeable results now using this in xorg.conf Section "Monitor" Identifier "LVDS-1" Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 EndSection It looks like it is making two attempts, both of which fail. Debian has marked the file as read only, so I am pretty sure it is not being ignored. My feeling is that something is missing. Suggestions? >-dsr- -- Noah Sombrero

