Re: Changing bit depth on X

1997-04-04 Thread Bernt T. Hansen
You could also add

   DefaultColorDepth 16

to your Screen section of the XF86Config file.

Here's the relevant parts of my XF86Config:

. . .
Section "Screen"
   Driver  "Accel"
   Device  "Primary Card"
   Monitor "Primary Monitor"
   DefaultColorDepth 16
   SubSection "Display"
. . .

Hope this helps,

Bernt.
-- 
Bernt T. Hansen- Norang Consulting Incorporated ---   [EMAIL PROTECTED]
Computer Systems/  - 235 Bellamy Road N., Scarborough -  phone: (416)431-6216
Analyst- Ontario, Canada M1J-2L7 --  fax:   (416)431-2617
PGP Public Key fingerprint = CB 99 EC 07 DE F8 D5 8D  59 99 A5 E7 7E 7A 8C 9C


> 
>The Gardyan wrote:
>> 
>> How does one change the default color depth on X from 8 bit color to 16
>> bit color.
> 
>Try using the command line option: "startx -bpp 16". That should work
>with any color depth like 24 or 32.
> 
> 
> It should be "startx -- -bpp 16"
> 
> -alex
> 
> 


Re: Changing bit depth on X

1997-04-04 Thread Alexander Lobkovsky

   The Gardyan wrote:
   > 
   > How does one change the default color depth on X from 8 bit color to 16
   > bit color.

   Try using the command line option: "startx -bpp 16". That should work
   with any color depth like 24 or 32.


It should be "startx -- -bpp 16"

-alex


Re: Changing bit depth on X

1997-04-04 Thread Jim Smith
The Gardyan wrote:
> 
> How does one change the default color depth on X from 8 bit color to 16
> bit color.

Try using the command line option: "startx -bpp 16". That should work
with any color depth like 24 or 32.

Jim
-- 

Debian Linux! Where I REALLY went today!
Jim Smith   [EMAIL PROTECTED]
http://www.oz.net/~jim/


Re: Changing bit depth on X

1997-04-04 Thread Luis Marcilio B.Oliveira


On Thu, 3 Apr 1997, The Gardyan wrote:

> How does one change the default color depth on X from 8 bit color to 16
> bit color.
> 
> Thanks.
>

startx -- -bpp 16
(if you have it configured in XF86Config)
 


RE: Changing bit depth on X

1997-04-04 Thread Rick
-BEGIN PGP SIGNED MESSAGE-

I put the appropriate section below.  Another way is startx -- -bpp 16.

Have a good one.

# File generated by xf86config.

**
# Screen sections
# **

# The Colour SVGA server

Section "Screen"
Driver  "svga"
Device  "TGUI9680XGI"
Monitor "Magitronic SVGA"
>>  DefaultColorDepth  16
BlankTime   45
Subsection "Display"
Depth   8
Modes   "1024x768" "800x600" "640x480"
ViewPort0 0
Visual  "TrueColor"
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth   16
Modes   "1024x768" "800x600" "640x480"
ViewPort0 0
Visual  "TrueColor"
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth   24
Modes   "640x480"
ViewPort0 0
Visual  "TrueColor"
Virtual 1024 768
EndSubsection
Subsection "Display"
Depth   32
Modes   "640x480"
ViewPort0 0
Visual  "TrueColor"
Virtual 1024 768
EndSubsection
EndSection

On 04-Apr-97 The Gardyan wrote:
>How does one change the default color depth on X from 8 bit color to 16
>bit color.
>
>Thanks.
>
- --
Rick <[EMAIL PROTECTED]>
E-Mail: Rick <[EMAIL PROTECTED]>
Date: 04-Apr-97
Time: 02:05:25
- --

-BEGIN PGP SIGNATURE-
Version: 2.6.2

iQCVAwUBM0SoRgi+Ph+i3TgpAQFbrQP/TOxUubmFFnV+EeaGaT4LPgMOndJp/MKa
zr8PM+6XEI0aHzxZrAkFWCQd9lwRvQnPojRu/A3it83PB2RhuJSG/mA98YAFPLH5
YV0yABRpaIf5MiQkghz6dlPFVyiPhNEuMvThT82oIbrGuvaaZfv1SKvhKCAewlId
JDTf2Mec5Ko=
=T1Ey
-END PGP SIGNATURE-


Changing bit depth on X

1997-04-04 Thread The Gardyan
How does one change the default color depth on X from 8 bit color to 16
bit color.

Thanks.