CD access OK but new X86 problem

Ask a Question related to Debian, Design and Development.

  1. #1

    Default CD access OK but new X86 problem

    Hi folks,

    Thanks for the couple of 'mount' commands. With them, I was able to mount
    the CD .iso file as a filesystem. I then select 'filesystem' as a
    installation source during apt-setup. After that, using apt-get to install
    packages was a breeze.

    I installed x-window-system. But it wouldn't run. When I do a 'startx',
    there was an error message:

    "(EE) Unable to open/locate config file.

    Fatal server error:
    no screen find"

    I searched through /etc/X11. There wasn't any X86Config file. There was a
    XftConfig command script file.

    What's wrong?

    __________________________________________________ _______________
    Take a break! Find destinations on MSN Travel. [url]http://www.msn.com.sg/travel/[/url]


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Jianan Huang Guest

  2. Similar Questions and Discussions

    1. MS Access Problem
      I am trying to link my asp pages in dreamweaver into MS access - can create a registration page and login page OK, but then get into problem when...
    2. contribute problem - access denied file may not existpermission problem
      Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,...
    3. ASP and Ms Access Problem
      Hi guys I trying to create a dynamic combo box in Dreamweaver, I have made a connection to the database and created a recordset and mapped the...
    4. Uploading problem = weird warning (was: access denied problem.....)
      Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the...
    5. Conversion problem from Access 97 to Access 2002
      I have an old access 97 database and I tried to convert to Access 2002. After the conversion, some of the forms and all modules are not converted...
  3. #2

    Default Re: CD access OK but new X86 problem

    Hello Jianan!

    Jianan Huang wrote:
    > [...]
    > I installed x-window-system. But it wouldn't run. When I do a
    > 'startx', there was an error message:
    >
    > "(EE) Unable to open/locate config file.
    >
    > Fatal server error:
    > no screen find"
    >
    > I searched through /etc/X11. There wasn't any X86Config file. There
    > was a XftConfig command script file.
    >
    > What's wrong?
    Well, you didn't generate the config.

    Take a look at
    [url]http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xsrvr[/url]

    HTH,
    Flo


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Florian Ernst Guest

  4. #3

    Default Re: CD access OK but new X86 problem

    Hello

    Jianan Huang wrote:
    > I installed x-window-system. But it wouldn't run. When I do a 'startx',
    > there was an error message:
    >
    > "(EE) Unable to open/locate config file.
    >
    > Fatal server error:
    > no screen find"
    >
    > I searched through /etc/X11. There wasn't any X86Config file. There was
    > a XftConfig command script file.
    >
    > What's wrong?
    Well, it is obvious: you don't have a config file for your X server. To
    solve this problem, you have several choices. I recommend to use debconf
    to configure XFree. Type "dpkg-reconfigure xserver-xfree86" as root.
    Debconf will ask you some questions, among them which driver to use for
    your graphic card, what protocol to use for your mouse and some info
    about your monitor. The other way is to use the configuration tools that
    come with XFree, for example xf86config and xf86cfg.

    Debconf will name the config file XF86Config-4, xf86cfg will name it
    XF86Config. X will try to use XF86Config-4 first and only look for the
    other one if it can't find the first one.

    best regards
    Andreas Janssen

    --
    Andreas Janssen
    [email]andreas.janssen@bigfoot.com[/email]
    PGP-Key-ID: 0xDC801674
    Registered Linux User #267976


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Andreas Janssen Guest

  5. #4

    Default Re: CD access OK but new X86 problem



    In a message dated 7/17/03 9:50:28 AM Central Daylight Time,
    [email]andreas.janssen@bigfoot.com[/email] writes:
    > Debconf will name the config file XF86Config-4, xf86cfg will name it
    > XF86Config. X will try to use XF86Config-4 first and only look for the
    > other one if it can't find the first one.
    That explains a lot! I just got a Woody system up in the last week, and I
    messed up the debconf configuration while installing all the files with dselect
    and tried a million times to configure X with xf86cfg AND xf86config, but it
    didn't look like it was doing anything. Thanks for this information--now I can
    get it working properly (hopefully). Thanks a lot!

    Daniel Strommen

    Danthevb6man@aol.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139