You are not logged in.
I am having a problem with xfce. I have arch installed on an ibm t61 and everything seems to work great.
Right now, if the laptop is plugged in, the 'battery is charging' bubble/tip keeps flashing on and off in the right hand corner. Also with this laptop if I head into the xfce4-power-manager the lid close and power button options are greyed out.
Any help? I do not even know where to start to look.
Thanks,
Web
Offline
In "pacman -Ss xfce" there is "xfce4-power-manager" do you have it installed?
You're just jealous because the voices only talk to me.
Offline
You probably are missing one of:
acpi
acpid
pm-utils (I don't know if xfce4-power-manager needs this guy)
So pacman -S each of those and make sure to add acpid to rc.conf daemons array unless you also run hal (hal loads acpid automatically)
Offline
I have done all of this. The items you mention are installed. The daemons are started. Still, nothing.
Anyone know where I should be looking?
Offline
Well. I had myself added to power and storage. I think it had something to do with my hal.conf
I added these lines because I had another device that was not mounting...it works now:
hal just gets more and more complicated
<policy group="power">
<allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
<allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
</policy>
<policy group="storage">
<allow send_interface="org.freedesktop.Hal.Device.Volume"/>
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
</policy>
Offline