Hi,
I recently had my the motherboard of my Dell Latitude laptop replaced due to battery charging problems. Everything is great, except that the lid switch now is active, it properly (I think) shuts off the monitor when pressed. Unfortunately, when released the monitor does not restart...kind of a problem, when I'm used to being able to close the lid and not worry about it. Before the MB switch, the lid switch had no effect.
The strange thing is that if I was in X, hitting ctrl-alt-bksp will turn the monitor on and I'll see my console. If I am in console, blindly typing startx and return will start the monitor and X will be running. However, in the latter case, when I shut down X, the console will not appear because the monitor returns to an off state.
Here's some info:
Model: Dell Latitude D610
Video: Intel 82915GM (915GM GMCH) SVGA controller
OS: Freebsd 7.2-RELEASE #0: Thu May 7 18:38:22 PDT 2009
I've tried both
and
but neither worked.
I would be extremely happy with either
a) Lid switch does absolutely nothing
b) Lid switch shuts off monitor, but it comes back on when button is released
and any help getting me there would be greatly appreciated. I've been googleing till my fingertips are sore and I find nothing about this problem.
Thanks.
I recently had my the motherboard of my Dell Latitude laptop replaced due to battery charging problems. Everything is great, except that the lid switch now is active, it properly (I think) shuts off the monitor when pressed. Unfortunately, when released the monitor does not restart...kind of a problem, when I'm used to being able to close the lid and not worry about it. Before the MB switch, the lid switch had no effect.
The strange thing is that if I was in X, hitting ctrl-alt-bksp will turn the monitor on and I'll see my console. If I am in console, blindly typing startx and return will start the monitor and X will be running. However, in the latter case, when I shut down X, the console will not appear because the monitor returns to an off state.
Here's some info:
Model: Dell Latitude D610
Video: Intel 82915GM (915GM GMCH) SVGA controller
OS: Freebsd 7.2-RELEASE #0: Thu May 7 18:38:22 PDT 2009
Code:
# sysctl hw.acpi
hw.acpi.supported_sleep_state: S3 S4 S5
hw.acpi.power_button_state: S5
hw.acpi.sleep_button_state: S3
hw.acpi.lid_switch_state: NONE
hw.acpi.standby_state: S1
hw.acpi.suspend_state: S3
hw.acpi.sleep_delay: 1
hw.acpi.s4bios: 1
hw.acpi.verbose: 0
hw.acpi.disable_on_reboot: 0
hw.acpi.handle_reboot: 0
hw.acpi.reset_video: 0
hw.acpi.acline: 1
hw.acpi.battery.life: 98
hw.acpi.battery.time: -1
hw.acpi.battery.state: 2
hw.acpi.battery.units: 2
hw.acpi.battery.info_expire: 5
...
Code:
# dmesg | grep Lid
acpi_lid0: <Control Method Lid Switch> on acpi0
I've tried both
Code:
sysctl hw.acpi.lid_switch_state=S0
Code:
sysctl hw.acpi.reset_video=1
I would be extremely happy with either
a) Lid switch does absolutely nothing
b) Lid switch shuts off monitor, but it comes back on when button is released
and any help getting me there would be greatly appreciated. I've been googleing till my fingertips are sore and I find nothing about this problem.
Thanks.