Recommended Posts

Hello,

 

I've had issues with monitor resolutions on Elementary OS, stable and the Freya beta.

 

I have eOS installed on my laptop which has an external monitor plugged in via VGA. Running the external monitor at 1080p makes the laptop run too hot (it is an old core2duo laptop) so I prefer to keep the monitor at 720p.

 

Unfortunately, the monitor configuration tool doesn't list 1280x720 in the list (the only 16:9 resolution is 1080p). No problems though, as I can just xrandr --newmode (cvt 1280x720). The monitor starts to run at 720p and everything is fine and dandy.

 

...until I restart, at which point I get a pop-up telling me that it can't restore the previous display profile, lists every single possible resolution (it's a long pop-up) and defaults to mirroring the monitors at 1024x768.

 

I've tried adding a bash script which sets the external monitor to the right display (including repeating the enter xrandr procedure) with no luck.

 

Can anyone suggest what I can do?

Use xrandr --addmode to add your own custom resolution.

 

To be clear, you have to use xrandr --newmode with the resolution details generated via cvt, then you have to xrandr --addmode the resolution to the specific monitor, then you have to xrandr --output to set the monitor to the specific resolution.

 

Doing this works fine, however, it doesn't persist after a restart, and instead I get various errors which force me to repeat the process from the beginning. 

Can't you define a custom X11/Xorg screen/display section?

$ vim /etc/X11/xorg.conf.d/10-monitor.conf
Section "Screen"
    Identifier             "Screen0"
    Device                 "Device0"
    Monitor                "Monitor0"
    DefaultDepth           24
    SubSection             "Display"
        Depth              24
        Modes              "1280x720"
    EndSubSection
EndSection

To be clear, you have to use xrandr --newmode with the resolution details generated via cvt, then you have to xrandr --addmode the resolution to the specific monitor, then you have to xrandr --output to set the monitor to the specific resolution.

 

Doing this works fine, however, it doesn't persist after a restart, and instead I get various errors which force me to repeat the process from the beginning. 

Sure you first have to add the new mode. It was explained under the link. :)

In order to keep this persistant, create a xorg.conf file and copy it into your X11 folder. Mine looks like this (You'll have to make changes to match your monitor setup / configuration):

Section "Monitor"
    Identifier      "HDMI2"
    Modeline        "1368x768_60.00"  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
    Option          "PreferredMode" "1368x768_60.00"
EndSection
Section "Device"
    Identifier      "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
    Driver          "intel"
    Option          "HDMI2"
EndSection
Section "Screen"
    Identifier      "Primary Screen"
    Device          "ATI Technologies, Inc. M22 [Radeon Mobility M300]"
    DefaultDepth    24
    SubSection "Display"
        Depth           24
        Modes   "1368x768"
    EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Primary Screen"
EndSection

Additionally, I made myself a xrandr.sh file, so, that I don't have to always redo everything after a fresh install or update but simply double-click the sh file:

xrandr --newmode "1368x768_60.00"  85.86  1368 1440 1584 1800  768 769 772 795  -HSync +Vsync
xrandr --addmode HDMI2 1368x768_60.00
xrandr --output HDMI2 --mode 1368x768_60.00

Sorry that I was very short in my initial reply. It's always difficult to determine the knowledge level of a user if you don't have communicated / worked with him before. ;)

This topic is now closed to further replies.
  • Posts

    • All their other games always had a new cast and new story, so that's not very surprising. The new dev is worrisome though.
    • New dev usually means more trash. I also despise that they censored the 1 remake.
    • Oh, they're back to making console games that actually sell consoles? Shock horror.
    • It not only looks like a toy, it is a toy...
    • Zen Browser 1.20.2b by Razvan Serea Zen Browser is a privacy-focused, open-source web browser built on Mozilla Firefox, offering users a secure and customizable browsing experience. It emphasizes privacy by blocking trackers, ads, and ensuring your data isn't collected. With Zen Mods, users can enhance their browser experience with various customization options, including features like split views and vertical tabs. The browser is designed for efficiency, providing fast browsing speeds and a lightweight interface. Zen Browser prioritizes user control over the browsing experience, offering a minimal yet powerful alternative to traditional web browsers while keeping your online activity private. Zen Browser’s DRM limitation Zen Browser currently lacks support for DRM-protected content, meaning streaming services like Netflix and HBO Max are inaccessible. This is due to the absence of a Widevine license, which requires significant costs and is financially unfeasible for the developer. Additionally, applying for this license would require Zen to be part of a larger company, similar to Mozilla or Brave. Therefore, DRM-protected media won't be supported in Zen Browser for the foreseeable future. Zen Browser offers features that improve user experience, privacy, and customization: Privacy-Focused: Blocks trackers and minimizes data collection. Automatic Updates: Keeps the browser updated with security patches. Zen Mods: Customizable themes and layouts. Workspaces: Organize tabs into different workspaces. Compact Mode: Maximizes screen space by minimizing UI elements. Zen Glance: Quick website previews. Split Views: View multiple tabs in the same window. Sidebar: Access bookmarks and tools quickly. Vertical Tabs: Manage tabs vertically. Container Tabs: Separate browsing sessions. Fast Profile Switcher: Switch between profiles easily. Tab Folders: Organize tabs into folders. Customizable UI: Personalize browser interface. Security Features: Inherits Firefox’s robust security. Fast Performance: Lightweight and optimized for speed. Zen Mods Customization: Deep customization with mods. Quick Access: Easy access to favorite websites. Open Source: Built on Mozilla Firefox with community collaboration. Community-Driven: Active development and feedback from users. GitHub Repository: Contribute and review the source code. Zen Browser 1.20.2b changelog: Security Mozilla Security Advisory 2026-54 New Features Updated to Firefox 151.0.3 Boosts now support a dark mode UI based on your system dark mode setting. Fixes Fixed auto focus for new windows not working. (#12112) Fixed desktop shortcuts showing zen as 'Nightly'. (#13745) Other minor bug fixes and performance improvements. Download: Zen Browser | 89.8 MB (Open Source) Download: Zen Browser ARM64 | Other Operating Systems View: Zen Browser Home Page | Screenshots 1 | 2 | Reddit Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
    • Week One Done
      jefred earned a badge
      Week One Done
    • Apprentice
      JoeyNeo went up a rank
      Apprentice
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Skyfrog
      75
    4. 4
      FloatingFatMan
      66
    5. 5
      Michael Scrip
      55
  • Tell a friend

    Love Neowin? Tell a friend!