ocf / puppet

Puppet config for OCF servers and lab machines
https://www.ocf.berkeley.edu/
31 stars 71 forks source link

Update sinkhole's scale factor to 1.0 #1415

Closed turtlebasket closed 8 months ago

turtlebasket commented 8 months ago

Sinkhole's 4k monitor died so we put a 1080p one there but now all the UI elements are gigantic so we need to bump the scale factor back down to 100%

ocfjenkins[bot] commented 8 months ago

Errored hosts (0)

Changed hosts (1)

Unaffected hosts (58)


Changed hosts
diff for sinkhole.ocf.berkeley.edu ```diff ******************************************* File[/etc/lightdm/lightdm-gtk-greeter.conf] => parameters => content => @@ -4,6 +4,6 @@ #icon-theme-name= cursor-theme-name=breeze_cursors -cursor-theme-size=36 -xft-dpi=144 +cursor-theme-size=24 +xft-dpi=96 xft-antialias=true xft-hintstyle=hintslight ******************************************* File[/etc/skel/.config/kcmfonts] => parameters => content => @@ -1,2 +1,2 @@ [General] -forceFontDPI=144 +forceFontDPI=96 ******************************************* File[/etc/skel/.config/kcminputrc] => parameters => content => @@ -4,3 +4,3 @@ [Mouse] XLbInptAccelProfileFlat=true -cursorSize=36 +cursorSize=24 ******************************************* File[/etc/skel/.config/kdeglobals] => parameters => content => @@ -124,5 +124,5 @@ _ [KScreen] -ScaleFactor=1.5 +ScaleFactor=1.0 _ [WM] ******************************************* File[/etc/skel/.config/plasmashellrc] => parameters => content => @@ -1,4 +1,4 @@ [PlasmaViews][Panel 2][Defaults] -thickness=72 +thickness=48 _ [Updates] ******************************************* ```
Unaffected hosts ``` acid.ocf.berkeley.edu anthrax.ocf.berkeley.edu arsenic.ocf.berkeley.edu asteroid.ocf.berkeley.edu autocrat.ocf.berkeley.edu avalanche.ocf.berkeley.edu bedbugs.ocf.berkeley.edu bermudatriangle.ocf.berkeley.edu bigbang.ocf.berkeley.edu biohazard.ocf.berkeley.edu blackout.ocf.berkeley.edu blight.ocf.berkeley.edu chaos.ocf.berkeley.edu coup.ocf.berkeley.edu cyanide.ocf.berkeley.edu cyclone.ocf.berkeley.edu dataloss.ocf.berkeley.edu deadlock.ocf.berkeley.edu death.ocf.berkeley.edu dementors.ocf.berkeley.edu democracy.ocf.berkeley.edu destruction.ocf.berkeley.edu drought.ocf.berkeley.edu fallingrocks.ocf.berkeley.edu famine.ocf.berkeley.edu firestorm.ocf.berkeley.edu firewhirl.ocf.berkeley.edu fraud.ocf.berkeley.edu gridlock.ocf.berkeley.edu hailstorm.ocf.berkeley.edu headcrash.ocf.berkeley.edu heatwave.ocf.berkeley.edu hurricane.ocf.berkeley.edu implosion.ocf.berkeley.edu invasion.ocf.berkeley.edu lethe.ocf.berkeley.edu lightning.ocf.berkeley.edu madcow.ocf.berkeley.edu maelstrom.ocf.berkeley.edu meteorstorm.ocf.berkeley.edu outbreak.ocf.berkeley.edu pestilence.ocf.berkeley.edu phantom.ocf.berkeley.edu plague.ocf.berkeley.edu quarantine.ocf.berkeley.edu reaper.ocf.berkeley.edu riptide.ocf.berkeley.edu scurvy.ocf.berkeley.edu supernova.ocf.berkeley.edu surge.ocf.berkeley.edu thunder.ocf.berkeley.edu tornado.ocf.berkeley.edu tsunami.ocf.berkeley.edu vampires.ocf.berkeley.edu venom.ocf.berkeley.edu whiteout.ocf.berkeley.edu wildfire.ocf.berkeley.edu windshear.ocf.berkeley.edu ```

Jenkins