项目作者: SAW4

项目描述 :
Dual monitor helper
高级语言: JavaScript
项目地址: git://github.com/SAW4/DMH.git
创建时间: 2019-05-31T18:16:44Z
项目社区:https://github.com/SAW4/DMH

开源协议:

下载


DMH (Dual Monitor Helper)

Introduction

On some Linux distribution, newly connected monitor may not detect resolution profile correctly, (i.e. It only recognizes low resolution profiles like 1024x768). This application aims at solving this problem. When you plug your display to the interface, you can use DMH to add new resolution profiles. All profiles created by DMH is temperory added and this program will not apply the monitor setting automatically.

Support Platform

  • Linux

Dependency

  • Xrandr

Installation

  1. # Download Xrandr on Linux
  2. sudo pacman -S xorg-xrandr
  3. # Download repo
  4. git clone git@github.com:awaSwasA/dmh.git
  5. # Install require packages
  6. cd dmh
  7. npm install --save-dev
  8. # Generate Binary
  9. electron-packager .
  10. # Execute the application
  11. ./dual-monitor-helper-linux-x64/dual-monitor-helper