Displaying 18 results from an estimated 18 matches for "pseudocolor".
1999 Apr 02
3
X11 Device Driver
...that it is
more flexible about its use of colors. I have added a new parameter to
the X11/x11 function which controls this. The parameter is currently
called "colormodel" and works as follows:
colormodel = 0 Monochrome graphics
colormodel = 1 Grayscale (256 shades)
colormodel = 2 Pseudocolor1
colormodel = 3 Pseudocolor2
colormodel = 4 Truecolor
Pseudocolor1 allocates as big a color cube as possible and then
approximates requested colors with colors from the cube.
Pseudocolor2 allocates colors "on-demand" until it runs out of
colors. You then get a "can't alloc...
2002 Mar 16
0
X11(colortype="true") does not give a truecolor visual(PR#1387)
....nl wrote:
>
> > Full_Name: Edwin
> > Version: 1.4.1
> > OS: SunOS/Solaris
> > Submission from: (NULL) (130.161.1.115)
> >
> >
> > When selecting an X11 visual on Solaris 2.7 with
> >
> > X11(colortype="true")
> >
> > a PseudoColor visual is actually created. (verified with xwininfo)
>
> Note that the help page does *not* say that this `selects a visual'. It
> says it selects a `color model'. One can use a model which differs from
> the X11 visual class, but the default class and depth are always used.
&...
2002 Mar 16
1
X11(colortype="true") does not give a truecolor visual (PR#1388)
On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote:
> Full_Name: Edwin
> Version: 1.4.1
> OS: SunOS/Solaris
> Submission from: (NULL) (130.161.1.115)
>
>
> When selecting an X11 visual on Solaris 2.7 with
>
> X11(colortype="true")
>
> a PseudoColor visual is actually created. (verified with xwininfo)
Note that the help page does *not* say that this `selects a visual'. It
says it selects a `color model'. One can use a model which differs from
the X11 visual class, but the default class and depth are always used.
This seems to be a m...
2001 Aug 30
1
imagenrgb: Function to display RGB images in R
I've writen this function (imagenrgb)
to display a (m,n,3) array
as a RGB image with ngris^3 colors and,optionally,
stretching. If option ver=F, it does not
display but saves a pseudocolor version of the image
as a list (so that subsequent displays are faster).
I'd appreciate feedback and improvements
and hope that it's useful for others.
Example of use:
> dim(imatest)
[1] 100 400 3
> imagenrgb(imatest)
> imagenrgb(imatest,ngris=16,stretch="l")
>...
2005 Jun 01
1
x11 and pseudo-color
for some reason the following message seems not to have reached the list
in the first try, at least I can't find it. my apologies if this is my
fault:
we are running R under Solaris with SunRay Terminals, which are set to 8
bit color to comply with some other software. In this configuration,
X11() opens with colortype=true, i.e., it is not recognized that
actually the display is only 8
2019 Feb 20
0
[ANNOUNCE] xstdcmap 1.0.4
The xstdcmap utility can be used to selectively define standard colormap
properties. It is intended to be run from a user's X startup script to
create standard colormap definitions in order to facilitate sharing of
scarce colormap resources among clients using PseudoColor visuals.
This release delivers some minor cleanups and janitorial maintenance.
Alan Coopersmith (6):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Fix -Wsign-compare warnings
Update README for gitlab migration
Update configure.ac bug URL for gitl...
2020 Sep 10
0
[ANNOUNCE] xf86-video-vesa 2.5.0
...nor bug fixes since 2.4.0. We now refuse
to run on machines with UEFI firmware (on Linux only, patches welcome
for other OSes) since it won't work in the general case and you
probably have a kernel framebuffer driver running already. We also only
attempt to use 24bpp if the alternative would be pseudocolor, but note
that since xserver 1.20 24bpp will not work at all. If you'd like to
fix that case, please note that it is filed as issue #4:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa/-/issues/4
We also notice several cases of running on emulated GPUs, in which case
the shadow fram...
2002 Mar 16
0
X11(colortype="true") does not give a truecolor visual (PR#1390)
On Sat, 16 Mar 2002 ripley@stats.ox.ac.uk wrote:
> On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote:
>
>
> > The system in question (like many UNIX workstations) has both Pseudo and
> > truecolor visual types available, however the default type points to an 8 plane
> > PseudoColor visual.
>
> I believe that is unusual. Sun Xservers allow you to set the default
> visual on the command line: has the default been overridden? Ours with
> multiple visuals are selecting TrueColor, but it does say the default is
> hardware-dependent.
>
As another data point: Th...
2008 Jul 06
3
VNC 'fix' for 256 colour game only shows 2 colours?
I'm trying to run an old (~1995) Windows game under Wine, but it requires 256 colours and won't work any higher. I've checked out the 256 colour hacks page and the X methods don't work, because I use the FGLRX drivers and they don't support 8bpp, so I'm trying VNC.
I've installed vnc-server and vnc so I can play it through a 256 colour VNC connection, but so far I can
2001 Aug 23
0
(PR#1065) X11 protocol errors after all x11 devices are
I've fixed the original report and Tom's first. Someone had incorrrectly
arranged for most of the initialization to be done only once per session.
I did ask before 1.3.0 what the intention was .... For pseudocolor devices
at least this was biting since the palette was not re-initialized.
I don't see point two on my system, and Martin's point about interruption
was first shown to me by Guido a year ago, so is unrelated.
I am going to close this topic: Tom and Martin feel free to re-submit
your repor...
1999 Apr 07
1
R-0.64.0 is released
...yet.
o HDF5 support improved. Still not perfect, though.
o The X11 graphics driver can now use a variety of strategies
for handing color. This means that it is now possible to
use black and white or grayscale graphics on color displays.
There are two strategies for handing color on pseudocolor
displays. The original "allocate-colors-until-they-run-out"
strategy has been supplemented by one which allocates a
color cube at startup and approximates requested colors
by those in the cube. On truecolor displays, there is no
limit on the number of colors which can be displayed...
1999 Apr 07
1
R-0.64.0 is released
...yet.
o HDF5 support improved. Still not perfect, though.
o The X11 graphics driver can now use a variety of strategies
for handing color. This means that it is now possible to
use black and white or grayscale graphics on color displays.
There are two strategies for handing color on pseudocolor
displays. The original "allocate-colors-until-they-run-out"
strategy has been supplemented by one which allocates a
color cube at startup and approximates requested colors
by those in the cube. On truecolor displays, there is no
limit on the number of colors which can be displayed...
2017 Jun 21
2
[PATCH 01/11] drm/fb-helper: do a generic fb_setcmap helper in terms of crtc .gamma_set
On 21/06/17 04:38 PM, Daniel Vetter wrote:
> On Tue, Jun 20, 2017 at 09:25:25PM +0200, Peter Rosin wrote:
>> This makes the redundant fb helpers .load_lut, .gamma_set and .gamma_get
>> totally obsolete.
>>
>> I think the gamma_store can end up invalid on error. But the way I read
>> it, that can happen in drm_mode_gamma_set_ioctl as well, so why should
>>
2013 Feb 14
12
[PATCH v7 0/5] xen: ARM HDLCD video driver
Hi all,
these are the remaining unapplied patches of the ARM HDLCD patch series.
Changes in v7:
- rebased on b61ed421d2c85b5b106c63f2c14f8aa162b282f0;
- turn more printk and panic into early_printk and early_panic.
Changes in v6:
- rebased on 77d3a1db3196b1b5864469f8d3f41d496800c795;
- remove useless initializations to NULL in lfb_init;
- more compact checks in lfb_init.
Changes in v5:
- move
2006 Jul 27
0
kernel BUG at fs/bio.c (kernel 2.6.9-34.0.2.EL)
...48
- User ID: CentOS (Kernel Module GPG key)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
vesafb: framebuffer at 0xec000000, mapped to 0xd8080000, size 2560k
vesafb: mode is 1280x1024x8, linelength=1280, pages=5
vesafb: protected mode interface info at c000:7e40
vesafb: scrolling: redraw
vesafb: Pseudocolor: size=6:6:6:6, shift=0:0:0:0
Console: switching to colour frame buffer device 160x64
fb0: VESA VGA frame buffer device
Real Time Clock Driver v1.12
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA Apollo ProMedia/PLE133Ta chipset
agpgart: Maximum main memory to use for agp memory...
2017 Jun 22
22
[PATCH v2 00/14] improve the fb_setcmap helper
Hi!
While trying to get CLUT support for the atmel_hlcdc driver, and
specifically for the emulated fbdev interface, I received some
push-back that my feeble in-driver attempts should be solved
by the core. This is my attempt to do it right.
I have obviously not tested all of this with more than a compile,
but patches 1 and 3 are enough to make the atmel-hlcdc driver
do what I need (when patched
2010 Dec 21
2
ATI DRI not seen by Wine
...(II) fglrx(0): Output LVDS using initial mode 1920x1080
[ 20.996] (II) fglrx(0): Display dimensions: (350, 200) mm
[ 20.996] (II) fglrx(0): DPI set to (139, 137)
[ 20.996] (II) fglrx(0): Adapter ATI Mobility Radeon HD 4670 has 2 configurable heads and 1 displays connected.
[ 20.996] (==) fglrx(0): PseudoColor visuals disabled
[ 20.996] (II) Loading sub module "ramdac"
[ 20.997] (II) LoadModule: "ramdac"
[ 20.997] (II) Module "ramdac" already built-in
[ 20.997] (==) fglrx(0): NoDRI = NO
[ 20.997] (==) fglrx(0): Capabilities: 0x00000000
[ 20.997] (==) fglrx(0): CapabilitiesEx...
2008 Mar 24
4
Ati Low Perfomance
...lrx(0): 1. 446/351MHz @ 60Hz [enable load balancing]
(II) fglrx(0): 2. 324/135MHz @ 60Hz [low voltage, enable sleep]
(II) fglrx(0): 3. 392/252MHz @ 60Hz [low voltage, enable sleep]
(==) fglrx(0): Qbs is not supported in this release. Disabled.
(==) fglrx(0): FAST_SWAP disabled
(==) fglrx(0): PseudoColor visuals disabled
(==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
(**) fglrx(0): Center Mode is enabled
(==) fglrx(0): TMDS coherent mode is enabled
(II) fglrx(0): Total of 11 modes found for primary display.
(--) fglrx(0): Virtual size is 1440x900 (pitch 0)
<MODELINES>
(II) Loading su...