<?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 Xvfb does not start on SLES 10 install in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060502#M64702</link>
    <description>When trying to start Xvfb for vague java apps using the line "/usr/X11R6/bin/Xvfb :1 -screen 0 800x600x16 -fbdir /usr/src &amp;amp;" I get the following error:&lt;BR /&gt;&lt;BR /&gt;Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from list!&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing from list!&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!&lt;BR /&gt;&lt;BR /&gt;Fatal server error:&lt;BR /&gt;could not open default font 'fixed'&lt;BR /&gt;&lt;BR /&gt;Which all is rather weird, I 've install nearly every possible fonts rpm package. I've ran fonts-config and fc-cache a dozen of times. Added the alias "fixed -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1" in /usr/X11R6/lib/X11/fonts/misc/fonts.alias&lt;BR /&gt;&lt;BR /&gt;This is a headless server (and is to be kept that way, so no /etc/X11/xorg.conf etc... is installed).&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 30 Jul 2007 04:22:28 GMT</pubDate>
    <dc:creator>Van den Broeck Tijl</dc:creator>
    <dc:date>2007-07-30T04:22:28Z</dc:date>
    <item>
      <title>Xvfb does not start on SLES 10 install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060502#M64702</link>
      <description>When trying to start Xvfb for vague java apps using the line "/usr/X11R6/bin/Xvfb :1 -screen 0 800x600x16 -fbdir /usr/src &amp;amp;" I get the following error:&lt;BR /&gt;&lt;BR /&gt;Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from list!&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from list!&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing from list!&lt;BR /&gt;Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!&lt;BR /&gt;&lt;BR /&gt;Fatal server error:&lt;BR /&gt;could not open default font 'fixed'&lt;BR /&gt;&lt;BR /&gt;Which all is rather weird, I 've install nearly every possible fonts rpm package. I've ran fonts-config and fc-cache a dozen of times. Added the alias "fixed -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1" in /usr/X11R6/lib/X11/fonts/misc/fonts.alias&lt;BR /&gt;&lt;BR /&gt;This is a headless server (and is to be kept that way, so no /etc/X11/xorg.conf etc... is installed).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2007 04:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060502#M64702</guid>
      <dc:creator>Van den Broeck Tijl</dc:creator>
      <dc:date>2007-07-30T04:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb does not start on SLES 10 install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060503#M64703</link>
      <description>This is how our start up script.U need the mwm(The Motif Window Manager) to get the X program working properly.Just X wont work .&lt;BR /&gt;&lt;BR /&gt;#cat /applmgr/scripts/boot/start_Xvfb.sh&lt;BR /&gt;&lt;BR /&gt;hostname=`/bin/hostname`&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=${hostname}:15.0&lt;BR /&gt;/usr/X11R6/bin/mwm &amp;amp;&lt;BR /&gt;sleep 2&lt;BR /&gt;/usr/X11R6/bin/Xvfb :15 -ac -screen 0  1024x768x8 &amp;amp;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2007 21:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060503#M64703</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-30T21:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb does not start on SLES 10 install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060504#M64704</link>
      <description>The font path can be specified with the -fp option.  This would be a comma separated list of directories which contains fonts - AND the fonts.dir, which is an index into the fonts in the directory.&lt;BR /&gt;&lt;BR /&gt;Another option would be to start the font server (xfs) and ensure that Xvfb points to it. &lt;BR /&gt;&lt;BR /&gt;You can often get an idea of the necessary options for Xvfb by examining the options on the Xserver that is controlling the desktop.&lt;BR /&gt;(ps -ef | grep X) &lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2007 08:29:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060504#M64704</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2007-07-31T08:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb does not start on SLES 10 install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060505#M64705</link>
      <description>here is another one&lt;BR /&gt;&lt;BR /&gt;root     20323     1  0 09:49 pts/8    00:00:00 /usr/X11R6/bin/Xvfb :13 -screen 0 6x6x8 -pn -fp /usr/lib/X11/fonts/misc -sp /etc/X11/xserver/SecurityPolicy&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2007 08:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060505#M64705</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-31T08:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb does not start on SLES 10 install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060506#M64706</link>
      <description>check /var/log/Xorg.0.log or an equivalent log file</description>
      <pubDate>Tue, 31 Jul 2007 20:18:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060506#M64706</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-31T20:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb does not start on SLES 10 install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060507#M64707</link>
      <description>check variable RGB_DB and what is the path it is suppose to get set; where is it defined and its existence;In your case &lt;BR /&gt;&lt;BR /&gt;"Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'"&lt;BR /&gt;&lt;BR /&gt;here is what i am seeing in ny log file. I have "Red Hat Enterprise Linux AS release 4 (Nahant Update 4)"&lt;BR /&gt;&lt;BR /&gt;==) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"&lt;BR /&gt;(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"&lt;BR /&gt;(==) ModulePath set to "/usr/X11R6/lib/modules"&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2007 20:29:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060507#M64707</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-31T20:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb does not start on SLES 10 install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060508#M64708</link>
      <description>Starting with the -fp's didn't do much either. &lt;BR /&gt;&lt;BR /&gt;/usr/X11R6/lib/X11/rgb exists and has the necessary contents.&lt;BR /&gt;&lt;BR /&gt;Anyhow, the problem was fixed by, yes stupidly enough, installing the fixed fonts. I made the wrong assumption that Novell supplies those obvious &amp;amp; essential fonts, but apparently they don't have the fixed fonts in any package, so I had to pull them of a Debian system.</description>
      <pubDate>Wed, 01 Aug 2007 03:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060508#M64708</guid>
      <dc:creator>Van den Broeck Tijl</dc:creator>
      <dc:date>2007-08-01T03:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Xvfb does not start on SLES 10 install</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060509#M64709</link>
      <description>See above reply.</description>
      <pubDate>Wed, 01 Aug 2007 05:26:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xvfb-does-not-start-on-sles-10-install/m-p/5060509#M64709</guid>
      <dc:creator>Van den Broeck Tijl</dc:creator>
      <dc:date>2007-08-01T05:26:06Z</dc:date>
    </item>
  </channel>
</rss>

