Hiya, I sendt this to the ubuntu suggestions box. I am emailing a copy
here aswell.
---
Mark Shuttleworth has talked about "ultrasmooth" gaming, desktop etc. You
can have that now already, or atleast quite close. Games will be perfect.
Webanims and videoes will depend on syncing code or target frame rate.
First of all drop unessecary layers from the kernel. Config it for minimal
latency. (max preemption, more preemption = less os-jitter = less latency)
Standard config usually is not configged this way, and leads to uneccesary
chopping/frames dropped. That is not the way you want it.
Use low-jitter applications. For instance - Webkit based browsers have
lower jitter. Resulting in smoother youtube playback among other things.
Webanimation in general. So you`d want to use Chromium as the default
browser.
Intelligent priorities for tasks. If you have background tasks that are
insensitive to jitter and latency (non audio/video/net), let them have
lower priority and only one cpu, so they are transparent to the user. Etc.
Automatic lower priority for a wordprocessor for instance, would also fit
the profile.
Consider system applications with lowest jitter.
This will also prepare the OS well for Wayland which is opengl based.
Low-jitter = smoothest opengl experience.
You should also consider promoting a refresh rate of 72, as optimal.
Research shows that many prefer 72hz refresh rate. I can personally also
confirm that this is a nice rate, quiet and peaceful, and if one shall
describe it a "minimal psychovisual noise" setting. More seems to only add
noise to the screen. Less is flickery. I further tuned this to 72.734hz,
which you can try and confirm, as a "minimal psychovisual noise" profile.
One should also inform about videos with 30fps, should have 60/90hz
refresh rate, to avoid video-jitter. Or 25fps, 75hz etc. Similar for other
formats. An automatically changing screenmode syncing mediaplayer would be
optimal, with 72.734hz as standard mode, for hzadapting games or other.
Peace Be With You.
PS: If you need a video, to test with low-jitter, I have a low-jitter
video here: This should play smoothly on a well-configged system @ 60hz
refresh rate. Unfortunately I doubt the clocks are synced, so there still
will be small jitter. Should not be much though.
http://paradoxuncreated.com/Blog/wordpress/?page_id=70
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/