Python command line tool to control the Philips BDM4065UC monitor (and possibly others).
- Connect your monitor to a RS-232 serial port on your computer.
- Export an enverionment variable with the serial port your screen is connected to:
export PHILIPS_MONITOR="/dev/ttyX"
- Place the tool somehwere on your path, like
/usr/bin
(optional)
All commands below may be combined.
dispcon --port PORT
- Override any port present in your environment
dispcon settings
- Show current display settingsdispcon serial
- Show monitor serial numberdispcon platform
- Show SICP platform revisiondispcon sources
- Show current video input sourcesdispcon help
- Show the current help menu
dispcon b X
- set (b)rightness to X %dispcon b i X
- set (i)ncrease (b)rightness with X %pointdispcon c X
- set (c)ontrast to X %dispcon s X
- set (s)harpness to X %dispcon source I
- set the video input to I Supported inputs are 'vga', 'hdmi', 'hdmi2', 'dvi', 'dp' and 'mdp'.
dispcon sub type T
- set Subwindow type to T. Supported types are 'pip', '1'='off', '2', '3' and '4'. Type 2, 3 and 4 display inputs side-by-side.discpcon sub off
- disable subwindowdispcon sub source O I
- set source of Subwindow O to I. Supported Subwindows are '1'='pip', '2' and '3'. Supported inputs are 'vga', 'hdmi', 'hdmi2', 'dvi', 'dp' and 'mdp'.dispcon sub type T source O1 I1 source O2 I2 ...
- combination to quickly set types and sources