Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Xorg issue with 5.0_BETA and nVidia GeForce 2 card



    Date:        Thu, 27 Nov 2008 20:09:29 -0500
    From:        "David H. Gutteridge" <dhgutteridge%sympatico.ca@localhost>
    Message-ID:  <COL0-F2177E982EFBA5FFB8276DFB7040%phx.gbl@localhost>

  | >I've just tried out X.org on 5.0_BETA/i386 for the first time, I  used
  | >"X -configure" to create a test configuration file, and then ran the X
  | >server with that file.  The server starts, but then gets stuck at some
  | >initialization point while the screen is still in that state where it
  | >has the grey background and the mouse cursor that's an "X".  It never
  | >gets past that point.  Killing the server leaves the console stuck in
  | >that state.  (I don't know if this is useful, but the mouse does
  | >respond while the X server is running.)
  | 
  | The very simple answer to my problem is that for whatever reason,
  | X -config <config file> doesn't work,

Actually, what you described is "does work", if you just start a
server and no clients, it is supposed to behave just like you
described.  The X server is responsible for restoring video state,
so if you kill it, and deny it the opportunity to do that, your display
will be wedged.   That all sounds like normal operation to me
(to exit rhe server in that state use Ctl-Alt-Bsp ... if that doesn't
work, and isn't disabled in the xorg.conf which it shouldn't be just after
being built via X -configure, that would be a bug.)

  | But simply running startx with an .xinitrc referencing a
  | window manager of choice works fine.

Yes, then you're starting clients as well as the server.
That (or xdm or equiv) are how you're supposed to start X
normally.

kre



Home | Main Index | Thread Index | Old Index