Black Screen after Suspsend on HP Pavilion g4

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
leehach
Level 1
Level 1
Posts: 47
Joined: Tue Jun 26, 2012 1:42 am

Black Screen after Suspsend on HP Pavilion g4

Post by leehach »

I've found several posts related to this, but none have been helpful yet. I have an HP Pavilion g4 laptop with AMD A6-4400M processor and AMD/ATI Trinity Radeon HD 7520G graphics card. I have been running Maya on this laptop for over a year, and suspend has worked normally. I just installed Quiana, and when I suspend the computer, on resume the screen is black.

Some additional information:

Several posts address the issue of the computer not actually resuming properly and have you check the UUID of the swap space. I have confirmed that this is not the problem. If I play a music file before suspending, when the laptop resumes the music file resumes playing. I can also use Alt+F4 to exit the music player, and other keyboard combinations to shut down or restart the computer. So resume is working, and as far as I can tell this is just an issue of the display not turning on.

Hitting the brightness controls does not change anything.

Using Ctrl+Alt+F1 to open a TTY session does nothing, nor does following that with Ctrl+Alt+F8 to restore the graphical session.

I have retained Maya on the hard drive, and when I boot Maya, I can suspend and resume normally. When I boot Quiana, the screen does not wake up. I have also tested this with the Live USB, and Maya and Quiana both show the same behavior. Maya works as expected, Quiana does not.

Following this post, I have tried several quirks, including --quirk-dpms-on, --quirk-radeon-off, --quirk-s3-bios, --quirk-vbe-post, and --quirk-vbestate-restore. None of them seemed to fix the problem.

Any help in diagnosing and fixing this problem would be appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: Black Screen after Suspsend on HP Pavilion g4

Post by austin.texas »

Please post the result of this command in Mint 17:
(Click on "Select All" to highlight it - and then copy the command.)

Code: Select all

echo $DESKTOP_SESSION; inxi -Fxz
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
leehach
Level 1
Level 1
Posts: 47
Joined: Tue Jun 26, 2012 1:42 am

Re: Black Screen after Suspsend on HP Pavilion g4

Post by leehach »

Code: Select all

 ~ $ echo $DESKTOP_SESSION; inxi -Fxz
default
System:    Host: ada-lovelace Kernel: 3.13.0-24-generic x86_64 (64 bit, gcc: 4.8.2) 
           Desktop: Gnome Distro: Linux Mint 17 Qiana
Machine:   System: Hewlett-Packard product: HP Pavilion g4 Notebook PC version: 0889110002305910000620100
           Mobo: Hewlett-Packard model: 1847 version: 57.2E Bios: Insyde version: F.14 date: 09/18/2012
CPU:       Dual core AMD A6-4400M APU with Radeon HD Graphics (-MCP-) cache: 2048 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 10780.9 
           Clock Speeds: 1: 1400.00 MHz 2: 1400.00 MHz
Graphics:  Card: Advanced Micro Devices [AMD/ATI] Trinity [Radeon HD 7520G] bus-ID: 00:01.0 
           X.Org: 1.15.1 drivers: ati,radeon (unloaded: fbdev,vesa) Resolution: 1366x768@60.0hz 
           GLX Renderer: Gallium 0.4 on AMD ARUBA GLX Version: 3.0 Mesa 10.1.3 Direct Rendering: Yes
Audio:     Card-1: Advanced Micro Devices [AMD] FCH Azalia Controller driver: snd_hda_intel bus-ID: 00:14.2
           Card-2: Advanced Micro Devices [AMD/ATI] Trinity HDMI Audio Controller driver: snd_hda_intel bus-ID: 00:01.1
           Sound: Advanced Linux Sound Architecture ver: k3.13.0-24-generic
Network:   Card-1: Qualcomm Atheros AR9485 Wireless Network Adapter driver: ath9k bus-ID: 02:00.0
           IF: wlan0 state: up mac: <filter>
           Card-2: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller 
           driver: r8169 ver: 2.3LK-NAPI port: 2000 bus-ID: 05:00.0
           IF: eth0 state: down mac: <filter>
Drives:    HDD Total Size: 500.1GB (2.6% used) 1: id: /dev/sda model: TOSHIBA_MQ01ABD0 size: 500.1GB 
Partition: ID: / size: 20G used: 5.6G (31%) fs: ext4 ID: /home size: 377G used: 6.6G (2%) fs: ext4 
           ID: swap-1 size: 4.29GB used: 0.00GB (0%) fs: swap ID: swap-2 size: 4.29GB used: 0.00GB (0%) fs: swap 
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   System Temperatures: cpu: 39.2C mobo: N/A gpu: 39.0 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 156 Uptime: 2 min Memory: 476.1/3355.9MB Runlevel: 2 Gcc sys: 4.8.2 Client: Shell inxi: 1.8.4 
leehach
Level 1
Level 1
Posts: 47
Joined: Tue Jun 26, 2012 1:42 am

Re: Black Screen after Suspsend on HP Pavilion g4

Post by leehach »

Found this bug report: Ubuntu 14.04 blank screen after wakeup from sleep. This appears to be the same problem I am having, and `nomodeset` works to allow suspend and resume. However when the desktop starts I get the notification:
Running in software rendering mode

Cinnamon is currently running without video hardware acceleration and, as a result, you may observe much higher than normal CPU usage.

There could be a problem with your drivers or some other issue. For the best experience, it is recommeded that you only use this mode for troubleshooting purposes.
So, it does not seem ideal to leave it this way, even though resume is working. Does this help diagnose the problem and suggest fixes?
leehach
Level 1
Level 1
Posts: 47
Joined: Tue Jun 26, 2012 1:42 am

Re: Black Screen after Suspsend on HP Pavilion g4

Post by leehach »

I installed proprietary drivers for my video card (fglrx) and that seems to have fixed the problem.
Locked

Return to “Other topics”