> How do I use 16 bit collor on a mach64 (ATI AGP rage pro turbo) server?
> i managed to get the resolution up to 1600x1200 but it still uses 8 bit
> color. Any way to change it?
With my Debian/potato, first thing I would do is to look and perhaps change
/etc/X11/XF86Config:
[21:46:40 /tmp]$ grep Default /etc/X11/XF86Config -B5 -A5
Section "Screen"
Driver "svga"
Device "Alpine"
Monitor "MAG DX1495"
DefaultColorDepth 16
StandbyTime 2
SuspendTime 3
OffTime 4
Subsection "Display"
Depth 8
[21:46:52 /tmp]$
> How do I know how many colors the display uses btw?
There are probably many ways:
[21:47:49 /tmp]$ xwininfo
xwininfo: Please select the window about which you
would like information by clicking the
mouse in that window.
xwininfo: Window id: 0x26 (the root window) (has no name)
Absolute upper-left X: 0
Absolute upper-left Y: 0
Relative upper-left X: 0
Relative upper-left Y: 0
Width: 1152
Height: 900
Depth: 16
Visual Class: TrueColor
Border width: 0
Class: InputOutput
Colormap: 0x23 (installed)
Bit Gravity State: ForgetGravity
Window Gravity State: NorthWestGravity
Backing Store State: NotUseful
Save Under State: no
Map State: IsViewable
Override Redirect State: no
Corners: +0+0 -0+0 -0-0 +0-0
-geometry 1152x900+0+0
[21:48:54 /tmp]$
You can try man X (1).
> Thanx
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]