<?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: Xserver in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188308#M73222</link>
    <description>1. Check that your graphics card was selected properly. Find out your actual graphics card and modify the /etc/X11/XF86Config , section "Device" option "Driver". Drivers are located at /usr/X11R6/lib/modules/drivers/*_drv.o.&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;2. &lt;BR /&gt;# xf86config&lt;BR /&gt;answer the questions, save and execute:&lt;BR /&gt;# startx `which twm`&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Feb 2004 11:07:36 GMT</pubDate>
    <dc:creator>Sergejs Svitnevs</dc:creator>
    <dc:date>2004-02-11T11:07:36Z</dc:date>
    <item>
      <title>Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188297#M73211</link>
      <description>Hi,&lt;BR /&gt;On RedHat9 the Xserver would not start. The errors are:&lt;BR /&gt;&lt;BR /&gt;Could not init font path element unix/:7100, removing from list!&lt;BR /&gt;Fatal server error:&lt;BR /&gt;could not open default font 'fixed'&lt;BR /&gt;&lt;BR /&gt;I found that /usr/X11R6/lib/fonts directory structure does not exist. Can I copy it from somewhere? &lt;BR /&gt;&lt;BR /&gt;Any other ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Elena.</description>
      <pubDate>Tue, 10 Feb 2004 16:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188297#M73211</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2004-02-10T16:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188298#M73212</link>
      <description>Hi Elena; You should be able to RPM the fonts from the RH 9 CD.</description>
      <pubDate>Tue, 10 Feb 2004 17:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188298#M73212</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-02-10T17:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188299#M73213</link>
      <description>The rpm installer will let you install the fonts and dependencies(there are some).&lt;BR /&gt;&lt;BR /&gt;With all the cd's present and a careful read on the error messages to pick up all the rpms you need.&lt;BR /&gt;&lt;BR /&gt;use the rpm -iv filename.rpm comand. The verbose output has been very helpful to me.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Feb 2004 20:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188299#M73213</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-10T20:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188300#M73214</link>
      <description>BTW, is xfs [font server]  running?&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep xfs &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly</description>
      <pubDate>Wed, 11 Feb 2004 04:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188300#M73214</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-02-11T04:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188301#M73215</link>
      <description>IMHO The font server is not running, so the required fonts cannot be loaded. If you don't have xfs installed, you need to install it.&lt;BR /&gt;Check if your xfs is already installed on your system:&lt;BR /&gt;# rpm -qa |grep xfs&lt;BR /&gt;&lt;BR /&gt;Check which port is running on:&lt;BR /&gt;# ps ax|grep xfs&lt;BR /&gt;&lt;BR /&gt;Check your XFree86 font path:&lt;BR /&gt;# xset -q&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 05:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188301#M73215</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-02-11T05:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188302#M73216</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The font server ran at initial install, and after a reboot it broke for some mysterious reason or may be it is something else. At this point a DISPLAY variable is not set. &lt;BR /&gt;&lt;BR /&gt;rpm -qa|grep xfs&lt;BR /&gt;XFree86-xfs-4.3.0-2&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep xfs shows that xfs is running&lt;BR /&gt;&lt;BR /&gt;xset -q &lt;BR /&gt;xset: unable to open display&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 08:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188302#M73216</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2004-02-11T08:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188303#M73217</link>
      <description>did you try redhat-config-xwindow ?</description>
      <pubDate>Wed, 11 Feb 2004 08:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188303#M73217</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-02-11T08:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188304#M73218</link>
      <description>You have to install some fonts rpm (if these rpm's don't exist):&lt;BR /&gt;&lt;BR /&gt;XFree86-base-fonts&lt;BR /&gt;XFree86-100dpi-fonts&lt;BR /&gt;XFree86-75dpi-fonts&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Wed, 11 Feb 2004 09:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188304#M73218</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-02-11T09:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188305#M73219</link>
      <description>Is there any other messages in the logs under /var/adm.&lt;BR /&gt;&lt;BR /&gt;The font server is having some problems in getting the fonts to work.  Somehow the installation didnt do it properly at the first time.  Reinstall those rpms again as said by  Sergejs.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Umapathy</description>
      <pubDate>Wed, 11 Feb 2004 09:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188305#M73219</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2004-02-11T09:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188306#M73220</link>
      <description>OK, let me tell you what is happening. At boot, when it reaches the line "Starting xfs " a login prompt appeares for a second and then the screen goes grey. Eventually a message saying "I cannot start X server. It is likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem?" appears. I said Yes, and it shows the tail of /var/log/XFree86.0.log that I posted in my message. Next it asks "would you like me to try to run the X configuration program?" I said - yes, and entered a password. Finally, it says "I will now try to restart the X server again." OK, and the screen goes grey again then the message "I cannot start .." appears and I say NO this time, so it says "I will disable this X server for now. Restart GDM when it is configured correctly" OK, - and I am at the login prompt. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Elena</description>
      <pubDate>Wed, 11 Feb 2004 09:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188306#M73220</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2004-02-11T09:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188307#M73221</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I tried to reinstall the fonts, but they are already installed. Since I am just playing with Linux, I decided to reinstall it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Elena.</description>
      <pubDate>Wed, 11 Feb 2004 10:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188307#M73221</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2004-02-11T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Xserver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188308#M73222</link>
      <description>1. Check that your graphics card was selected properly. Find out your actual graphics card and modify the /etc/X11/XF86Config , section "Device" option "Driver". Drivers are located at /usr/X11R6/lib/modules/drivers/*_drv.o.&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;2. &lt;BR /&gt;# xf86config&lt;BR /&gt;answer the questions, save and execute:&lt;BR /&gt;# startx `which twm`&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2004 11:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xserver/m-p/3188308#M73222</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-02-11T11:07:36Z</dc:date>
    </item>
  </channel>
</rss>

