Hello.
I'm running xfce4 and I have some problem with the power management. I have also installed mate and kde5. Below you can see what are the errors shown when I invoke some of the power manager applications that I have installed :
this is a serious problem because when one or both monitors are turned off (I'm using a Dual monitor with one NVidia GPU),all the icons on the desktop and the background images applied are broken and when I move a window from a screen to another one I see that it will not be of the same size of the screen anymore. I presume that if I turn off a monitor physically,it will be turned off also virtually. And when I turn it on again,it remains turned off virtually. So,the solution that I'm thinking is to keep the monitors turned on and turns them off when I want,physically.
I'm running xfce4 and I have some problem with the power management. I have also installed mate and kde5. Below you can see what are the errors shown when I invoke some of the power manager applications that I have installed :
Code:
# mate-power-manager
(mate-power-manager:8936): PowerManager-
WARNING **: 11:12:26.273: Did not receive a reply.
Possible causes include: the remote application
did not send a reply, the message bus security
policy blocked the reply, the reply timeout expired,
or the network connection was broken.
(mate-power-manager:8936): PowerManager
-ERROR **: 11:12:26.273: This program cannot start
until you start the dbus session service.
This is usually started automatically in X or mate
startup when you start a new session.
Trace/BPT trap (core dumped)
# xfce-power-manager
xfce4-power-manager : xfce4-power-manager unable to
get connection to the message bus session
Error creating proxy: The connection is closed
(g-io-error-quark, 18)
(xfce4-power-manager:8966): xfce4-power-manager
-ERROR **: 11:14:29.046: The connection is closed:
Trace/BPT trap
As you can see,the dbus daemon is running :
# sudo service dbus start
dbus already running? (pid=3999).
and on /etc/rc.conf I have enabled these relevant entries :
hald_enable="YES"
dbus_enable="YES"
this is a serious problem because when one or both monitors are turned off (I'm using a Dual monitor with one NVidia GPU),all the icons on the desktop and the background images applied are broken and when I move a window from a screen to another one I see that it will not be of the same size of the screen anymore. I presume that if I turn off a monitor physically,it will be turned off also virtually. And when I turn it on again,it remains turned off virtually. So,the solution that I'm thinking is to keep the monitors turned on and turns them off when I want,physically.