You are not logged in.

#1 2013-06-15 08:05:13

silvernode
Member
From: Chicago
Registered: 2008-08-29
Posts: 45

Black screen upon resume from RAM (existing posts haven't helped)

So where do I begin? My buddy has a Dell inspiron N5010 and I've been given ssh access to his machine. He's been using the catalyst-total package with an [Mobility Radeon HD 5430/5450/5470]. I have tried several workarounds including vga=0 in the kernel line, Option "EXAPixmaps" "off" in /etc/X11/xorg.conf. I already have an xorg.conf file generated first by X -configure and then modified by aticonfig --initial. The xorg.conf can be read at http://pastebin.com/XH49t1w3 and grub.cfg(I know editing grub.cfg is pointless) at http://pastebin.com/5L33sKmq , /etc/default/grub at http://pastebin.com/npsnpUXX and handler.sh from acpid at http://pastebin.com/0hjeB0up and additionally modprobe.conf(fglrx seems to run without adding it to this file) http://pastebin.com/nLGBEFCv . Any help would be greatly appreciated. Sorry for the long message. Thank you.

If you'd rather I post the output here just let me know. Figured I would make this nice and clean to save space and be nicer on the eyes.

Last edited by silvernode (2013-06-15 08:07:00)

Offline

#2 2013-06-15 10:26:02

cookies
Member
Registered: 2013-01-17
Posts: 253

Re: Black screen upon resume from RAM (existing posts haven't helped)

In /etc/default/grub do the following changes (lines 4 & 5):

...
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_CMDLINE_LINUX=""
...

then recreate grub.cfg.

Offline

#3 2013-06-15 10:27:36

stipo
Member
Registered: 2013-06-15
Posts: 8

Re: Black screen upon resume from RAM (existing posts haven't helped)

I'm having the same issue in a Compaq CQ61 with a Nvidia g103M. I've tried a lot of workarounds, pm-suspend, systemctl supend... but no luck.

I think it's a kernel problem because it used to work fine in Lubuntu 12.04 (I'm new to Arch), but it stopped working on Lubuntu 12.10

Offline

#4 2013-06-15 11:28:09

silvernode
Member
From: Chicago
Registered: 2008-08-29
Posts: 45

Re: Black screen upon resume from RAM (existing posts haven't helped)

cookies wrote:

In /etc/default/grub do the following changes (lines 4 & 5):

...
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_CMDLINE_LINUX=""
...

then recreate grub.cfg.

Did

sudo grub-mkconfig -o /boot/grub/grub.cfg after setting GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"

Still no difference. After 3 days I'm starting to wonder if it's unsolveable but I just can't believe that yet.
The only thing that remotely works is

sudo pm-suspend

if it is run manually but suspending from the Xfce4 menu gives a black screen upon resume. Maybe it's Xfce4?

EDIT: Apparently pm-suspend isn't working anymore either.

Last edited by silvernode (2013-06-15 11:37:01)

Offline

#5 2013-06-15 11:50:32

cookies
Member
Registered: 2013-01-17
Posts: 253

Re: Black screen upon resume from RAM (existing posts haven't helped)

Adding the

acpi_backlight=vendor

kernel parameter helped me solve my resume problems, you might give it a try. And do a forum search for "acpi_osi", some people found that to be quite helpful in the past, too.

FYI I'm suspending with

systemctl suspend

Offline

Board footer

Powered by FluxBB