Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
im running debian 4.0 business card install in qemu. i installed jwm with apt-get and now i cant start jwm. startx doesnt do anything and if i type "jwm" it ...
  1. #1
    Linux Newbie thesimplecreator's Avatar
    Join Date
    Jun 2007
    Location
    washington , USA
    Posts
    229

    getting jwm to work

    im running debian 4.0 business card install in qemu.
    i installed jwm with apt-get and now i cant start jwm.
    startx doesnt do anything
    and if i type "jwm" it says
    Error: could not open display

    thx
    Microsoft isn't evil, they just make really crappy operating systems.
    Linus Torvalds

    Personal and politically centrist blog.--->
    http://www.deathnerd.com

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    You have to edit ~/.xinitrc and enter the commands below.
    Code:
    exec jwm
    Save the file and then run startx.

  3. #3
    Linux Newbie thesimplecreator's Avatar
    Join Date
    Jun 2007
    Location
    washington , USA
    Posts
    229
    im a complete noob when it comes to the command line..........how do i edit and save it?
    Microsoft isn't evil, they just make really crappy operating systems.
    Linus Torvalds

    Personal and politically centrist blog.--->
    http://www.deathnerd.com

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    nano ~/.xinitrc
    Edit file and press Ctrl+X, Y and hit Enter key to save file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Newbie thesimplecreator's Avatar
    Join Date
    Jun 2007
    Location
    washington , USA
    Posts
    229
    i edited it and now it says
    Code:
    cody-debian:/home/cody# startx
    bash: startx: command not found
    Microsoft isn't evil, they just make really crappy operating systems.
    Linus Torvalds

    Personal and politically centrist blog.--->
    http://www.deathnerd.com

  6. #6
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Did you install an X server? If not, do
    Code:
    #aptitude update
    #aptitude install xserver-xorg
    After that run startx.

  7. #7
    Linux Newbie thesimplecreator's Avatar
    Join Date
    Jun 2007
    Location
    washington , USA
    Posts
    229
    when i tried to install it after awhile it said

    Code:
    E: Failed to fetch http://ftp.us.debian.org/debian/pool/main/libx/libxfixes/libxfixes3_4.0.1-5_i386.deb: 404 Not Found
    Microsoft isn't evil, they just make really crappy operating systems.
    Linus Torvalds

    Personal and politically centrist blog.--->
    http://www.deathnerd.com

  8. #8
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    Seems like a problem with you apt mirror. You could edit /etc/apt/sources.list and change it to something else or try again later.

  9. #9
    Linux Newbie thesimplecreator's Avatar
    Join Date
    Jun 2007
    Location
    washington , USA
    Posts
    229
    it doesnt say anything about a mirror in the /etc/fstab
    Microsoft isn't evil, they just make really crappy operating systems.
    Linus Torvalds

    Personal and politically centrist blog.--->
    http://www.deathnerd.com

  10. #10
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    I think I'm getting mad. The right file is /etc/apt/sources.list. I've corrected the post above.

Page 1 of 2 1 2 LastLast

Posting Permissions

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