Re: Newbie problems with X11, Xf86

From: Joshua Oreman (oremanj_at_get-linux.org)
Date: 07/31/03

  • Next message: Alvaro Rosales R.: "groups"
    Date: Thu, 31 Jul 2003 10:21:04 -0700
    To: Benjamin Gonzalez <ben@missingpixel.net>
    
    

    On Thu, Jul 31, 2003 at 01:06:11PM -0400 or thereabouts, Benjamin Gonzalez wrote:
    > I installed X-Free86 - 4.2.0_1,1 from my Free BSD Cd using sysinstall and
    > cannot get it to run. I see the directory X11R6 under /usr, I run
    > 'xf86config' and it says 'command not found'. I typed 'XFree86 -configure'
    > and it also says 'command not found'. I've looked for a file called
    > /etc/X11/XFree86Config and it says 'No such file or directory'.
    >
    > I went back through sysinstall and reinstalled the X11 packages including
    > XFree86-4.2.0 and still I get the above results.
    >
    > Could someone please explain what I am doing wrong, this is becoming
    > frustrating.

    You didn't set your $PATH. Put this in your ~/.cshrc:
    setenv PATH $PATH:/usr/X11R6/bin
    (or if you're using bash, put this in your ~/.bashrc:
     export PATH=$PATH:/usr/X11R6/bin
    ).

    As for the config file, try this (as root):
    # cd /root
    # PATH=$PATH:/usr/X11R6/bin XFree86 -configure

    The screen should go black for a few seconds and the monitor
    will click some. When it's all over you should have a file called
    XF86Config.new (or some similar name). Try to start X with it
    (as root for this test):
    # PATH=$PATH:/usr/X11R6/bin XFree86 -xf86config /root/XF86Config*

    You should see a big gray screen with an X cursor in the middle.
    (That's the mouse). Try moving the mouse to make sure the mouse works.
    Try switching back to the text console (Ctrl+Alt+F1) and type as root:
    # PATH=$PATH:/usr/X11R6/bin DISPLAY=:0 xterm &

    Switch back to X (Ctrl+Alt+F9) and there should be a "window" with
    a terminal emulator in it. (It's just a box, no title bar or anything;
    there isn't a window manager running. Yet.) Try typing some stuff in to
    make sure the keyboard works.

    Now kill the X server with Ctrl+Alt+Backspace.

    If anything didn't work, mail the mailing list about it.

    Otherwise, you're free to install a WM (I recomment /usr/ports/x11-wm/icewm,
    you may prefer /usr/ports/x11/kde3). Edit your ~/.xinitrc file and put
    this line in if you installed iceWM (replacing any other lines):
      exec icewm
    or this one if you installed KDE (again replacing any other lines):
      exec startkde

    Have fun!

    -- Josh

    >
    > Thanks.
    >
    > _______________________________________________
    > freebsd-questions@freebsd.org mailing list
    > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Alvaro Rosales R.: "groups"

    Relevant Pages

    • Re: Those pesky Apache permissions (was Re: (kein Betreff))
      ... index2.html),but replacing it with a new version of the file works ... A WinSCP weirdness? ... ,only the root was the owner of that folder and root was the group owner.... ... Maybe the Apache website ...
      (RedHat)
    • Re: Can someone explain this proof, please?
      ... then we get the same solution on replacing x by 1/x ... An easy way to see that f and g are reciprocal polynomials ... is to note that each zero z of f is a root of unity ... could have been proved first, ...
      (sci.math)
    • Re: 7b5, or 7#11?
      ... above the root! ... I think the philosphy is that: ... would have been replacing. ... So sus 2 and "add 2" would of course mean the same thing. ...
      (rec.music.theory)
    • Re: live CD root password?? -- UPDATE : real oddity
      ... I try to become root, ... I have a machine with a newly dead hard drive, not worth ... replacing, which does most of what little I still want from live CD; ... clicked on Install to Hard Drive. ...
      (Fedora)
    • Re: restart end user workstations from remote
      ... Don't worry about it. ... Try replacing this line: ... (assuming that your shutdown folder is at the root of C) ...
      (microsoft.public.windows.server.active_directory)