![]() |
|
|||||||
| FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
I notice a strange thing, when ever I close the lid of my laptop and open it up back display don't turn on, the only way I was able to find to turn it on again was to switch back to console mode (Ctrl - Alt- F1) and then back to X (Ctrl- Alt - F9). Has any one noticed this before and is there a fix for this.
I tried this in two Dell Laptops Latitude D420 Latitude D800 |
|
|||
|
Try:
# kldload acpi_video
|
|
|||
|
|
|
|||
|
It could be Xorg drivers fault after all.
What driver are you using? I had same experience with intel driver when DRI was disabled. |
|
|||
|
Try this command with superuser priviledge:
#sysctl hw.acpi.reset_video=1 , close and open the lid again.
__________________
...then the God created man... |
|
|||
|
Quote:
Code:
# sysctl hw.acpi.reset_video=1 hw.acpi.reset_video: 0 -> 1 # ![]() Quote:
|
|
|||
|
Then you have same problem like me (it is xf86-video-intel bug)
enable DRI if it is not enabled.(load drm and i915 module, and make sure that glxinfo reports direct rendering is enabled) If that doesnt help switch to xf86-video-i810. |
|
|||
|
Quote:
Thanks |
|
|||
|
At least It solved it for me, but maybe i810 will not work at all with new Xorg server (>1.5)
i810 is marked as broken, it does not build with newest libdrm so portdowngrade libdrm to 2.3.0 and after that remove BROKEN from i810 port Makefile. Quote:
I should really check is this intel bug fixed in newer versions, but I currently dont care .... |
![]() |
| Tags |
| display, laptop |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Your OpenBSD Laptop | vermaden | OpenBSD General | 74 | 1 Week Ago 12:18 PM |
| Your NetBSD Laptop | vermaden | NetBSD General | 25 | 27th February 2013 03:14 AM |
| Laptop temparature | jorg_andersson | FreeBSD General | 3 | 27th April 2009 05:32 PM |
| What would be the best laptop for FreeBSD? | rex | General Hardware | 6 | 26th October 2008 08:14 AM |
| laptop | cw_ | FreeBSD General | 21 | 14th August 2008 02:48 AM |