Jump to content
IGNORED

Atari 400 2 Luminosities Of GR.8


Recommended Posts

I have read so may books, and have not seen an example of the second luminosity. How do we do that?

 

For example, let's pretend that I want to make a space game, with a black background, white foreground objects, and grey mid ground objects. How do I use SETCOLOR or POKE to make those grey objects? If not, then are the 2 luminosities just the foreground and background?

Link to comment
Share on other sites

Sorry, it's just the foreground SETCOLOR 1,x,x (sets luminosity of foreground only, colour value ignored) and the background SETCOLOR 2,x,x (sets colour for both foreground and background plus luminosity of background).

 

You can get extra colours and/or shades of grey into GR.8 screens a number of ways- using player-missile graphics (=Atari's hardware sprites), mixing GR.8 screens with more colourful modes using custom display lists (the programs which tell Atari's graphics processor- ANTIC- what graphics mode to display on different parts of the screen), changing the screen colours on-the-fly while the screen is actually being drawn (display-list-interrupts and/or screen kernels), screen-buffer flipping etc. but these are all moderate or advanced programming techniques, partcularly if using Atari's native BASIC which doesn't offer direct support for any of them.

Link to comment
Share on other sites

Thanks for answering!

 

I'm disappointed, but not surprised that it is impossible to use BASIC to make more than 2 colours. The articles were written in a way where it was hard to get feedback from the audience on whether or not an idea was clearly expressed.

 

Yeah, I'm aware of PM graphics and DLs, but I wanted to see what I could do with what little I had, so that I could confirm to myself, whether or not I understood.

 

I thought that display interrupts were something that we could work on using POKE. Am I right?

 

I'll have to look into screen kernels.

Link to comment
Share on other sites

8 hours ago, eugenetswong said:

Thanks for answering!

 

I'm disappointed, but not surprised that it is impossible to use BASIC to make more than 2 colours. The articles were written in a way where it was hard to get feedback from the audience on whether or not an idea was clearly expressed.

 

Yeah, I'm aware of PM graphics and DLs, but I wanted to see what I could do with what little I had, so that I could confirm to myself, whether or not I understood.

 

I thought that display interrupts were something that we could work on using POKE. Am I right?

 

I'll have to look into screen kernels.

You can do it all in a BASIC program,  but there are no commands in Atari Basic directly supporting this stuff.

 

So yes, you can use pokes to alter display lists, create PM graphics, etc.

 

For Display List Interupts, you will need small bits of machine code that could be entered as DATA statements

Link to comment
Share on other sites

Gr. 8 has 2 lumas of the 1 colour same as all the hires 320 modes.

 

But alternatively there's artifacting as well as the fact that a single lone pixel or vertical line will be less bright than a double wide one.

Artifacting works as the TV mistakes the luma waveform for the colour subcarrier on NTSC.  With PAL it's a different less useful effect since the pixel clock and colour clocks are different.

The resultant colours will be different depending on what machine it's done on.  Generally the older machines give better results.

Link to comment
Share on other sites

On 2/2/2020 at 2:33 AM, Rybags said:

Gr. 8 has 2 lumas of the 1 colour same as all the hires 320 modes.

 

But alternatively there's artifacting as well as the fact that a single lone pixel or vertical line will be less bright than a double wide one.

Artifacting works as the TV mistakes the luma waveform for the colour subcarrier on NTSC.  With PAL it's a different less useful effect since the pixel clock and colour clocks are different.

The resultant colours will be different depending on what machine it's done on.  Generally the older machines give better results.

1) Yeah, I was aware of NTSC vs. PAL. I spent a lot of time finding ways to make use of it the atari800 emulator. It seems that I need an NTSC ROM. Is this true?

 

2) So, with 2 lumas, we can for example have white and grey foreground pixels and a black background? I have tried toying around with Atari BASIC's SETCOLOR and COLOR, but haven't been able to get any results. I haven't found any documentation on registers to POKE to either. Mind you, I might have seen it, but just misunderstood it.

 

3) Everybody, thanks for your time!

 

4) Is there a similar technique for GR.0?

Edited by eugenetswong
Question 4
Link to comment
Share on other sites

You can mix/match OS Roms in emulation.  The XL and later use the same Rom regardless of PAL/NTSC.  The 400/800 will have the wrong key repeat rate if the "other" Rom is used.  But Roms make no difference to the emulated colour artifacting.  Note "emulated" in that it's an approximation of what you'd get on a TV for single pixel lines, spaced lines etc.

 

Gr. 0 is the same as Gr. 8 as far as the TV output goes - so any artifacting from one can be reproduced in the other.

  • Like 1
Link to comment
Share on other sites

12 hours ago, eugenetswong said:

So, with 2 lumas, we can for example have white and grey foreground pixels and a black background?

No, the 2 lumas cover the background and foreground. You have a separate border.

 

image.png.1bbfef05e3d416510a7714d77577cf35.png

 

Using Player/Missiles you can decorate the text area as you'll see in titles such as Manic Miner

 

Manic Miner

 

 

 

  • Like 1
Link to comment
Share on other sites

