It's probably gonna be needed during the entire life cycle of Kubuntu. My experience so far has been, well, not ideal, but that's kinda to be expected. Running on a HD 4200 Mobility Radeon. The radeon driver is doing its job rather nicely, but of course, you'll get the urge to install drivers thorugh jockey. A possible bug with radeon and flash might be this one - link
Going with the proprietary fglrx driver from the "Addtional Drivers" utility will get you one of the following problems.
Boot screen
a) A low resolution splash screen, with dots and a vomit-like color, and a 1992. style virtual console. I've tried to correct the issue with the following tutorial - link/
But didn't manage to set the whole thing straight. Right now, I'm unable to get from the virtual console (CTRL ALT F1-6) to the graphical environment (CTRL ALT F7). I'm also not getting a full blown splash screen at the boot up, just a blue screen leading up to the KDE splash screen. Will tinker around with the options and get back to you.
Possibly an even less dangerous approach might be to use startup manager and hwinfo.
This will give you a list of resolutions supported for your framebuffer. You can then use Startupmanager to set the bootsplash resolution to the highest resolution possible, e.g. 1024x768 with 24 bits and so on.
b) Memory leakage. With radeon, Kubuntu is running at about 350 - 400 MB ram cold, but the memory footprint increases exponentially with usage, up to 1,7 GB, with the system crawling to a halt. Fglrx is known to cause such issues, and at the moment I am unsure as to whether this is a bug or tied to my hardware.
Desktop and video
When you install fglrx, you might start getting screen tearing in the desktop. The solution to it might be to go into settings, ATI Catalyst Control Centre and enable the "Tear free desktop option". This does not work with older cards. [
When you do that, and try to watch movies on your hard drive, you might get to see some skipping in the picture. my solution is to simply disable the "Tear free desktop" option when watching movies.
Courtesy of dr. schnelle, another option for those with never cards might be to can use Hardware Video Decode Acceleration and you will have (probably) tear free video playback and it will be offloaded to your GPU so you could watch hd movies without problem.
For hardware acceleration look here: http://wiki.cchtml.com/index.php/Ubu...XPERIMENTAL.29
That's it for now, we can fill this out some more with more problems and solutions that arise.
Going with the proprietary fglrx driver from the "Addtional Drivers" utility will get you one of the following problems.
Boot screen
a) A low resolution splash screen, with dots and a vomit-like color, and a 1992. style virtual console. I've tried to correct the issue with the following tutorial - link/
But didn't manage to set the whole thing straight. Right now, I'm unable to get from the virtual console (CTRL ALT F1-6) to the graphical environment (CTRL ALT F7). I'm also not getting a full blown splash screen at the boot up, just a blue screen leading up to the KDE splash screen. Will tinker around with the options and get back to you.
Possibly an even less dangerous approach might be to use startup manager and hwinfo.
Code:
sudo apt-get install startupmanager sudo sudo apt-get install hwinfo sudo hwinfo --framebuffer
b) Memory leakage. With radeon, Kubuntu is running at about 350 - 400 MB ram cold, but the memory footprint increases exponentially with usage, up to 1,7 GB, with the system crawling to a halt. Fglrx is known to cause such issues, and at the moment I am unsure as to whether this is a bug or tied to my hardware.
Desktop and video
When you install fglrx, you might start getting screen tearing in the desktop. The solution to it might be to go into settings, ATI Catalyst Control Centre and enable the "Tear free desktop option". This does not work with older cards. [
When you do that, and try to watch movies on your hard drive, you might get to see some skipping in the picture. my solution is to simply disable the "Tear free desktop" option when watching movies.
Courtesy of dr. schnelle, another option for those with never cards might be to can use Hardware Video Decode Acceleration and you will have (probably) tear free video playback and it will be offloaded to your GPU so you could watch hd movies without problem.
For hardware acceleration look here: http://wiki.cchtml.com/index.php/Ubu...XPERIMENTAL.29
That's it for now, we can fill this out some more with more problems and solutions that arise.
Comment