<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: backing-store in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579940#M12893</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can you explain what you need it for?&lt;BR /&gt;There are some references to that concerning graphics or programming.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Jul 2005 00:21:18 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2005-07-12T00:21:18Z</dc:date>
    <item>
      <title>backing-store</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579939#M12892</link>
      <description>Hi,&lt;BR /&gt;How can I set backing-store to YES?&lt;BR /&gt;I use tru64 unix 5.1a.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jul 2005 22:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579939#M12892</guid>
      <dc:creator>Kim_9</dc:creator>
      <dc:date>2005-07-11T22:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: backing-store</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579940#M12893</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can you explain what you need it for?&lt;BR /&gt;There are some references to that concerning graphics or programming.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2005 00:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579940#M12893</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2005-07-12T00:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: backing-store</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579941#M12894</link>
      <description>I need to set always for my applications.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 12 Jul 2005 21:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579941#M12894</guid>
      <dc:creator>Kim_9</dc:creator>
      <dc:date>2005-07-12T21:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: backing-store</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579942#M12895</link>
      <description>Assuming you need it for X11, it is typically enabled by default. Which X server are you using?&lt;BR /&gt;&lt;BR /&gt;If you run the xdpyinfo command, it will display whether backing store is enabled, e.g.:&lt;BR /&gt;&lt;BR /&gt;# xdpyinfo | grep -i backing&lt;BR /&gt;  options:    backing-store YES, save-unders YES&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 04:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579942#M12895</guid>
      <dc:creator>Han Pilmeyer</dc:creator>
      <dc:date>2005-07-13T04:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: backing-store</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579943#M12896</link>
      <description>** Note, there are some limitations to backingstore and saveunders... I believe that they aren't always guaranteed.***&lt;BR /&gt;&lt;BR /&gt;BackingStore is enabled by default on certain graphics cards.  You can only disable BackingStore and SaveUnders based on the command-line switches that are passed into the startup of the Xserver.&lt;BR /&gt;&lt;BR /&gt;(see Manpages for Xdec)&lt;BR /&gt;&lt;BR /&gt;On Tru64 Unix v5.1b, to explicitly turn off bs and su, you would want to edit the file /var/X11/Xserver.conf.&lt;BR /&gt;&lt;BR /&gt;Down at the bottom of the file you will find a "stanza" that begins with:&lt;BR /&gt;&lt;BR /&gt;! you specify command line arguments here&lt;BR /&gt;args &amp;lt;&lt;BR /&gt;-pn&lt;BR /&gt;&amp;gt;&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;and change it to look like this:&lt;BR /&gt;&lt;BR /&gt;! you specify command line arguments here&lt;BR /&gt;args &amp;lt;&lt;BR /&gt;-pn -su -bs&lt;BR /&gt;&amp;gt;&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;Then restart Xdec using /sbin/init.d/xlogin.&lt;BR /&gt;&lt;BR /&gt;However, if your graphics card has SU and BS disabled by default, you may be able to change it (enable it) by changing the color depth from 24 bits to 8 bits per pixel.&lt;BR /&gt;&lt;BR /&gt;This is how it is done on a Radeon Graphics Card:&lt;BR /&gt;&lt;BR /&gt;! you specify command line arguments here&lt;BR /&gt;args &amp;lt;&lt;BR /&gt;! Start Graphics Radeon required svr args.&lt;BR /&gt;        -depth0 8&lt;BR /&gt;! End Graphics ATI Radeon Server args.&lt;BR /&gt;        -pn&lt;BR /&gt;&amp;gt;&lt;BR /&gt;! CONFIGURED FOR DEVICE RADEON&lt;BR /&gt;&lt;BR /&gt;Save the Xserver.conf file and then restart Xwindows using &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xlogin stop &lt;BR /&gt;-{wait for server to run-down}&lt;BR /&gt;-then- &lt;BR /&gt;/sbin/init.d/xlogin start&lt;BR /&gt;&lt;BR /&gt;Login and check it again using "/usr/bin/X11/xdpyinfo"&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Rick Retterer&lt;BR /&gt;HP Services&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 07:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/backing-store/m-p/3579943#M12896</guid>
      <dc:creator>Rick Retterer</dc:creator>
      <dc:date>2005-07-13T07:12:37Z</dc:date>
    </item>
  </channel>
</rss>

