> On Jun 20, 2015, at 5:16, Fernando Rodriguez > <frodriguez.develo...@outlook.com> wrote: > > Hello, > > After switching from fglrx to the radeon driver I get a blank screen after > resuming from hibernation. I can ssh in but I can't restart xorg. This > happens > with pm-utils and also with systemd. Suspend works fine with both. > > My video card is: > VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kabini > [Radeon HD 8210] > > Any suggestions?
Ssh in and run commands: export DISPLAY=:0 xrandr Or xrandr --output --mode etc with right arguments If that doesn't help, use top and perf top to see what is going on. Does restarting X fix te issue? -- -Matti