All Projects → kevinlekiller → cvt_modeline_calculator_12

kevinlekiller / cvt_modeline_calculator_12

Licence: other
CVT (Coordinated Video Timings) modeline calculator with CVT v1.2 timings.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to cvt modeline calculator 12

PASSL
PASSL包含 SimCLR,MoCo v1/v2,BYOL,CLIP,PixPro,BEiT,MAE等图像自监督算法以及 Vision Transformer,DEiT,Swin Transformer,CvT,T2T-ViT,MLP-Mixer,XCiT,ConvNeXt,PVTv2 等基础视觉算法
Stars: ✭ 134 (+162.75%)
Mutual labels:  cvt
Coherent
Coherent OS
Stars: ✭ 20 (-60.78%)
Mutual labels:  bsd-3-clause
workshop
Workshop: Micromagnetics with Ubermag
Stars: ✭ 19 (-62.75%)
Mutual labels:  bsd-3-clause
populationsim
An Open Platform for Population Synthesis
Stars: ✭ 37 (-27.45%)
Mutual labels:  bsd-3-clause
activitysim
An Open Platform for Activity-Based Travel Modeling
Stars: ✭ 150 (+194.12%)
Mutual labels:  bsd-3-clause
nano-modeline
GNU Emacs / N Λ N O Modeline
Stars: ✭ 66 (+29.41%)
Mutual labels:  modeline
CvT
This is an official implementation of CvT: Introducing Convolutions to Vision Transformers.
Stars: ✭ 262 (+413.73%)
Mutual labels:  cvt

cvt_modeline_calculator_12

CVT (Coordinated Video Timings) modeline calculator with CVT v1.2 timings.

This is a modified CVT modeline calculator based on cvt
by [email protected], which is based on GTF modeline calculator by Andy Ritger.

This modified version adds support for CVT v1.2 (VESA-2013-3 v1.2).

Changes:

  • Add support for CVT v1.2 reduced blanking timings.
  • Add support for 1000/1001 reducing of refresh rate for better movie support (ie 24hz * 1000 / 1001 = 23.976hz).
  • Add check for reduce blanking on CVT v1.1 for refresh rates not a multiple of 60hz.
  • Add checks for bad x y and refresh values.
  • Display 3 digits after decimal point on CLI output for the commented out part of the xf86 modeline. (ie 23.98hz -> 23.976hz)
  • Change xf86 modeline printout to be similar to x.org's cvt.
  • Fix some default timing values on v1.1 to be in line with the Vesa Public Standards CVT Generator.
  • Various minor changes.

Download:

$ curl https://raw.githubusercontent.com/kevinlekiller/cvt_modeline_calculator_12/master/cvt12.c --output cvt12.c

Compilation:

$ gcc cvt12.c -O2 -o cvt12 -lm -Wall

License is in the source at the top.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].