Unfortunately, the artifacting doesn't seem to show up on my laptop. Maybe the laptop's screen doesn't artifact?

 

It's too bad that the 1 luma does the back ground, while the other does the foreground. It would have been nice to get a bit more out of Atari, before resorting to PM graphics, DLs, and DL IRQs.

 

I appreciate knowing all of this, though. I feel like I can finally move forward.

Link to comment
Share on other sites

51 minutes ago, eugenetswong said:

Unfortunately, the artifacting doesn't seem to show up on my laptop. Maybe the laptop's screen doesn't artifact?

 

If you are emulating in Altirra then set this on here:

 

image.thumb.png.57f8b95b1e4dd6d2ccc7fee1fa9becb9.png

 

51 minutes ago, eugenetswong said:

It's too bad that the 1 luma does the back ground, while the other does the foreground. It would have been nice to get a bit more out of Atari, before resorting to PM graphics, DLs, and DL IRQs.

 

Don't we know it! But it depends what you were used to before on other micros. C'est la vie.

 

52 minutes ago, eugenetswong said:

I appreciate knowing all of this, though. I feel like I can finally move forward.

 

Wait until you see Graphics 1 & 2, inverse is not inverse :)

 

Try this (caps lock to toggle case and 'End' key to toggle inverse):

 

image.thumb.png.a1aad99fe085e3156d2b8b6843a08a9b.png

 

and you get:

 

image.png.36385271a0503a5a002f2367213802c4.png

 

So that's colours 0, 1, 2 & 3, e.g. "SETCOLOR 0,0,14" will turn the orange white.

 

Link to comment
Share on other sites

I am using atari800 emulator for Linux. There are settings to adjust for NTSC. I looked around, and even if I could find it, I'm not convinced that I would know if it is free to download.

 

Are you saying that NTSC comes free with Altirra?

 

Edit: yeah, I noticed GR.1 & GR.2 colors; it's understandable that the resources were limited.

Edited by eugenetswong
Link to comment
Share on other sites

On 2/8/2020 at 11:48 PM, eugenetswong said:

I am using atari800 emulator for Linux. There are settings to adjust for NTSC. I looked around, and even if I could find it, I'm not convinced that I would know if it is free to download.

 

Are you saying that NTSC comes free with Altirra?

 

Edit: yeah, I noticed GR.1 & GR.2 colors; it's understandable that the resources were limited.

Atari800 definitely supports Artifacting.  But you have to enable it.   Turn on the NTSC filter, and select the type of artifacting you'd like (affects the colors produced by it)   IIRC,  in real life GTIA and CTIA chips produced different colors when artifacting, and atari800 tries to support both.

Edited by zzip
Link to comment
Share on other sites

  • 4 weeks later...
On 2/10/2020 at 8:26 AM, zzip said:

Atari800 definitely supports Artifacting.  But you have to enable it.   Turn on the NTSC filter, and select the type of artifacting you'd like (affects the colors produced by it)   IIRC,  in real life GTIA and CTIA chips produced different colors when artifacting, and atari800 tries to support both.

I checked F1>Display Settings. For NTSC artifacting mode, it said, "N/A". I can't seem to adjust that.

 

Do you have other suggestions?

Link to comment
Share on other sites

3 hours ago, eugenetswong said:

I checked F1>Display Settings. For NTSC artifacting mode, it said, "N/A". I can't seem to adjust that.

 

Do you have other suggestions?

I don't have open in front of me,   but I think you have to select the "New NTSC Filter" (or whatever it's called) before it will allow you to set the NTSC artifacting mode.

Link to comment
Share on other sites

4 hours ago, zzip said:

I don't have open in front of me,   but I think you have to select the "New NTSC Filter" (or whatever it's called) before it will allow you to set the NTSC artifacting mode.

I don't see the word "new" under display settings. The only other mention of NTSC is "NTSC filter settings", which needs the NTSC filter to be on.

 

Does this have anything to do with palette or default colours?

Link to comment
Share on other sites

11 minutes ago, eugenetswong said:

I don't see the word "new" under display settings. The only other mention of NTSC is "NTSC filter settings", which needs the NTSC filter to be on.

 

Does this have anything to do with palette or default colours?

I don't have the UI in front of me,  but there are these command line options that will do the same thing:

-ntsc-artif ntsc-full

 

and the following will allow you to choose different artifacting colors, in case the default ones look wrong

 

-artif <mode> Set artifacting mode 0-4 (0 = disable)

Link to comment
Share on other sites

Hi!

1 hour ago, eugenetswong said:

I don't see the word "new" under display settings. The only other mention of NTSC is "NTSC filter settings", which needs the NTSC filter to be on.

 

Does this have anything to do with palette or default colours?

First, make sure you are on NTSC and not PAL:

image.thumb.png.a64d6d055e018e54b328e050daf10fa3.png

 

Then, on Display Settings, select "Video artifacts":

image.thumb.png.11e118e96a6b4f75a08b233c3bcd8ee5.png

 

And then yuo have it:

image.thumb.png.89e2a8bca6a6442310524a2f3a6c79da.png

 

