You are not logged in.
Pages: 1
Hello.
Using the intel driver for the intel graphics in my Travelmate C111 Arch/GDM boots up into a black screen, hitting the 'lower-brightness' hotkeys brings back the desktop. The same happens after resuming from suspend - black screen. The hotkey again works. I have written a gnome session startup script using
xbrightness -set 0
xbrightness -set 50to automatically bring back the backlight on startup.
Is there any workaround for bringing back the backlight on suspend->resume automatically or error logs to look through, until now I was not able to find any error message (Xorg.0.log, ACPI,...).
This is the last issue on Arch/Travelmate C111, I'd really appreciate any help on this.
GPU:
00:01.0 PCI bridge: Intel Corporation 82852/82855 GM/GME/PM/GMV Processor to AGP Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)xorg.conf:
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
Option "AccelMethod" "EXA"
#Option "AccelMethod" "XAA"
Option "MigrationHeuristic" "greedy"
Option "ExaNoComposite" "false"
EndSectionSpecial 'tools': acer-hk, laptop-mode-tools
Offline
Pages: 1