Giter VIP home page Giter VIP logo

xrandr's Introduction

xrandr's People

Contributors

keith-packard avatar alanc avatar memsize avatar jcristau avatar nwnk avatar aaronp24 avatar jeremyhu avatar aritger avatar e4t avatar anholt avatar raboof avatar pieleric avatar ydroneaud avatar madman2003 avatar bartmassey avatar fooishbar avatar airlied avatar eric-s-raymond avatar hongliu68 avatar mgkuhn avatar mherrb avatar dottedmag avatar sorensp avatar tilman2 avatar

Stargazers

 avatar  avatar Arisa avatar Patryk Adamczyk avatar Stylon Wang avatar codeleventh avatar Dave Mackintosh avatar  avatar  avatar Marcelo Rodrigues avatar

Watchers

 avatar James Cloos avatar Yuji Tateno avatar  avatar  avatar

xrandr's Issues

Verifying Active Rate

A XRRScreenResources contains multiple XRRModeInfo and RROutput (which with XRRGetOutputInfo() effectively means XRROutputInfo). Therefore, a screen can have many outputs which in turn, can have many modes. How does xrandr check what the active output and active mode is? It seems that it just assumes the first output and first mode found to be the active one.
In other words:

  XRRScreenResources *res = XRRGetScreenResources(display, default_root_window); 
  for (int i = 0; i < res->nmode; ++i) {
    XRRModeInfo *mode_info = &res->modes[i];
    // How do you verify this is the active rate?
    double rate = (double)mode_info->dotClock / ((double)mode_info->hTotal * (double)mode_info->vTotal));
  }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.