Acer Aspire One 725 - missing graphic card driver?

Posted by Melon on Ask Ubuntu See other posts from Ask Ubuntu or by Melon
Published on 2012-12-07T06:49:58Z Indexed on 2012/12/07 17:37 UTC
Read the original article Hit count: 378

Filed under:
|
|
|

Recently I bought an Acer Aspire One 725 Netbook and installed Ubuntu 12.10 on it. I bought it, because it can run HD movies and has Full HD on external VGA port.

However, movies from youtube have a really slow framerate. If you open three tabs in Opera (for example g-mail, youtube and askubuntu) it gets really laggy.

My suspicion is that the driver for graphic card is missing. When I check the System->Details->Graphics the driver is unknown.

After running lspci | grep VGA I get this output:

00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Device 980a

From what I see, I have a AMD C70 processor integrated with (or something similar) AMD Radeon HD 6290.

Has anyone had the same problem? Do you know which drivers need to be installed for the graphics to work properly? On official Acer page there are only drivers for Win7 and Win8...

Update: I have tried installing fglrx but I get the following error (either I don't have libraries or someone didn't make a clean build before release ;)

/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘KCL_MEM_AllocLinearAddrInterval’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2124:5: error: implicit declaration of function ‘do_mmap’ [-Werror=implicit-function-declaration]
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2124:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘kasInitExecutionLevels’:
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:4159:5: error: ‘cpu_possible_map’ undeclared (first use in this function)
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:4159:5: note: each undeclared identifier is reported only once for each function it appears in
/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:4159:5: warning: left-hand operand of comma expression has no effect [-Wunused-value]

Update 2: After fixing the erros in compilation, ubuntu acts bizarre and unstable (no left icon panel, no upper panel, cannot run any programs, I only see desktop)

© Ask Ubuntu or respective owner

Related posts about drivers

Related posts about graphics