Does anyone know how to disable the ubuntu 10.10 splash screen just by using a command or changing conf? because I can only ssh on the machine disable the THX screensaver.
To disable the screen saver:
gconftool-2 -s /apps/gnome-screensaver/idle_activation_enabled --type=bool false
To disable monitor sleep mode:
gconftool-2 -s /apps/gnome-power-manager/timeout/sleep_display_ac --type=int 0
The command to turn off the monitor off is changed. Now you should run:
Source: https://habr.com/ru/post/1346848/More articles:Unit Tests for Fluent Nhibernate Mappings - nhibernateNoSql with my own binaries? - pythondetect / receive notification if shift key (modifier key) is pressed in uitextview - uikeyboardautocomplete text field for .net with separator support - textconditional visibility jquery - jqueryCSS3 Templates - What is Possible? - cssConverting from varchar to Nvarchar SQLServer 2008 - sql-serverHow to add a Click event to an ellipse in code? - c #Google Static Map API, how to specify maximum zoom level - google-mapsWCF Service Deployment - c #All Articles