Skip to content

adammw/rpi-output-swapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Video Output Swapper for Raspberry Pi

An easy tool to swap between SDTV and HDMI outputs

Usage

Usage: ./video_swap.bin [OPTION]...
--help 		            : display this usage information
--version 	            : print version information
--status 	            : print current resolution / and output device
--no-fbset 	            : don't call fbset to reset the framebuffer
--sdtv [mode] [aspect]  : switch output to sdtv
--hdmi [group] [mode]   : switch output to hdmi with the specified mode and type,
                          otherwise defaults to the monitor's preferred mode

Instructions

To run the tool, simply clone the git repository and run make with the following command:

git clone https://github.com/adammw/rpi-output-swapper.git
make

You can then run the tool directly from the folder or add it to your bin directory or PATH.

About

Swap between SDTV and HDMI easily on the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages