Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xf86-video-dummy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorg
  • driver
  • xf86-video-dummy
  • Merge requests
  • !1

Basic XrandR support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Marek Marczykowski-Górecki requested to merge marmarek/xf86-video-dummy:xrandr into master Oct 16, 2018
  • Overview 1
  • Commits 3
  • Changes 2

Register 16 outputs (DUMMY0..DUMMY15), which you can add modes etc using standard methods. First time you assign some mode, output gets "connected". Most standard configuration can be done with xrandr tool (output enable/disable, position, mode etc). There is also support for setting physical dimensions with WIDTH_MM and HEIGHT_MM output properties (xrandr --output ... --set ...) - I think that's the only non-standard part, because I didn't found any standard API for doing that (which isn't surprising, because normally it's detected from the hardware).

Fixes #1 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: xrandr