Find the answer to your Linux question:
Results 1 to 4 of 4
Could anyone help me to configure X-Window manually....
  1. #1
    Just Joined!
    Join Date
    Jul 2005
    Posts
    17

    How to configure an X Window manually

    Could anyone help me to configure X-Window manually.

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    What do you mean by manually configure?

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Fire up your favorite text editor (I like vim) to edit /etc/X11/xorg.conf (or whatever your x settings file with your distro is called).

    Know what hardware you have and it's proper settings, then edit to your liking. Then, issue the command "startx", or reboot your machine. That should do it.

    For examples of xorg.conf files, there are thousands of them posted all over the web. Good luck with it...

  4. #4
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Just open a terminal and then su to root.
    Type in the following command:

    Code:
    # dpkg-reconfigure xserver-xfree86
    It may be that your sole purpose in life is simply to serve as a warning to others.

Posting Permissions

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