Hello!
With some help from its creator, I was able to successfully complete the procedure documented in the YouTube video.
I created your script on the desktop, and made it executable. So far, it seems to work right away, This is very good, because in an actual install, the action button is just as slow to respond as the Whisker Menu is. Additionally, the gksu/gksudo command, or anything else requiring root password (except terminal sudo/su) takes 30-40 seconds to appear after being called on.
(04-10-2015, 05:45 AM)misko_2083 link Wrote: Just remembered, it could be the AMD Graphics driver. Are you using propriatary or free drivers?
UPDATE:
It IS a driver issue with certain AMD Radeon HD video cards!. As I see it all, seem AMD, the X11 folks, and XFCE are blame-shifting the whole thing back and forth. Meanwhile....
The Full Story:
https://bugs.launchpad.net/ubuntu/+sourc...ug/1319220
Let's see... I had figured out that X11 had something to do with it - specifically, X11 as XFCE uses it. Misko's reference to the video driver was the missing piece of the puzzle.
If you're affected by this in LL and XFCE, creating the following file should fix it. If the fixes the OP's issue, then I guess this one can be flagged as SOLVED.
Code:
sudo mkdir -p /etc/X11/xorg.conf.d/
Code:
sudo leafpad /etc/X11/xorg.conf.d/20-radeon.conf
Copy the following lines, and paste them into Leafpad with [CTRL-V]:
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "AccelMethod" "EXA"
EndSection
Press [CTRL-S] to save, and [CTRL-Q] to quit. Reboot. For me, LL is now as snappy as it ought to be!
If anyone doesn't know what kind of video card they have, as you see below, if the output of
says AMD or ATI, please reply with the model number. This way, we can get an idea of which models are affected - and which ones aren't. We already know that Radeon HD 8250 is, but Radeon HD 6320 is not...
END UPDATE
Not sure, but it just MIGHT be the issue:
rob@N4RPS-3135-LL:~$ sudo lshw -c video
[sudo] password for rob:
30-45 seconds later...
*-display
description: VGA compatible controller
product: Temash [Radeon HD 8250/8280G]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:81 memory:e0000000-efffffff memory:f0800000-f0ffffff ioport:3000(size=256) memory:f0200000-f023ffff memory:f0260000-f027ffff
On my Samsung, which has no latency issues, this report also took a bit of time to generate. IT has a Radeon HD *6320*, and the width is *32 bits*. Same driver - radeon. (I wonder if THAT could have something to do with it?)
I sure hope an overall solution is out there for this. These long delays are going to drive me to forget about running LL on this particular netbook...
73 DE N4RPS
Rob