gettin 24 bit color on my octane don't work
#9
RE: gettin 24 bit color on my octane don't work
Hi, posting from my O2 and it's running 24bit now.

Looking at your Xservers file and xdpyinfo output, it looks like you're running a 24 bit TrueColor output.

Code:
screen #0:
...
dimensions: 1024x768 pixels (373x280 millimeters)
resolution: 70x70 dots per inch
depths (5): 1, 8, 12, 15, 24
root window id: 0x3f
depth of root window: 24 planes
number of colormaps: minimum 1, maximum 23
default colormap: 0x3c
default number of colormap cells: 256
preallocated pixels: black 0, white 16777215
default visual id: 0x33

default visual id: 0x33 <---- This is the important bit.

and...

Code:
visual id: 0x33
class: TrueColor
depth: 24 planes
available colormap entries: 256 per subfield
red, green, blue masks: 0xff, 0xff00, 0xff0000
significant bits in color specification: 8 bits

depth: 24 planes <---- 24 bit depth

My understanding is you have 3 x 8bits (r,g,b) of significant color specification to give you 2^24 ( 2^(8+8+8) ) = 16,777,216 color variations.

So it appears you are running 24 bit already Smile

This is the my TrueColor Xservers file just for comparison

Code:
:0 secure /usr/bin/X11/X -bs -nobitscale -c -pseudomap 4sight -solidroot sgilightblue -cursorFG red -cursorBG white

and my 24 bit TrueColor Xservers file

Code:
:0 secure /usr/bin/X11/X -bs -nobitscale -c -class TrueColor -depth 24 -solidroot sgilightblue -cursorFG red -cursorBG white

My relevant xdpyinfo output

Code:
screen #0:
  dimensions:    1440x900 pixels (520x330 millimeters)
  resolution:    70x69 dots per inch
  depths (5):    1, 8, 12, 15, 24
  root window id:    0x40
  depth of root window:    24 planes
  number of colormaps:    minimum 1, maximum 11
  default colormap:    0x3d
  default number of colormap cells:    256
  preallocated pixels:    black 0, white 16777215
  options:    backing-store NO, save-unders NO
  largest cursor:    32x32
  current input event mask:    0x72003c
    ButtonPressMask          ButtonReleaseMask        EnterWindowMask          
    LeaveWindowMask          StructureNotifyMask      SubstructureRedirectMask
    FocusChangeMask          PropertyChangeMask      
  number of visuals:    29
  default visual id:  0x32

...

visual id:    0x32
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff, 0xff00, 0xff0000
    significant bits in color specification:    8 bits


Jacques

No longer active. Please do not contact me.
(This post was last modified: 09-09-2019, 08:43 PM by Jacques.)
Jacques
Tezro

Trade Count: (0)
Posts: 565
Threads: 53
Joined: May 2018
Location: UK
Find Reply
09-09-2019, 08:34 PM


Messages In This Thread
gettin 24 bit color on my octane don't work - by soviet - 08-31-2019, 11:26 PM
RE: gettin 24 bit color on my octane don't work - by Jacques - 09-04-2019, 07:33 AM
RE: gettin 24 bit color on my octane don't work - by soviet - 09-05-2019, 12:41 AM
RE: gettin 24 bit color on my octane don't work - by Jacques - 09-07-2019, 08:05 AM
RE: gettin 24 bit color on my octane don't work - by soviet - 09-08-2019, 05:47 PM
RE: gettin 24 bit color on my octane don't work - by Jacques - 09-08-2019, 06:34 PM
RE: gettin 24 bit color on my octane don't work - by soviet - 09-09-2019, 02:23 AM
RE: gettin 24 bit color on my octane don't work - by Jacques - 09-09-2019, 07:40 AM
RE: gettin 24 bit color on my octane don't work - by Jacques - 09-09-2019, 08:34 PM
RE: gettin 24 bit color on my octane don't work - by Irinikus - 09-10-2019, 02:50 AM
RE: gettin 24 bit color on my octane don't work - by soviet - 09-14-2019, 09:02 PM
RE: gettin 24 bit color on my octane don't work - by mc68k - 12-07-2024, 05:17 AM
RE: gettin 24 bit color on my octane don't work - by vishnu - 12-08-2024, 07:12 AM
RE: gettin 24 bit color on my octane don't work - by mc68k - 12-26-2024, 04:43 AM
RE: gettin 24 bit color on my octane don't work - by robespierre - 12-26-2024, 05:12 AM
RE: gettin 24 bit color on my octane don't work - by mc68k - 12-28-2024, 03:16 AM
RE: gettin 24 bit color on my octane don't work - by vishnu - 12-28-2024, 04:26 AM
RE: gettin 24 bit color on my octane don't work - by weblacky - 12-28-2024, 06:47 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)