Re: GDM and 16bpp in X

2000-05-18 Thread Karl M. Hegbloom
 Kelly == Kelly Corbin [EMAIL PROTECTED] writes:

Kelly I can get 16 bit color working with xdm as listed in the HowTo, but
Kelly after switching to GDM, I can't figure out how to do it.  I wan't it 
to
Kelly be a centralized fix, not user specific.  If anyone has an idea, 
please
Kelly let me know. Thanks

 In your /etc/X11/XF86Config file, insert:

DefaultColorDepth 16

 into the top of the Screen section for the driver you use.

-- 
Those who do not study Lisp are doomed to reimplement it - Poorly.
A few months in the laboratory often saves several hours at the library.

mailto:[EMAIL PROTECTED] (Karl M. Hegbloom)



GDM and 16bpp in X

2000-05-17 Thread Kelly Corbin
I can get 16 bit color working with xdm as listed in the HowTo, but
after switching to GDM, I can't figure out how to do it.  I wan't it to
be a centralized fix, not user specific.  If anyone has an idea, please
let me know. Thanks

Kelly Corbin
[EMAIL PROTECTED]



Re: GDM and 16bpp in X

2000-05-17 Thread Eric G . Miller
On Wed, May 17, 2000 at 05:26:21PM -0500, Kelly Corbin wrote:
 I can get 16 bit color working with xdm as listed in the HowTo, but
 after switching to GDM, I can't figure out how to do it.  I wan't it to
 be a centralized fix, not user specific.  If anyone has an idea, please
 let me know. Thanks

Not sure where the problem is, that's neither xdm or gdm specific. It's
configured in /etc/X11/XF86Config in 

Section Screen
Driver foo
Device bar
Monitor yes
DefaultColorDepth 16 
.
.
.
End Section

Note: You may have more than one screen section (driver svga, vga, accel).

-- 
¶ One·should·only·use·the·ASCII·character­set·when·compos­

» ing·email·messages.




Re: 16bpp in X

1997-01-12 Thread Philippe Troin

On Sat, 11 Jan 1997 06:54:37 PST Brad Bell ([EMAIL PROTECTED])
 wrote:

 i can make X run with 16bpp, no problem, by typing (as someone has noted)
 'startx -- -bpp 16'
 the question is - how do i make 16 bpp the default (i.e. xdm starts up
 when i boot, but only in 8 bpp)

This has nothing to do with the XF86COnfig file. Edit the /etc/X11/xdm/Xservers 
files. You'll find the following line:

:0 local /usr/X11R6/bin/X

To be changed into:

:0 local /usr/X11R6/bin/X -bpp 16

Phil.




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


16bpp in X

1997-01-11 Thread Brad Bell
i can make X run with 16bpp, no problem, by typing (as someone has noted)
'startx -- -bpp 16'
the question is - how do i make 16 bpp the default (i.e. xdm starts up
when i boot, but only in 8 bpp)

thanks,
brad

[EMAIL PROTECTED] - http://weber.u.washington.edu/~maximill


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: 16bpp in X

1997-01-11 Thread Syrus Nemat-Nasser
On Sat, 11 Jan 1997, Brad Bell wrote:

 i can make X run with 16bpp, no problem, by typing (as someone has noted)
 'startx -- -bpp 16'
 the question is - how do i make 16 bpp the default (i.e. xdm starts up
 when i boot, but only in 8 bpp)

From my XF86Config:

# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, 
Mach64)

Section Screen
Driver  accel
Device  Stealth Video 864
Monitor Shamrock 15DF
DefaultColorDepth 16
   Subsection Display
   Depth   8
   Modes   1024x768 800x600
   ViewPort0 0
   Virtual 1024 768
   EndSubsection
   Subsection Display
   Depth   16
   Modes   1024x768 800x600
   ViewPort0 0
   Virtual 1024 768
   EndSubsection

Syrus.

--
Syrus Nemat-Nasser [EMAIL PROTECTED]UCSD Physics Dept.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]