You are not logged in.

#126 2016-10-01 21:37:24

jghodd
Member
Registered: 2013-02-10
Posts: 158

Re: Intel PowerVR GMA 3600/3650 linux driver released!

yup. as Gusar says - there is no gpu rendering, only cpu rendering. the aborted xf86-video-gma500 project was an attempt to shift the rendering to the gpu, but the developer discovered that this particular gpu renders more slowly than the cpu, rendering the project a waste of time.

btw, 35/60 fps at full screen isn't bad. video normally runs at 30 fps. you can certainly stream internet flash video and locally you could run 720p video. i wouldn;t expect better than that.

Offline

#127 2016-10-02 07:57:01

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Intel PowerVR GMA 3600/3650 linux driver released!

jghodd wrote:

btw, 35/60 fps at full screen isn't bad. video normally runs at 30 fps.

He's not talking about a video though, but an emulator. Those need to run full speed, or the game runs slow, because it uses FPS as a timing source. At 35/60, the game is unplayable.

Also, accelerating 2D isn't critical here, that can be left to the CPU. The problem is lack of OpenGL, that's what zsnes uses to render in higher resolutions. Access to some sort of video overlay engine (if this thing even has one) would also be needed to relieve the CPU from needing to scale video. Also access to the hardware decoder, if there is one.

So the lack of a xf86-video-gma500 is the least of the problems. What's needed is a 3D driver and ideally VDPAU/VAAPI support, or at least an accelerated Xv implementation. Without those, you're pretty much limited to web browsing. But ITX machines typically aren't used for that, they're used for gaming (hence zsnes, a console emulator) and video playback.

Last edited by Gusar (2016-10-02 08:01:07)

Offline

#128 2016-10-02 17:18:50

jghodd
Member
Registered: 2013-02-10
Posts: 158

Re: Intel PowerVR GMA 3600/3650 linux driver released!

I hear you, @Gusar, and as I've repeatedly pointed out, this chipset (cedar trail) can only be categorised as adequate for performing the usual desktop activities and streaming video. if he needs a gaming system, this ain't it and he needs to consider finding himself a different system. intel is not going to provide any further support for the gma3600, and linux support is most likely not going to get any better any time soon.

Offline

#129 2017-04-25 11:45:02

Lockheed
Member
Registered: 2010-03-16
Posts: 1,512

Re: Intel PowerVR GMA 3600/3650 linux driver released!

jghodd wrote:

I hear you, @Gusar, and as I've repeatedly pointed out, this chipset (cedar trail) can only be categorised as adequate for performing the usual desktop activities and streaming video. if he needs a gaming system, this ain't it and he needs to consider finding himself a different system. intel is not going to provide any further support for the gma3600, and linux support is most likely not going to get any better any time soon.

I followed your instructions (in the external article) on Ace AspireOne D270, but I am getting stuck:

The boot process continues but at some point the screen turns green, and then after few more seconds, it turns black. I can't even change to other TTYs.

I am sure the values I inputed in config files are correct. I triple-checked them.

Offline

#130 2017-04-25 12:31:01

jghodd
Member
Registered: 2013-02-10
Posts: 158

Re: Intel PowerVR GMA 3600/3650 linux driver released!

@Lockheed - the complicated task of setting up i915resolution, v86d and uvesafb is no longer needed for systems using the intel gma36xx graphics adapters. Recent kernel and drm changes and fixes (and perhaps even the handful of gma500_gfx fixes) have resolved the issue where the gma500_gfx kernel module would not load and initialise the graphics environment properly. The 4.10.x kernel series boots up a gma36xx system perfectly with no intervention or special setup. You can now even add the gma500_gfx module to the MODULES list in /etc/mkinitcpio.conf for early loading. What this means is that you can now drive your graphics environment with the gma500_gfx kernel module by itself without any vesa setup.

It's still a crappy, software-rendering, graphics driver, but at least it now runs on its own. I figure that's bound to give you a little better performance, for what it's worth.

Offline

#131 2017-04-25 16:17:04

Lockheed
Member
Registered: 2010-03-16
Posts: 1,512

Re: Intel PowerVR GMA 3600/3650 linux driver released!

@jghodd: awesome news! Thank you!

Offline

#132 2018-02-01 08:46:36

mumpf
Member
From: Switzerland
Registered: 2006-09-05
Posts: 95

Re: Intel PowerVR GMA 3600/3650 linux driver released!

jghodd wrote:

...The 4.10.x kernel series boots up a gma36xx system perfectly with no intervention or special setup. You can now even add the gma500_gfx module to the MODULES list in /etc/mkinitcpio.conf for early loading. What this means is that you can now drive your graphics environment with the gma500_gfx kernel module by itself without any vesa setup.

It's still a crappy, software-rendering, graphics driver, but at least it now runs on its own. I figure that's bound to give you a little better performance, for what it's worth.

Are youtube clips 720p with 1280x1024 possible?

How can I realise to fully use the processor for youtube?
According to the wiki, there is a command for mplayer:
mplayer -lavdopts threads=4 -fs myvideo.avi


I have bought a used DC 2700 board and I wonder whether or not I should buy a x1 x16 riser card and a low power amd card like hd 5450 (the board does not have a x16 pci-e slot) instead of investing hours for configuration experiments.
Surfing the web and youtube, that's all I want to do.
According to https://cateee.net/lkddb/web-lkddb/DRM_GMA3600.html support of DRM_GMA3600 should be kernel enabled (whatever this means).

Last edited by mumpf (2018-02-01 10:07:45)

Offline

#133 2018-02-01 14:42:44

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Intel PowerVR GMA 3600/3650 linux driver released!

Youtube is always all software anyway, no matter what driver or GPU you're using. Well, except if you compile chromium with the vaapi patch, then you need a GPU that has a vaapi driver (Intel and AMD basically).

If I were you I'd go for the HD5450 and forget about the GMA3600. Or better yet, go for a R5 230, it has twice the shader cores at the same low power.

Offline

#134 2018-02-01 15:23:35

mumpf
Member
From: Switzerland
Registered: 2006-09-05
Posts: 95

Re: Intel PowerVR GMA 3600/3650 linux driver released!

I did not know that youtube is not hardware accelerated (I thought with the h.264 plugin youtube would be hw accelerated anyway). Is 1080p with the gma500_gfx module possible? If not, would 720p youtube be possible?

Last edited by mumpf (2018-02-01 15:29:25)

Offline

#135 2018-02-01 16:21:51

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: Intel PowerVR GMA 3600/3650 linux driver released!

Since youtube is all software, the GPU is irrelevant. Only the CPU matters. And the Atom D2700 CPU is... crap, basically. It can do 720p in a dedicated media player with hardware rendering. But you don't have hardware rendering available with the GMA3600, so I have my doubts you'll be able to play 720p even in a dedicated player.

Offline

Board footer

Powered by FluxBB