Jonmhaney / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

Graphic card not work on acer 4551g #183

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.   Every time i boot the android-x86 on my notebook, the desktop looks like 
oblique ripple.

What is the expected output? What do you see instead?
android desktop display like oblique ripple. as attachment show.

What version of the product are you using? On what operating system?
build froyo-x86 on Ubuntu 10.10(amd64)

Please provide any additional information below.
When i start android in debug mode it shows:
"r600_cp: Failed to load firmware 'radeon/REDWOOD_pfp.bin'"
then it disable GPU acceleration. 
My graphic card is ATI Radeon HD 5650.

Original issue reported on code.google.com by Clare...@gmail.com on 24 Dec 2010 at 3:04

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by al@alsutton.com on 29 Dec 2010 at 6:23

GoogleCodeExporter commented 9 years ago
Changed to enhancement 4551g is not amongst the currently owned / supported 
devices

Original comment by al@alsutton.com on 29 Dec 2010 at 6:25

GoogleCodeExporter commented 9 years ago
Hi. I am facing the same problem on my IBM ThinkPad T60p. My ThinkPad uses ATI 
Mobility Radeon X1400. 

Any Idea, how to make it work? Or, at least any workaround or temporary fix? :(

Thanks!

Original comment by dostihar...@gmail.com on 15 Jan 2011 at 7:40

GoogleCodeExporter commented 9 years ago
I get the same thing with a Lenovo Y560, with an ATI Mobility Radeon 5730. 

Original comment by elsey.an...@gmail.com on 26 Jan 2011 at 11:50

GoogleCodeExporter commented 9 years ago
Issue comes from KMS with ATI Radeon cards. When booting live, press Tab and 
append "nomodeset" to boot command line. It'll boot but with a crappy screen 
resolution.

Original comment by fmaun...@gmail.com on 29 Jan 2011 at 10:09

GoogleCodeExporter commented 9 years ago
Is there no other way to use the OS to the full capacity? I use the ATI Radeon 
5470 GPU and I have the same problem when the graphics is activated. However, 
there is no problem after using "nomodeset". But I want to use the full 
1366x768 resolution with graphics support. Any help?

Original comment by k.vignes...@gmail.com on 30 Jan 2011 at 5:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ok, I solved an issue with firmware loading on these cards. It may not be the 
same issue, but it is something that these cards would be affected by. This 
being failure to load microcode. In a normal distro, udev handles this. Android 
uses mdev. mdev can do this, you just have to tell the kernel to use mdev...

CONFIG_UEVENT_HELPER_PATH="/sbin/mdev"

and while your there make sure...

CONFIG_DRM_RADEON=m
CONFIG_DRM_RADEON_KMS=y

Now, mdev looks in /lib/firmware, There is no /lib/firmware on boot. To get 
around this you need to edit bootable/newinstaller/initrd/init

     ln -s ../system/lib/modules /lib
+    ln -s ../system/lib/firmware /lib

Viola, you've got radeon KMS with firmware, at least I do on my RS780. Sadly, 
performance still sucks. I'm getting some seg faults so maybe tomorrow I'll 
gather some more information to see if it's related. Maybe someone that was 
getting the junk screen can try this.

P.S. You will probably need supplemental firmware, I did. I got it from my 
distro with working KMS.

Original comment by Kvan...@gmail.com on 24 Feb 2011 at 3:45

GoogleCodeExporter commented 9 years ago
As a follow-up, here are my dmesg for normal and debug mode. The UI is sluggish 
in normal mode, and will not start in debug mode. This is on gingerbread. 

Original comment by Kvan...@gmail.com on 24 Feb 2011 at 10:20

Attachments:

GoogleCodeExporter commented 9 years ago
Also, just to clarify, I never did have the ripple issue, even on 2.6.35.7 when 
I started. KMS still kicked in without the microcode.

Original comment by Kvan...@gmail.com on 24 Feb 2011 at 10:25

GoogleCodeExporter commented 9 years ago
I have a Toshiba Satellite A300 nad I managed to get Android x86 1.6 up and 
running.However when I try to run android x86 2.2 I get a screen like this 
one.My laptop uses ATI Mobility Radeon 3400.Please help!!!!!

Original comment by arvchris...@gmail.com on 26 Mar 2011 at 7:01

GoogleCodeExporter commented 9 years ago
i have the same problem r600_cp: failed to load firmware "radeon/RS780_pfp.bin" 
please help

Original comment by hanafi.k...@gmail.com on 23 Feb 2012 at 1:56

GoogleCodeExporter commented 9 years ago
I get a skewed screen image no matter which distro I try. I have a HP10-e010 
notebook.

Original comment by sa_schne...@verizon.net on 7 Jul 2015 at 2:30