[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Монитор выключается по DPMS



Всем привет!

Squeeze, не у меня. Gnome.

Монитор выключается, явно по DPMS. И по таймауту, и иногда просто так.

Я погуглил и вроде бы этот DPMS запретил в /etc/X11/xorg/conf, вот
весь файл без комментов:

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us,ru"
	Option		"XkbOptions"	"grp:alt_shift_toggle"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Option		"DPMS"
EndSection

Section "ServerFlags"
	Option          "BlankTime"     "0"
        Option          "StandbyTime"   "0"
        Option          "SuspendTime"   "0"
        Option          "OffTime"       "0"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
EndSection


Но отключения продолжаются.

Я что-то не так сделал в файле? Или может быть ещё что-то, что может
вызывать падение монитора в DPMS?

-- 
Yours, Mikhail Ramendik

Unless explicitly stated, all opinions in my mail are my own and do
not reflect the views of any organization


Reply to: