Find the answer to your Linux question:
Results 1 to 3 of 3
Hello, I was following a guide and managed to install "x" and then gnome. However the next instruction is to run "nano .xinitrc", this file doesn't exist. What am I ...
  1. #1
    RAH
    RAH is offline
    Just Joined!
    Join Date
    Jun 2008
    Posts
    31

    Question .xinitrc

    Hello,

    I was following a guide and managed to install "x" and then gnome. However the next instruction is to run "nano .xinitrc", this file doesn't exist. What am I doing wrong?

    Thanks.

  2. #2
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    hi,


    i have read somewhere that you need to create the file yourself.
    Linux and me it's a love story

  3. #3
    Linux Enthusiast Manchunian's Avatar
    Join Date
    Dec 2007
    Location
    France but my heart stays in Britain
    Posts
    675
    It depends on the distro: some auto-generate;some don't Creating it yourself isn't a problem:

    nano ~/.xinitrc

    Then paste the following into the blank file, uncommenting the environment you want to use (I've uncommented Gnome):

    Code:
    # Use fvwm
    # fvwm
    #
    # Use Kde
    # startkde
    #
    #
    #
    # Use GNOME
    exec gnome-session
    Distribution: Archlinux
    Processor: 3 x Amd 64 bit
    Ram: 4 GB
    Graphics card: Nvidia GeForce 9800 GT

Posting Permissions

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