Sponsored Content
Special Forums Hardware 24 bit graphics for Ultra 10? Post 302781703 by Michele31416 on Sunday 17th of March 2013 01:36:58 PM
Old 03-17-2013
Thanks - that card looks like it would do the job. I notice that it even has a DVI output, though that one provides 24 bit output only up to 1280x1024. That got me looking at the rest of the XVR series. (I didn't realize you could get DVI for Suns).

The XVR-500 will do 1600x1200x24, but only with a 15 pin analog connector.
Then I found that the XVR-600 will also do 1600x1200x24 but has a DVI connector

I found a reference to it here XVR-600 - Everything2.com.that claims that "[it] works, though with degraded performance, in the Ultra 10." though they don't explain what they mean by "degraded performance".

Even the XVR-600 is pretty cheap these days, so what say you? An XVR-100 for 1600x1200x24 analog or the 600 with digital? Any reason not to go that route?
 

5 More Discussions You Might Find Interesting

1. Programming

copying or concatinating string from 1st bit, leaving 0th bit

Hello, If i have 2 strings str1 and str2, i would like to copy/concatenate str2 to str1, from 1st bit leaving the 0th bit. How do i do it? (2 Replies)
Discussion started by: jazz
2 Replies

2. Solaris

Sparcstation 5 graphics card in Ultra 1 server

is it possible to swap the Turbo XGX graphics card in the SS5 to the ULTRA server 1 ? and do they use the same type of RAM ? Thx. (0 Replies)
Discussion started by: mads-nielsen
0 Replies

3. OS X (Apple)

[Solved] links2 --enable-graphics from source, configure error: no graphics driver found.

Howdy I am trying to install links2 with graphics support on snow leopard 10.6.8 (xcode installed). I have had the program running last year, also installed from source - but then I had installed some image libraries with mac ports and fink - cannot reproduce that setup. Plus I would like to not... (6 Replies)
Discussion started by: butterbaerchen
6 Replies

4. Shell Programming and Scripting

How to handle 64 bit arithmetic operation at 32 bit compiled perl interpreter?H

Hi, Here is the issue. From the program snippet I have Base: 0x1800000000, Size: 0x3FFE7FFFFFFFF which are of 40 and 56 bits. SO I used use bignum to do the math but summing them up I always failed having correct result. perl interpreter info, perl, v5.8.8 built for... (0 Replies)
Discussion started by: rrd1986
0 Replies

5. Windows & DOS: Issues & Discussions

Which version of Windows Vista to install with a product key? 32-bit or 64-bit?

Hello everyone. I bought a dell laptop (XPS M1330) online which came without a hard drive. There is a Windows Vista Ultimate OEMAct sticker with product key at the bottom case. I checked dell website (here) for this model and it says this model supports both 32 and 64-bit version of Windows... (4 Replies)
Discussion started by: milhan
4 Replies
pbmtoascii(1)                                                 General Commands Manual                                                pbmtoascii(1)

NAME
pbmtoascii - convert a portable bitmap into ASCII graphics SYNOPSIS
pbmtoascii [-1x2|-2x4] [pbmfile] DESCRIPTION
Reads a portable bitmap as input. Produces a somewhat crude ASCII graphic as output. Note that there is no asciitopbm tool - this transformation is one-way. OPTIONS
The -1x2 and -2x4 flags give you two alternate ways for the bits to get mapped to characters. With 1x2, the default, each character repre- sents a group of 1 bit across by 2 bits down. With -2x4, each character represents 2 bits across by 4 bits down. With the 1x2 mode you can see the individual bits, so it's useful for previewing small bitmaps on a non-graphics terminal. The 2x4 mode lets you display larger bitmaps on a standard 80-column display, but it obscures bit-level details. 2x4 mode is also good for displaying graymaps - "pnmscale -width 158 | pgmnorm | pgmtopbm -thresh" should give good results. SEE ALSO
pbm(5) AUTHOR
Copyright (C) 1988, 1992 by Jef Poskanzer. 20 March 1992 pbmtoascii(1)
All times are GMT -4. The time now is 01:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy