This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cannot Start X


Marco Schuler wrote:
On 8/7/07, Holger Krull wrote:
Marco Schuler schrieb:
On 8/7/07, Holger Krull <xxxxxxxxxxxxx> wrote:
Please make your email Program not quote the full email adress.

Sorry about that. Gmail does not allow to configure this... Manual deleting will do ;-)

Why is everything mounted in textmode?
Hm, I don't know. That's just what cygwin did on installation. Is
there any problem about this?
Well, usually it is not what cygwin does. I don't know if it does any paticular harm, but there is no reason to have / mounted textmode.

It seems as this is default from mount. man mount sais: "By default, mounts are in text mode"


The mode of the mounts created by "setup.exe" depend on what you specify
for the "Default text file type" during installation.  "Unix" (i.e. binary)
is the default.  Like all defaults, your best bet is to stick with them
unless you have a need for something else and understand the implications.

If you'd prefer to change back to binary mounts now, you can either re-run
"setup.exe" and respecify your mount points as "Unix" or you can force a
remount of all mount points as binary with the following:

  mount -m >/tmp/mounts
  edit '/tmp/mounts' and change all '-t's to '-b's
  save your edits
  chmod +x /tmp/mounts
  /tmp/mounts

You will, of course, have to run through the file-system and change any
scripts you have from text to binary (with 'd2u') for those to work for
you again.  If you're not too far into your installation configuration,
you may find it easier to start to remove what you have and reinstall.


But I'd say the textmode is not the problem why I cannot start X?


Could be.  At least at one point, not having the fonts directory as
binary was a problem.  You can check the email archives if you're
interested in details.


-- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 429-6305 - FAX Holliston, MA 01746


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]