Skip to content
/ x11-fps Public

Utility for estimating XPutImage performance. Draws picture in window as fast as it can.

License

Notifications You must be signed in to change notification settings

vzhn/x11-fps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility for estimating XPutImage performance. Draws picture in window dimensions as fast as it can.

Use cases

This utility intended to help find proper graphical driver for legacy linux systems.

How to build

gcc x11-fps.c -lX11 -o x11-fps

Usage

Launch application: ./x11-fps

alt text

Window title contains useful information, such as:

  • frame dimensions
  • frame draw rate (fps): Bigger is better.
  • throughput measured in megabytes of picture data per second

About

Utility for estimating XPutImage performance. Draws picture in window as fast as it can.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published