diff --git a/utils/cam.py b/utils/cam.py index 256c79f..5a267df 100755 --- a/utils/cam.py +++ b/utils/cam.py @@ -61,7 +61,7 @@ crtc = res.reserve_crtc(conn) card.disable_planes() mode = conn.get_default_mode() - modeb = mode.to_blob(card) + modeb = kms.Blob(card, mode) if args.tx: net_tx = NetTX()