Keep the Display From Turning Off on Ubuntu Зберігайте Показати Вимкнення на Ubuntu
Displays that constantly turn off drive me crazy. Показує, яка постійно відключити Drive Me Crazy. I like to be able to walk by my computer and immediately see what is on the screen without it turning blank. Thankfully Ubuntu provides a way to easily configure this setting. Мені подобається бути в змозі пройти повз мій комп'ютер і відразу ж побачити, що знаходиться на екрані без повороту порожнім. Щастю Ubuntu надає можливість легко налаштувати цей параметр.
Navigate to the System \ Preferences \ Power Management menu, and you will see this window: Перехід до системи \ Установки \ Управління харчуванням меню, і ви побачите наступне вікно:

Here you can easily move the slider all the way to the right to prevent the display from shutting off. Тут ви можете легко перемістити повзунок в крайнє праве положення, щоб попереджати прояви від відключення.

Daily Email Updates Email Щоденні оновлення
You can get our how-to articles in your inbox each day for free. Ви можете отримати наші довідкові статті у Вашу поштову скриньку щодня безкоштовно. Just enter your name and email below: Просто введіть ваші ім'я та адресу електронної пошти нижче:



This does not function properly in LTS 6.06. Це не нормально функціонувати в LTS 6.06. The screen still turns off after several hours, even with the screensaver disabled. На екрані ще не вимикається через кілька годин, навіть з екрану інвалідів.
I have feisty, and those settings are IGNORED by the system. У мене Feisty, і ці установки ігноруються системою. It still turns off the screen. Вона, як і раніше відключається екран. I hate it! Я ненавиджу це! Is there something I can do? Что-то я можу зробити?
In a console write У консолі писати
setterm -blank 0 setterm-порожнім 0
hi from Jan Привіт Яна
The above didn't work Вище не працюють
Please help Будь ласка, допоможіть
There are so many variables, what hardware drivers your system has, what desktop you're running (Ubuntu is gnome by default but could be running KDE or even a rarer environment). Є так багато змінних, що апаратні драйвери, що ваша система, якою комп'ютері ви працюєте (Ubuntu є GNOME за замовчуванням, але може бути запущений KDE або навіть рідше навколишнього середовища). With a recent Ubuntu version just use the GUI like the instructions at the top of this page “Navigate to the System \ Preferences \ Power Management menu”. З останньою версією Ubuntu просто використовувати графічний інтерфейс, як інструкції у верхній частині цієї сторінки "Перехід до системи \ Установки \ Управління харчуванням меню". If you really want to use the command line try: Якщо ви дійсно хочете використовувати в командному рядку спробуйте:
xset -dpms Xset-DPMS
This should turn off all power saving features. Це має вимкнути всі функції енергозбереження. To put them back run:' Щоб покласти їх назад виконати: '
xset +dpms Xset + DPMS