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 ...
- 03-10-2008 #1
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
thxMicrosoft isn't evil, they just make really crappy operating systems.
Linus Torvalds
Personal and politically centrist blog.--->http://www.deathnerd.com
- 03-10-2008 #2
You have to edit ~/.xinitrc and enter the commands below.
Save the file and then run startx.Code:exec jwm
- 03-10-2008 #3
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
- 03-10-2008 #4
Execute this
Edit file and press Ctrl+X, Y and hit Enter key to save file.Code:nano ~/.xinitrc
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-10-2008 #5
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
- 03-10-2008 #6
Did you install an X server? If not, do
After that run startx.Code:#aptitude update #aptitude install xserver-xorg
- 03-10-2008 #7
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
- 03-10-2008 #8
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.
- 03-10-2008 #9
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
- 03-10-2008 #10
I think I'm getting mad. The right file is /etc/apt/sources.list. I've corrected the post above.


Reply With Quote
