[Radiance-general] Re: Radiance-general digest, Vol 1 #47 - 1 msg

Zack Rogers [email protected]
Mon, 07 Jan 2002 19:28:26 -0700


Sorry, I didn't clarify very well the problem.

ximage doesn't start - strace ximage shows:

.... lots of stuff and then

open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\330"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=1384040, ...}) = 0
old_mmap(NULL, 1201860, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40131000
mprotect(0x4024c000, 42692, PROT_NONE)  = 0
old_mmap(0x4024c000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x11a000) = 0x4024c000
old_mmap(0x40253000, 14020, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40253000
close(3)                                = 0
munmap(0x40016000, 89170)               = 0
fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 20), ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40016000
read(0,



------------------------- Here is the xdpyinfo output:


name of display:    :0.0
version number:    11.0
vendor string:    The XFree86 Project, Inc
vendor release number:    40100000
XFree86 version: 4.1.0
maximum request size:  4194300 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7
supported pixmap formats:
     depth 1, bits_per_pixel 1, scanline_pad 32
     depth 4, bits_per_pixel 8, scanline_pad 32
     depth 8, bits_per_pixel 8, scanline_pad 32
     depth 15, bits_per_pixel 16, scanline_pad 32
     depth 16, bits_per_pixel 16, scanline_pad 32
     depth 24, bits_per_pixel 32, scanline_pad 32
     depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 255
focus:  window 0x2a00009, revert to PointerRoot
number of extensions:    22
     BIG-REQUESTS
     DPMS
     Extended-Visual-Information
     FontCache
     LBX
     MIT-SCREEN-SAVER
     MIT-SHM
     MIT-SUNDRY-NONSTANDARD
     RENDER
     SECURITY
     SHAPE
     SYNC
     TOG-CUP
     XC-APPGROUP
     XC-MISC
     XFree86-DGA
     XFree86-Misc
     XFree86-VidModeExtension
     XInputExtension
     XKEYBOARD
     XTEST
     XVideo
default screen number:    0
number of screens:    1

screen #0:
   dimensions:    1280x1024 pixels (433x347 millimeters)
   resolution:    75x75 dots per inch
   depths (7):    24, 1, 4, 8, 15, 16, 32
   root window id:    0x2d
   depth of root window:    24 planes
   number of colormaps:    minimum 1, maximum 1
   default colormap:    0x20
   default number of colormap cells:    256
   preallocated pixels:    black 0, white 16777215
   options:    backing-store NO, save-unders NO
   largest cursor:    64x64
   current input event mask:    0xf84073
     KeyPressMask             KeyReleaseMask           EnterWindowMask
     LeaveWindowMask          PointerMotionMask        KeymapStateMask
     SubstructureNotifyMask   SubstructureRedirectMask FocusChangeMask
     PropertyChangeMask       ColormapChangeMask
   number of visuals:    2
   default visual id:  0x21
   visual:
     visual id:    0x21
     class:    TrueColor
     depth:    24 planes
     available colormap entries:    256 per subfield
     red, green, blue masks:    0xff0000, 0xff00, 0xff
     significant bits in color specification:    8 bits
   visual:
     visual id:    0x22
     class:    DirectColor
     depth:    24 planes
     available colormap entries:    256 per subfield
     red, green, blue masks:    0xff0000, 0xff00, 0xff
     significant bits in color specification:    8 bits

Hope this helps,

Ferdinand

[email protected] wrote:

> Send Radiance-general mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://www.radiance-online.org/mailman/listinfo/radiance-general
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Radiance-general digest..."
>
> Today's Topics:
>
>    1. Re: Problems with Suse 7.3 (xfree86 4.1.0) and ximage (Peter Apian-Bennewitz)
>
> --__--__--
>
> Message: 1
> Date: Sun, 06 Jan 2002 19:48:56 +0100
> From: Peter Apian-Bennewitz <[email protected]>
> To: [email protected]
> Subject: Re: [Radiance-general] Problems with Suse 7.3 (xfree86 4.1.0) and ximage
> Reply-To: [email protected]
>
> --------------927826C83C11FA1299376B3F
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> Zack Rogers wrote:
>
> > Hello,
> >
> > My office recently updated our linux systems from Suse 7.2 to Suse 7.3
> > and now I cannot view any of Radiance .pic images.  We believe it has to
> > do with the newer X server xfree86 4.1.0.  Has anyone else run into this
> > problem or know how we can fix it?  It is a real pain, I've been having
> > to take my Linux Radiance images over to Windows NT to view them.
>
> what happens when you run 'ximage' ?  What's your 'xdpyinfo' output ?
> The only problem I'm aware of is that ximage doesn't like some
> bytes-per-pixel values, otherwise I hadn't heard of problems with Xfree 4.x
> .
> -Peter
>
> >
> >
> > Thanks,
> > Zack
> >
> > _______________________________________________
> > Radiance-general mailing list
> > [email protected]
> > http://www.radiance-online.org/mailman/listinfo/radiance-general
>
> --
>  pab-opto, Freiburg, Germany, www.pab-opto.de
>
> --------------927826C83C11FA1299376B3F
> Content-Type: text/html; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
> <html>
> Zack Rogers wrote:
> <blockquote TYPE=CITE>Hello,
> <p>My office recently updated our linux systems from Suse 7.2 to Suse 7.3
> <br>and now I cannot view any of Radiance .pic images.&nbsp; We believe
> it has to
> <br>do with the newer X server xfree86 4.1.0.&nbsp; Has anyone else run
> into this
> <br>problem or know how we can fix it?&nbsp; It is a real pain, I've been
> having
> <br>to take my Linux Radiance images over to Windows NT to view them.</blockquote>
> what happens when you run 'ximage' ?&nbsp; What's your 'xdpyinfo' output
> ?
> <br>The only problem I'm aware of is that ximage doesn't like some bytes-per-pixel
> values, otherwise I&nbsp;hadn't heard of problems with Xfree 4.x .
> <br>-Peter
> <blockquote TYPE=CITE>&nbsp;
> <p>Thanks,
> <br>Zack
> <p>_______________________________________________
> <br>Radiance-general mailing list
> <br>[email protected]
> <br><a href="http://www.radiance-online.org/mailman/listinfo/radiance-general">http://www.radiance-online.org/mailman/listinfo/radiance-general</a></blockquote>
>
> <pre>--&nbsp;
> &nbsp;pab-opto, Freiburg, Germany, www.pab-opto.de</pre>
> &nbsp;</html>
>
> --------------927826C83C11FA1299376B3F--
>
> --__--__--
>
> _______________________________________________
> Radiance-general mailing list
> [email protected]
> http://www.radiance-online.org/mailman/listinfo/radiance-general
>
> End of Radiance-general Digest