Have Fun!

 

  • Like 2
Link to comment
Share on other sites

9 hours ago, zzip said:

I don't have the UI in front of me,  but there are these command line options that will do the same thing:

-ntsc-artif ntsc-full

 

and the following will allow you to choose different artifacting colors, in case the default ones look wrong

 

-artif <mode> Set artifacting mode 0-4 (0 = disable)

-ntsc-artif ntsc-full didn't work. I double checked  for typos, but I still don't trust me. :D Thanks for your help. I appreciate all the effort. :)

 

-artif worked okay, I think. I noticed the different colors, so I'm happy with them.

Link to comment
Share on other sites

8 hours ago, dmsc said:

Hi!

First, make sure you are on NTSC and not PAL:

image.thumb.png.a64d6d055e018e54b328e050daf10fa3.png

 

Then, on Display Settings, select "Video artifacts":

image.thumb.png.11e118e96a6b4f75a08b233c3bcd8ee5.png

 

And then yuo have it:

image.thumb.png.89e2a8bca6a6442310524a2f3a6c79da.png

 

Have Fun!

 

You did it! Thank you so much. :)

 

Unfortunately, :( I can't load a saved state in NTSC mode. The error is "double free or corruption".

 

eugene@eugene-Aspire-5100:~$ atari800 -state .atari/Sessions/Blank
Using Atari800 config file: /home/eugene/.atari800.cfg
Created by Atari 800 Emulator, Version 4.2.0

Video Mode: 588x448x32 windowed without vsync
Video Mode: 336x240x32 windowed without vsync
*** Error in `atari800': double free or corruption (!prev): 0x09b31bd0 ***
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(+0x67377)[0xb7ca0377]
/lib/i386-linux-gnu/libc.so.6(+0x6d2f7)[0xb7ca62f7]
/lib/i386-linux-gnu/libc.so.6(+0x6dc31)[0xb7ca6c31]
/usr/lib/i386-linux-gnu/libX11.so.6(XkbFreeClientMap+0xd1)[0xb7a0a411]
/usr/lib/i386-linux-gnu/libX11.so.6(XkbFreeKeyboard+0xf9)[0xb7a0cd29]
/usr/lib/i386-linux-gnu/libX11.so.6(+0x8cef2)[0xb79feef2]
/usr/lib/i386-linux-gnu/libX11.so.6(_XFreeDisplayStructure+0x1e3)[0xb7998193]
/usr/lib/i386-linux-gnu/libX11.so.6(XCloseDisplay+0xd8)[0xb79852e8]
/usr/lib/i386-linux-gnu/libSDL-1.2.so.0(+0x3eab7)[0xb7e2dab7]
/usr/lib/i386-linux-gnu/libSDL-1.2.so.0(SDL_VideoQuit+0x59)[0xb7e1f579]
/usr/lib/i386-linux-gnu/libSDL-1.2.so.0(SDL_QuitSubSystem+0x6d)[0xb7df639d]
/usr/lib/i386-linux-gnu/libSDL-1.2.so.0(SDL_Quit+0x19)[0xb7df6459]
/usr/lib/i386-linux-gnu/libSDL-1.2.so.0(+0x7931)[0xb7df6931]
[0xb7f50d00]
atari800[0x807906a]
atari800[0x8078587]
atari800[0x80755d0]
atari800[0x80552f5]
atari800[0x8055341]
atari800[0x80871ea]
atari800[0x805453c]                                                             
atari800(main+0x1a)[0x804b49a]                                                  
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf7)[0xb7c51637]               
atari800[0x804b512]                                                             
======= Memory map: ========                                                    
08048000-080f4000 r-xp 00000000 08:01 265265     /usr/local/bin/atari800        
080f4000-080f5000 r--p 000ab000 08:01 265265     /usr/local/bin/atari800        
080f5000-080ff000 rw-p 000ac000 08:01 265265     /usr/local/bin/atari800
080ff000-082b1000 rw-p 00000000 00:00 0 
09aee000-09b87000 rw-p 00000000 00:00 0          [heap]
b6b00000-b6b21000 rw-p 00000000 00:00 0 
b6b21000-b6c00000 ---p 00000000 00:00 0 
b6ce7000-b6cf9000 r-xp 00000000 08:01 2752707    /usr/lib/i386-linux-gnu/libdrm.so.2.4.0
b6cf9000-b6cfa000 ---p 00012000 08:01 2752707    /usr/lib/i386-linux-gnu/libdrm.so.2.4.0
b6cfa000-b6cfb000 r--p 00012000 08:01 2752707    /usr/lib/i386-linux-gnu/libdrm.so.2.4.0
b6cfb000-b6cfc000 rw-p 00013000 08:01 2752707    /usr/lib/i386-linux-gnu/libdrm.so.2.4.0
b6cfc000-b6d01000 r-xp 00000000 08:01 2757816    /usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0
b6d01000-b6d02000 r--p 00004000 08:01 2757816    /usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0
b6d02000-b6d03000 rw-p 00005000 08:01 2757816    /usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0
b6d03000-b6d1b000 r-xp 00000000 08:01 2759149    /usr/lib/i386-linux-gnu/libxcb-glx.so.0.0.0
b6d1b000-b6d1c000 ---p 00018000 08:01 2759149    /usr/lib/i386-linux-gnu/libxcb-glx.so.0.0.0
b6d1c000-b6d1d000 r--p 00018000 08:01 2759149    /usr/lib/i386-linux-gnu/libxcb-glx.so.0.0.0
b6d1d000-b6d1e000 rw-p 00019000 08:01 2759149    /usr/lib/i386-linux-gnu/libxcb-glx.so.0.0.0
b6d1e000-b6d88000 r-xp 00000000 08:01 2753070    /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0
b6d88000-b6d8a000 r--p 00069000 08:01 2753070    /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0
b6d8a000-b6d8f000 rwxp 0006b000 08:01 2753070    /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2.0
b6dea000-b6dee000 r-xp 00000000 08:01 2759145    /usr/lib/i386-linux-gnu/libxcb-dri2.so.0.0.0
b6dee000-b6def000 r--p 00003000 08:01 2759145    /usr/lib/i386-linux-gnu/libxcb-dri2.so.0.0.0
b6def000-b6df0000 rw-p 00004000 08:01 2759145    /usr/lib/i386-linux-gnu/libxcb-dri2.so.0.0.0
b6df0000-b6df1000 r-xp 00000000 08:01 2753953    /usr/lib/i386-linux-gnu/libX11-xcb.so.1.0.0
b6df1000-b6df2000 r--p 00000000 08:01 2753953    /usr/lib/i386-linux-gnu/libX11-xcb.so.1.0.0
b6df2000-b6df3000 rw-p 00001000 08:01 2753953    /usr/lib/i386-linux-gnu/libX11-xcb.so.1.0.0
b6df3000-b6e07000 r-xp 00000000 08:01 2755587    /usr/lib/i386-linux-gnu/libglapi.so.0.0.0
b6e07000-b6e08000 ---p 00014000 08:01 2755587    /usr/lib/i386-linux-gnu/libglapi.so.0.0.0
b6e08000-b6e0a000 r--p 00014000 08:01 2755587    /usr/lib/i386-linux-gnu/libglapi.so.0.0.0
b6e0a000-b6e10000 rwxp 00016000 08:01 2755587    /usr/lib/i386-linux-gnu/libglapi.so.0.0.0
b6e10000-b6e11000 rwxp 00000000 00:00 0 
b6e11000-b6e37000 r-xp 00000000 08:01 2229703    /lib/i386-linux-gnu/libexpat.so.1.6.0
b6e37000-b6e38000 ---p 00026000 08:01 2229703    /lib/i386-linux-gnu/libexpat.so.1.6.0
b6e38000-b6e3a000 r--p 00026000 08:01 2229703    /lib/i386-linux-gnu/libexpat.so.1.6.0
b6e3a000-b6e3b000 rw-p 00028000 08:01 2229703    /lib/i386-linux-gnu/libexpat.so.1.6.0
b6e5b000-b6e60000 r-xp 00000000 08:01 2757782    /usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
b6e60000-b6e61000 r--p 00004000 08:01 2757782    /usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
b6e61000-b6e62000 rw-p 00005000 08:01 2757782    /usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
b6e62000-b6e6c000 r-xp 00000000 08:01 2757800    /usr/lib/i386-linux-gnu/libXrender.so.1.3.0
b6e6c000-b6e6d000 r--p 00009000 08:01 2757800    /usr/lib/i386-linux-gnu/libXrender.so.1.3.0
b6e6d000-b6e6e000 rw-p 0000a000 08:01 2757800    /usr/lib/i386-linux-gnu/libXrender.so.1.3.0
b6e6e000-b6e78000 r-xp 00000000 08:01 2756324    /usr/lib/i386-linux-gnu/libXcursor.so.1.0.2
b6e78000-b6e79000 r--p 00009000 08:01 2756324    /usr/lib/i386-linux-gnu/libXcursor.so.1.0.2
b6e79000-b6e7a000 rw-p 0000a000 08:01 2756324    /usr/lib/i386-linux-gnu/libXcursor.so.1.0.2
b6e7a000-b6fac000 r--p 00199000 08:01 2752616    /usr/lib/locale/locale-archive
b6fac000-b71ac000 r--p 00000000 08:01 2752616    /usr/lib/locale/locale-archive
b71ac000-b71b0000 rw-p 00000000 00:00 0 
b71b0000-b71da000 r-xp 00000000 08:01 2759049    /usr/lib/i386-linux-gnu/libvorbis.so.0.4.8
b71da000-b71db000 r--p 00029000 08:01 2759049    /usr/lib/i386-linux-gnu/libvorbis.so.0.4.8
b71db000-b71dc000 rw-p 0002a000 08:01 2759049    /usr/lib/i386-linux-gnu/libvorbis.so.0.4.8
b71dc000-b71e3000 r-xp 00000000 08:01 2758653    /usr/lib/i386-linux-gnu/libogg.so.0.8.2
b71e3000-b71e4000 r--p 00006000 08:01 2758653    /usr/lib/i386-linux-gnu/libogg.so.0.8.2
b71e4000-b71e5000 rw-p 00007000 08:01 2758653    /usr/lib/i386-linux-gnu/libogg.so.0.8.2
b71e5000-b71f9000 r-xp 00000000 08:01 2229746    /lib/i386-linux-gnu/libgpg-error.so.0.17.0
b71f9000-b71fa000 r--p 00013000 08:01 2229746    /lib/i386-linux-gnu/libgpg-error.so.0.17.0
b71fa000-b71fb000 rw-p 00014000 08:01 2229746    /lib/i386-linux-gnu/libgpg-error.so.0.17.0
b71fb000-b726e000 r-xp 00000000 08:01 2229827    /lib/i386-linux-gnu/libpcre.so.3.13.2
b726e000-b726f000 r--p 00072000 08:01 2229827    /lib/i386-linux-gnu/libpcre.so.3.13.2
b726f000-b7270000 rw-p 00073000 08:01 2229827    /lib/i386-linux-gnu/libpcre.so.3.13.2
b7270000-b7271000 rw-p 00000000 00:00 0 
b7271000-b7285000 r-xp 00000000 08:01 2240091    /lib/i386-linux-gnu/libresolv-2.23.so
b7285000-b7286000 ---p 00014000 08:01 2240091    /lib/i386-linux-gnu/libresolv-2.23.so
b7286000-b7287000 r--p 00014000 08:01 2240091    /lib/i386-linux-gnu/libresolv-2.23.so
b7287000-b7288000 rw-p 00015000 08:01 2240091    /lib/i386-linux-gnu/libresolv-2.23.so
b7288000-b728a000 rw-p 00000000 00:00 0 
b728a000-b7304000 r-xp 00000000 08:01 2759051    /usr/lib/i386-linux-gnu/libvorbisenc.so.2.0.11
b7304000-b7315000 r--p 00079000 08:01 2759051    /usr/lib/i386-linux-gnu/libvorbisenc.so.2.0.11
b7315000-b7316000 rw-p 0008a000 08:01 2759051    /usr/lib/i386-linux-gnu/libvorbisenc.so.2.0.11
b7316000-b7374000 r-xp 00000000 08:01 2757282    /usr/lib/i386-linux-gnu/libFLAC.so.8.3.0
b7374000-b7375000 r--p 0005d000 08:01 2757282    /usr/lib/i386-linux-gnu/libFLAC.so.8.3.0
b7375000-b7376000 rw-p 0005e000 08:01 2757282    /usr/lib/i386-linux-gnu/libFLAC.so.8.3.0
b7376000-b738d000 r-xp 00000000 08:01 2240093    /lib/i386-linux-gnu/libnsl-2.23.so
b738d000-b738e000 r--p 00016000 08:01 2240093    /lib/i386-linux-gnu/libnsl-2.23.so
b738e000-b738f000 rw-p 00017000 08:01 2240093    /lib/i386-linux-gnu/libnsl-2.23.so
b738f000-b7391000 rw-p 00000000 00:00 0 
b7391000-b73ad000 r-xp 00000000 08:01 2229740    /lib/i386-linux-gnu/libgcc_s.so.1
b73ad000-b73ae000 rw-p 0001b000 08:01 2229740    /lib/i386-linux-gnu/libgcc_s.so.1
b73ae000-b73af000 rw-p 00000000 00:00 0 
b73af000-b745a000 r-xp 00000000 08:01 2228395    /lib/i386-linux-gnu/libgcrypt.so.20.0.5
b745a000-b745b000 r--p 000aa000 08:01 2228395    /lib/i386-linux-gnu/libgcrypt.so.20.0.5
b745b000-b745e000 rw-p 000ab000 08:01 2228395    /lib/i386-linux-gnu/libgcrypt.so.20.0.5
b745e000-b7482000 r-xp 00000000 08:01 2229769    /lib/i386-linux-gnu/liblzma.so.5.0.0
b7482000-b7483000 r--p 00023000 08:01 2229769    /lib/i386-linux-gnu/liblzma.so.5.0.0
b7483000-b7484000 rw-p 00024000 08:01 2229769    /lib/i386-linux-gnu/liblzma.so.5.0.0
b7484000-b74a6000 r-xp 00000000 08:01 2229856    /lib/i386-linux-gnu/libselinux.so.1
b74a6000-b74a7000 ---p 00022000 08:01 2229856    /lib/i386-linux-gnu/libselinux.so.1
b74a7000-b74a8000 r--p 00022000 08:01 2229856    /lib/i386-linux-gnu/libselinux.so.1
b74a8000-b74a9000 rw-p 00023000 08:01 2229856    /lib/i386-linux-gnu/libselinux.so.1
b74a9000-b74aa000 rw-p 00000000 00:00 0 
b74aa000-b74af000 r-xp 00000000 08:01 2757778    /usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
b74af000-b74b0000 r--p 00004000 08:01 2757778    /usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
b74b0000-b74b1000 rw-p 00005000 08:01 2757778    /usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
b74b1000-b74b3000 r-xp 00000000 08:01 2757767    /usr/lib/i386-linux-gnu/libXau.so.6.0.0
b74b3000-b74b4000 r--p 00001000 08:01 2757767    /usr/lib/i386-linux-gnu/libXau.so.6.0.0
b74b4000-b74b5000 rw-p 00002000 08:01 2757767    /usr/lib/i386-linux-gnu/libXau.so.6.0.0
b74b5000-b74b6000 rw-p 00000000 00:00 0 
b74b6000-b74bb000 r-xp 00000000 08:01 2757871    /usr/lib/i386-linux-gnu/libasyncns.so.0.3.1
b74bb000-b74bc000 r--p 00004000 08:01 2757871    /usr/lib/i386-linux-gnu/libasyncns.so.0.3.1
b74bc000-b74bd000 rw-p 00005000 08:01 2757871    /usr/lib/i386-linux-gnu/libasyncns.so.0.3.1
b74bd000-b752f000 r-xp 00000000 08:01 2757013    /usr/lib/i386-linux-gnu/libsndfile.so.1.0.25
b752f000-b7531000 r--p 00071000 08:01 2757013    /usr/lib/i386-linux-gnu/libsndfile.so.1.0.25
b7531000-b7532000 rw-p 00073000 08:01 2757013    /usr/lib/i386-linux-gnu/libsndfile.so.1.0.25
b7532000-b7536000 rw-p 00000000 00:00 0 
b7536000-b753e000 r-xp 00000000 08:01 2229884    /lib/i386-linux-gnu/libwrap.so.0.7.6
b753e000-b753f000 r--p 00007000 08:01 2229884    /lib/i386-linux-gnu/libwrap.so.0.7.6
b753f000-b7540000 rw-p 00008000 08:01 2229884    /lib/i386-linux-gnu/libwrap.so.0.7.6
b7540000-b75cc000 r-xp 00000000 08:01 2230026    /lib/i386-linux-gnu/libsystemd.so.0.14.0
b75cc000-b75ce000 r--p 0008b000 08:01 2230026    /lib/i386-linux-gnu/libsystemd.so.0.14.0
b75ce000-b75cf000 rw-p 0008d000 08:01 2230026    /lib/i386-linux-gnu/libsystemd.so.0.14.0
b75cf000-b75ef000 r-xp 00000000 08:01 2229870    /lib/i386-linux-gnu/libtinfo.so.5.9
b75ef000-b75f1000 r--p 0001f000 08:01 2229870    /lib/i386-linux-gnu/libtinfo.so.5.9
b75f1000-b75f2000 rw-p 00021000 08:01 2229870    /lib/i386-linux-gnu/libtinfo.so.5.9
b75f2000-b75f3000 rw-p 00000000 00:00 0 
b75f3000-b7625000 r-xp 00000000 08:01 2229782    /lib/i386-linux-gnu/libncursesw.so.5.9
b7625000-b7626000 ---p 00032000 08:01 2229782    /lib/i386-linux-gnu/libncursesw.so.5.9
b7626000-b7627000 r--p 00032000 08:01 2229782    /lib/i386-linux-gnu/libncursesw.so.5.9
b7627000-b7628000 rw-p 00033000 08:01 2229782    /lib/i386-linux-gnu/libncursesw.so.5.9
b7628000-b7716000 r-xp 00000000 08:01 2233400    /lib/i386-linux-gnu/libslang.so.2.3.0
b7716000-b7717000 ---p 000ee000 08:01 2233400    /lib/i386-linux-gnu/libslang.so.2.3.0
b7717000-b7719000 r--p 000ee000 08:01 2233400    /lib/i386-linux-gnu/libslang.so.2.3.0
b7719000-b7728000 rw-p 000f0000 08:01 2233400    /lib/i386-linux-gnu/libslang.so.2.3.0
b7728000-b7756000 rw-p 00000000 00:00 0 
b7756000-b777a000 r-xp 00000000 08:01 2759179    /usr/lib/i386-linux-gnu/libxcb.so.1.1.0
b777a000-b777b000 r--p 00023000 08:01 2759179    /usr/lib/i386-linux-gnu/libxcb.so.1.1.0
b777b000-b777c000 rw-p 00024000 08:01 2759179    /usr/lib/i386-linux-gnu/libxcb.so.1.1.0
b777c000-b77d4000 r-xp 00000000 08:01 2229899    /lib/i386-linux-gnu/libdbus-1.so.3.14.6
b77d4000-b77d5000 r--p 00057000 08:01 2229899    /lib/i386-linux-gnu/libdbus-1.so.3.14.6
b77d5000-b77d6000 rw-p 00058000 08:01 2229899    /lib/i386-linux-gnu/libdbus-1.so.3.14.6
b77d6000-b77e0000 r-xp 00000000 08:01 2229761    /lib/i386-linux-gnu/libjson-c.so.2.0.0
b77e0000-b77e1000 r--p 00009000 08:01 2229761    /lib/i386-linux-gnu/libjson-c.so.2.0.0
b77e1000-b77e2000 rw-p 0000a000 08:01 2229761    /lib/i386-linux-gnu/libjson-c.so.2.0.0
b77e2000-b77e3000 rw-p 00000000 00:00 0 
b77e3000-b7869000 r-xp 00000000 08:01 2759069    /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-8.0.so
b7869000-b786a000 r--p 00085000 08:01 2759069    /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-8.0.so
b786a000-b786b000 rw-p 00086000 08:01 2759069    /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-8.0.so
b786b000-b7872000 r-xp 00000000 08:01 2228266    /lib/i386-linux-gnu/librt-2.23.so
b7872000-b7873000 r--p 00006000 08:01 2228266    /lib/i386-linux-gnu/librt-2.23.so
b7873000-b7874000 rw-p 00007000 08:01 2228266    /lib/i386-linux-gnu/librt-2.23.so
b7874000-b788d000 r-xp 00000000 08:01 2229854    /lib/i386-linux-gnu/libpthread-2.23.so
b788d000-b788e000 r--p 00018000 08:01 2229854    /lib/i386-linux-gnu/libpthread-2.23.so
b788e000-b788f000 rw-p 00019000 08:01 2229854    /lib/i386-linux-gnu/libpthread-2.23.so
b788f000-b7891000 rw-p 00000000 00:00 0 
b7891000-b7959000 r-xp 00000000 08:01 2755417    /usr/lib/i386-linux-gnu/libcaca.so.0.99.19
b7959000-b795a000 ---p 000c8000 08:01 2755417    /usr/lib/i386-linux-gnu/libcaca.so.0.99.19
b795a000-b795b000 r--p 000c8000 08:01 2755417    /usr/lib/i386-linux-gnu/libcaca.so.0.99.19
b795b000-b795c000 rw-p 000c9000 08:01 2755417    /usr/lib/i386-linux-gnu/libcaca.so.0.99.19
b795c000-b796f000 r-xp 00000000 08:01 2757780    /usr/lib/i386-linux-gnu/libXext.so.6.4.0
b796f000-b7970000 r--p 00012000 08:01 2757780    /usr/lib/i386-linux-gnu/libXext.so.6.4.0
b7970000-b7971000 rw-p 00013000 08:01 2757780    /usr/lib/i386-linux-gnu/libXext.so.6.4.0
b7971000-b7972000 rw-p 00000000 00:00 0 
b7972000-b7ab8000 r-xp 00000000 08:01 2755195    /usr/lib/i386-linux-gnu/libX11.so.6.3.0
b7ab8000-b7ab9000 ---p 00146000 08:01 2755195    /usr/lib/i386-linux-gnu/libX11.so.6.3.0
b7ab9000-b7aba000 r--p 00146000 08:01 2755195    /usr/lib/i386-linux-gnu/libX11.so.6.3.0
b7aba000-b7abc000 rw-p 00147000 08:01 2755195    /usr/lib/i386-linux-gnu/libX11.so.6.3.0
b7abc000-b7abd000 rw-p 00000000 00:00 0 
b7abd000-b7b14000 r-xp 00000000 08:01 2759068    /usr/lib/i386-linux-gnu/libpulse.so.0.19.0
b7b14000-b7b15000 ---p 00057000 08:01 2759068    /usr/lib/i386-linux-gnu/libpulse.so.0.19.0
b7b15000-b7b16000 r--p 00057000 08:01 2759068    /usr/lib/i386-linux-gnu/libpulse.so.0.19.0
b7b16000-b7b17000 rw-p 00058000 08:01 2759068    /usr/lib/i386-linux-gnu/libpulse.so.0.19.0
b7b17000-b7b1b000 r-xp 00000000 08:01 2753488    /usr/lib/i386-linux-gnu/libpulse-simple.so.0.1.0
b7b1b000-b7b1c000 r--p 00003000 08:01 2753488    /usr/lib/i386-linux-gnu/libpulse-simple.so.0.1.0
b7b1c000-b7b1d000 rw-p 00004000 08:01 2753488    /usr/lib/i386-linux-gnu/libpulse-simple.so.0.1.0
b7b1d000-b7b20000 r-xp 00000000 08:01 2229736    /lib/i386-linux-gnu/libdl-2.23.so
b7b20000-b7b21000 r--p 00002000 08:01 2229736    /lib/i386-linux-gnu/libdl-2.23.so
b7b21000-b7b22000 rw-p 00003000 08:01 2229736    /lib/i386-linux-gnu/libdl-2.23.so
b7b22000-b7c32000 r-xp 00000000 08:01 2757861    /usr/lib/i386-linux-gnu/libasound.so.2.0.0
b7c32000-b7c33000 ---p 00110000 08:01 2757861    /usr/lib/i386-linux-gnu/libasound.so.2.0.0
b7c33000-b7c37000 r--p 00110000 08:01 2757861    /usr/lib/i386-linux-gnu/libasound.so.2.0.0
b7c37000-b7c38000 rw-p 00114000 08:01 2757861    /usr/lib/i386-linux-gnu/libasound.so.2.0.0
b7c38000-b7c39000 rw-p 00000000 00:00 0 
b7c39000-b7de9000 r-xp 00000000 08:01 2240098    /lib/i386-linux-gnu/libc-2.23.so
b7de9000-b7deb000 r--p 001af000 08:01 2240098    /lib/i386-linux-gnu/libc-2.23.so
b7deb000-b7dec000 rw-p 001b1000 08:01 2240098    /lib/i386-linux-gnu/libc-2.23.so
b7dec000-b7def000 rw-p 00000000 00:00 0 
b7def000-b7e64000 r-xp 00000000 08:01 2753813    /usr/lib/i386-linux-gnu/libSDL-1.2.so.0.11.4
b7e64000-b7e65000 ---p 00075000 08:01 2753813    /usr/lib/i386-linux-gnu/libSDL-1.2.so.0.11.4
b7e65000-b7e66000 r--p 00075000 08:01 2753813    /usr/lib/i386-linux-gnu/libSDL-1.2.so.0.11.4
b7e66000-b7e67000 rw-p 00076000 08:01 2753813    /usr/lib/i386-linux-gnu/libSDL-1.2.so.0.11.4
b7e67000-b7e91000 rw-p 00000000 00:00 0 
b7e91000-b7eaa000 r-xp 00000000 08:01 2228402    /lib/i386-linux-gnu/libz.so.1.2.8
b7eaa000-b7eab000 r--p 00018000 08:01 2228402    /lib/i386-linux-gnu/libz.so.1.2.8
b7eab000-b7eac000 rw-p 00019000 08:01 2228402    /lib/i386-linux-gnu/libz.so.1.2.8
b7eac000-b7ed5000 r-xp 00000000 08:01 2229678    /lib/i386-linux-gnu/libpng12.so.0.54.0
b7ed5000-b7ed6000 r--p 00028000 08:01 2229678    /lib/i386-linux-gnu/libpng12.so.0.54.0
b7ed6000-b7ed7000 rw-p 00029000 08:01 2229678    /lib/i386-linux-gnu/libpng12.so.0.54.0
b7ed7000-b7f2a000 r-xp 00000000 08:01 2240101    /lib/i386-linux-gnu/libm-2.23.so
b7f2a000-b7f2b000 r--p 00052000 08:01 2240101    /lib/i386-linux-gnu/libm-2.23.so
b7f2b000-b7f2c000 rw-p 00053000 08:01 2240101    /lib/i386-linux-gnu/libm-2.23.so
b7f2d000-b7f2e000 rw-p 00000000 00:00 0 
b7f2e000-b7f30000 r-xp 00000000 08:01 2757776    /usr/lib/i386-linux-gnu/libXdamage.so.1.1.0
b7f30000-b7f31000 r--p 00001000 08:01 2757776    /usr/lib/i386-linux-gnu/libXdamage.so.1.1.0
b7f31000-b7f32000 rw-p 00002000 08:01 2757776    /usr/lib/i386-linux-gnu/libXdamage.so.1.1.0
b7f32000-b7f33000 r-xp 00000000 08:01 2759192    /usr/lib/i386-linux-gnu/libxshmfence.so.1.0.0
b7f33000-b7f34000 r--p 00000000 08:01 2759192    /usr/lib/i386-linux-gnu/libxshmfence.so.1.0.0
b7f34000-b7f35000 rw-p 00001000 08:01 2759192    /usr/lib/i386-linux-gnu/libxshmfence.so.1.0.0
b7f35000-b7f3a000 r-xp 00000000 08:01 2759171    /usr/lib/i386-linux-gnu/libxcb-sync.so.1.0.0
b7f3a000-b7f3b000 ---p 00005000 08:01 2759171    /usr/lib/i386-linux-gnu/libxcb-sync.so.1.0.0
b7f3b000-b7f3c000 r--p 00005000 08:01 2759171    /usr/lib/i386-linux-gnu/libxcb-sync.so.1.0.0
b7f3c000-b7f3d000 rw-p 00006000 08:01 2759171    /usr/lib/i386-linux-gnu/libxcb-sync.so.1.0.0
b7f3d000-b7f3f000 r-xp 00000000 08:01 2759157    /usr/lib/i386-linux-gnu/libxcb-present.so.0.0.0
b7f3f000-b7f40000 r--p 00001000 08:01 2759157    /usr/lib/i386-linux-gnu/libxcb-present.so.0.0.0
b7f40000-b7f41000 rw-p 00002000 08:01 2759157    /usr/lib/i386-linux-gnu/libxcb-present.so.0.0.0
b7f41000-b7f43000 r-xp 00000000 08:01 2759147    /usr/lib/i386-linux-gnu/libxcb-dri3.so.0.0.0
b7f43000-b7f44000 r--p 00001000 08:01 2759147    /usr/lib/i386-linux-gnu/libxcb-dri3.so.0.0.0
b7f44000-b7f45000 rw-p 00002000 08:01 2759147    /usr/lib/i386-linux-gnu/libxcb-dri3.so.0.0.0Aborted (core dumped)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...