Port-hpcsh archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

RE: HP Jornada 690 bright/contrast problems



So I will have to modify kernel sources if I want to see something in the 
console, right?

I'll search in the list, I think I read the name of the file to modify 
somewhere.

Thanks for all!

<PoLiTvS>

-----Mensaje original-----
De: port-hpcsh-owner%NetBSD.org@localhost 
[mailto:port-hpcsh-owner%NetBSD.org@localhost]En
nombre de Valeriy E. Ushakov
Enviado el: sábado, 19 de febrero de 2005 18:08
Para: tech-kern%netbsd.org@localhost
CC: port-hpcsh%netbsd.org@localhost
Asunto: Re: HP Jornada 690 bright/contrast problems


[redirecting this to tech-kern]

On Sat, Feb 19, 2005 at 09:14:28 +0100, Torsten Harenberg wrote:

> On Thu, 17 Feb 2005 Pablo.Docampo.Dieguez%sergas.es@localhost wrote:
>
[... default colors look too dim on Jornada display and there's no way to
  change them ...]
>
> > I suppose I can compile a new kernel with the right options for doing 
> > this, but I'd like a "less agressive" option :) I thought I could do 
> > this with wsconsctl but I couldn't.
> 
> I did slight modifications to the kernel to get a visible output. As
> far as I know, there is no userland program to control this,
> allthough it should not be too hard to write one.

So I had a look, and the problem is that wscons ioctl's only let you
chnage the colormap for the indexed case (i.e. depth <= 8).

The semantic gap is that rasops internally maintains a mini 16 entry
colormap for its internal operation (even for larger depths).  For the
indexed case, it's just the indexes, so when you change the device
colormap (with wscons ioctls), display changes accordingly.  For
larger depth the colormap entries of internal rasops colormap are the
actual RGB values, but there's no interface to change the rasops
colormap.

SY, Uwe
-- 
uwe%ptc.spbu.ru@localhost                         |       Zu Grunde kommen
http://www.ptc.spbu.ru/~uwe/            |       Ist zu Grunde gehen



Nota: La información contenida en este mensaje y sus posibles documentos 
adjuntos es privada y confidencial y está dirigida únicamente a su 
destinatario. Si usted no es el destinatario original de este mensaje, por 
favor elimínelo. La distribución o copia de este mensaje no está autorizada. 

Note: The information in this message and any attachments that may be included 
with it, is private and confidential and is directed exclusively to the 
message's recipient. If you are not the original recipient of this message, 
please erase it. Distribution or copying of this message isn´t authorized




Home | Main Index | Thread Index | Old Index