![]() |
Re: Screen Colours / Color Depth: 16 million or 65K?
I imagine the proper way of doing it for backwards compatibility would be to mess with the video driver to make it so when a program tries to make the screen be 16bits, padding is added as the least significant bits of each color component to produce a 32 (or 24 or whatever) bits image; the programs would think they are making the display be 16bits when actually everything is more bits all the time. Unless, of course, it is actually easy and trouble free to change bit depth each time a program wants a different one.
|
Re: Screen Colours / Color Depth: 16 million or 65K?
when using opengl you can clearly see that the display depth is 16bit. if you display a number of 32bit textures with an alpha channel there is a lot van color banding.
i would love to know how to set the bitdepth to 32bit when using an QGLwidget. But i think you would loose the ability to view a thumbnail of your application when multitasking and the ability to see the alerts (like the yellowbar for the volume), since these are composited in 16bit and i don't think you can mix those. |
Re: Screen Colours / Color Depth: 16 million or 65K?
Quote:
I do not know how to do it with QGLWidget, though. |
Re: Screen Colours / Color Depth: 16 million or 65K?
Quote:
And it is REALLY simple! you can start yourQt application in 32bit mode by adding the argument "-visual TrueColor" Works perfectly, all the banding problems are GONE!! This really should be known by anybodu who is writing OpenGL games in Qt for Maemo. http://doc.trolltech.com/latest/qapplication.html |
Re: Screen Colours / Color Depth: 16 million or 65K?
The composited output is still 16bpp, and the banding is not gone (look closely).
Also, I suggest you don't do this because it will be even more slow. |
Re: Screen Colours / Color Depth: 16 million or 65K?
The composited output maybe 16bit, but my banding problem is definitely gone. It isn't directly related to 16 bit output, but to loading textures as 16bit, and that kills the alpha channel
just have a look at the blue nebula in the background: http://dl.dropbox.com/u/6050252/16bitQGLN900.png http://dl.dropbox.com/u/6050252/32bitQGLN900.png So yes it did solve my problem :) |
Re: Screen Colours / Color Depth: 16 million or 65K?
Check the following link to get detailed specs about the N900:
http://pdadb.net/index.php?m=specs&i...00_nokia_rover Hope this will be helpful to all... RSVR |
Re: Screen Colours / Color Depth: 16 million or 65K?
hmm, wonder if it can be applied to the kernel ... ? it has to be a battery issue ..
|
Re: Screen Colours / Color Depth: 16 million or 65K?
I have a few questions about this...
It seems the screen is fixed to 18bpp and software is generally written in RGB565. Obviously, a h/w limitation many devices are subjected to. On the device, that's fine because the pixel density is quite high and everything generally looks quite good. - I'm not clear as to whether the frame buffer is similarly limited or can it handle True-Color (or whatever it's called)? Indeed, is that what the much-touted specs really refer to - the SGX530 can render 16M colours, even if the screen can't? - The reaason I ask is when an external screen, capable of displaying 24bpp, is used in lieu of the standard one, can the graphics hardware cope even if the display cannot? - Can data go straight from the frame buffer to the out channel, without going to/via the screen, thus no need to be interpolated down? (out channel could be any, not just the normal tv-out e.g. BT, wifi, etc). - Can the frame buffer render different sizes/proportions to that of the screen? Again, if connected to a different screen, this would be ideal for running desktop applications. Not much more, say 1024 x 768. Though, the N900 might have to live in a bucket of dry ice to do this! Incidentally, those green artifacts that appear on embedded video streams - do they occur because of the 888 - to - 565 conversion? |
Re: Screen Colours / Color Depth: 16 million or 65K?
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
All times are GMT. The time now is 11:58. |
vBulletin® Version 3.8.8