Find the answer to your Linux question:
Results 1 to 9 of 9
hay guys i need help , i cant open any graphical this like startx, im running virtual pc and im a VERY new user so if you could help i ...
  1. #1
    Just Joined!
    Join Date
    Sep 2005
    Posts
    4

    help need startx help



    hay guys i need help , i cant open any graphical this like startx, im running virtual pc and im a VERY new user so if you could help i would be thank full

  2. #2
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    What errors do you get when you try to run startx?

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  3. #3
    Just Joined!
    Join Date
    Sep 2005
    Posts
    4
    command not found

  4. #4
    Just Joined!
    Join Date
    Apr 2005
    Location
    Upper Peninsula of Michigan
    Posts
    57
    you may want to try apt-get install xbase-clients =)

  5. #5
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Did you install a graphical environment during installation? If not, login as root (type su and enter your root password) and type:
    Code:
    apt-get update
    apt-get install x-window-system
    This will install an X server which will allow you to have a graphical environment. You will want to do what gu174r.fr34k suggested as well.

    I can't remember if the X server comes pre-configured or not.

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  6. #6
    Just Joined!
    Join Date
    Sep 2005
    Posts
    4
    apt-get update says

    reading pagage list..done

    apt-get install x-window-system says

    reading pagage list..done
    reading dependency list.done
    could not find pakage x-window-system

  7. #7
    Linux User
    Join Date
    Sep 2003
    Posts
    254
    Hi
    Code:
    # apt-get install x-window-system-core
    Don't forget the core indeed to find the name of the package u could use apt-cache search x-window and u would have find it...
    If ur conf doesn't work:
    Code:
    dpkg-reconfigure xserver-xfree86

  8. #8
    Just Joined!
    Join Date
    Apr 2005
    Location
    Upper Peninsula of Michigan
    Posts
    57
    apt-get install xbase-clients

    it has the startx script in it, i'v run into this problem before myself

  9. #9
    Just Joined!
    Join Date
    Sep 2005
    Posts
    4
    hanks, the intall must have gone wrong or somthing because in reinstalled and its fine thsatnks

Posting Permissions

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