<?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: installing problem (from very beginner) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/installing-problem-from-very-beginner/m-p/2438540#M80816</link>
    <description>Sam,&lt;BR /&gt;&lt;BR /&gt;Assuming you have properly installed XFree86*.rpms check if you use standard (SVGA) or accelerated server:&lt;BR /&gt;&lt;BR /&gt;cd /etc/X11&lt;BR /&gt;ls -l&lt;BR /&gt;&lt;BR /&gt;You have to see something like: &lt;BR /&gt;X -&amp;gt; ../../usr/X11R6/bin/XF86_SVGA&lt;BR /&gt;&lt;BR /&gt;If X is link to some different than XF86_SVGA, install "XFree86-SVGA*.rpm" and point X to XF86_SVGA:&lt;BR /&gt;&lt;BR /&gt;ln -s /path/to/XF86_SVGA /etc/X11/X&lt;BR /&gt;&lt;BR /&gt;Run Xconfigurator, choose you monitor as Super VGA 800/600; resolution  16 bit or less (DO NOT try with 32 bit color).&lt;BR /&gt;Enter startx.&lt;BR /&gt;If X is still failing refer to:&lt;BR /&gt;&lt;A href="http://www.linuxdoc.org/LDP/gs/gs.html" target="_blank"&gt;http://www.linuxdoc.org/LDP/gs/gs.html&lt;/A&gt;&lt;BR /&gt;In this great book you will find step-by-step instructions to configure X by hand.&lt;BR /&gt;&lt;BR /&gt;For beginners in Linux I reccomend to start with Mandrake 7.*&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rumen</description>
    <pubDate>Wed, 23 Aug 2000 06:16:59 GMT</pubDate>
    <dc:creator>Rumen Ginev</dc:creator>
    <dc:date>2000-08-23T06:16:59Z</dc:date>
    <item>
      <title>installing problem (from very beginner)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-problem-from-very-beginner/m-p/2438538#M80814</link>
      <description>1) i just have a book and cdrom of linux&lt;BR /&gt;2) i tried to install linux on my blank hard drive last night&lt;BR /&gt;3) during the process, everything was good until i have an error right after i typed at the prompt 'startx'&lt;BR /&gt;4) obviously, i had no chances at all to see/go linux colorful screen&lt;BR /&gt;5) the error (after i typed '#startx') was&lt;BR /&gt;6) execve failed for /usr/X11R6/bin/X&lt;BR /&gt;(errno 2) - X11TransSocketUNIXConnect: Can't connect: errno=2 ..... &lt;BR /&gt;xinit: No such file or directory (error2): unable to connect to X server&lt;BR /&gt;xinit: No such process (error3): server error&lt;BR /&gt;------------------------------&lt;BR /&gt;i have a 'S3Trio64-DX' video card and i thought i select this one during the install/configure !&lt;BR /&gt;&lt;BR /&gt;i tried to reinstall 3 times and tried to fix this problem, but failed !!&lt;BR /&gt;&lt;BR /&gt;i think i need something very step-by-step with an example to install/configure in order to use linux !!!&lt;BR /&gt;&lt;BR /&gt;help me out, pls&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Aug 2000 11:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-problem-from-very-beginner/m-p/2438538#M80814</guid>
      <dc:creator>sam kim_1</dc:creator>
      <dc:date>2000-08-22T11:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: installing problem (from very beginner)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-problem-from-very-beginner/m-p/2438539#M80815</link>
      <description>Sam,&lt;BR /&gt;&lt;BR /&gt;Welcome to the wwonderful World of Linux.&lt;BR /&gt;&lt;BR /&gt;We have all had our share of these very same problems.&lt;BR /&gt;&lt;BR /&gt;First of all, what version of Linux are you attempting to install.  My favorites (for ease of use and Installation) are RedHat and Linux Mandrake.  Linux Mandrake uses a kernel (and applications) compiled for the Pentium series and above.  But enough of that for now.&lt;BR /&gt;&lt;BR /&gt;Have you checked your disk space?  What does the df command return?  Sometimes a Full filesystem will not allow software to be installed (because it's full!).&lt;BR /&gt;&lt;BR /&gt;My first recommendation is to remove the XFree*.rpms and re-install the libraries.  There have been times that these do not all get installed properly.&lt;BR /&gt;&lt;BR /&gt;Then reboot and re-install the OS, make sure that you are running the X Configurator which comes with the OS.&lt;BR /&gt;&lt;BR /&gt;Let me know how we're doing so far, and I answer back again, and gladly accept the points as well!</description>
      <pubDate>Tue, 22 Aug 2000 12:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-problem-from-very-beginner/m-p/2438539#M80815</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-08-22T12:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: installing problem (from very beginner)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installing-problem-from-very-beginner/m-p/2438540#M80816</link>
      <description>Sam,&lt;BR /&gt;&lt;BR /&gt;Assuming you have properly installed XFree86*.rpms check if you use standard (SVGA) or accelerated server:&lt;BR /&gt;&lt;BR /&gt;cd /etc/X11&lt;BR /&gt;ls -l&lt;BR /&gt;&lt;BR /&gt;You have to see something like: &lt;BR /&gt;X -&amp;gt; ../../usr/X11R6/bin/XF86_SVGA&lt;BR /&gt;&lt;BR /&gt;If X is link to some different than XF86_SVGA, install "XFree86-SVGA*.rpm" and point X to XF86_SVGA:&lt;BR /&gt;&lt;BR /&gt;ln -s /path/to/XF86_SVGA /etc/X11/X&lt;BR /&gt;&lt;BR /&gt;Run Xconfigurator, choose you monitor as Super VGA 800/600; resolution  16 bit or less (DO NOT try with 32 bit color).&lt;BR /&gt;Enter startx.&lt;BR /&gt;If X is still failing refer to:&lt;BR /&gt;&lt;A href="http://www.linuxdoc.org/LDP/gs/gs.html" target="_blank"&gt;http://www.linuxdoc.org/LDP/gs/gs.html&lt;/A&gt;&lt;BR /&gt;In this great book you will find step-by-step instructions to configure X by hand.&lt;BR /&gt;&lt;BR /&gt;For beginners in Linux I reccomend to start with Mandrake 7.*&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rumen</description>
      <pubDate>Wed, 23 Aug 2000 06:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installing-problem-from-very-beginner/m-p/2438540#M80816</guid>
      <dc:creator>Rumen Ginev</dc:creator>
      <dc:date>2000-08-23T06:16:59Z</dc:date>
    </item>
  </channel>
</rss>

