Author
|
Topic: XDarwin and window managers..
|
|
|
|
Cliff Corner
Junior Member
Member # 64
|
posted September 02, 2001 08:03 PM
Is there any way lesstif could have changed anything in a negative way? .xinitrc is just:
code:
# Window Maker default X session startup script PATH="$PATH:/bin" # If you login from xdm, uncomment this to make error messages appear # in the console window. # # tail -f /var/root/.xsession-errors > /dev/console &
I just found out lesstif left a directory behind, /usr/local/Lesstif, even though i did a pkg remove of it. Also, I can start x from /usr/x11r6/bin/x -quartz and it just gives me a grey screen. I remember x used to start and give me xterm (and xclock or something), and once windowmaker was installed, they stopped appearing on startup. Is it possible that there might need to be a link to them or else i have no way of communicating with x? once again any help is appreciated, and thanks for previous advice. -------------------- -lj
Posts: 5 | Registered: Aug 2001
| IP: Logged
|
|
iggle
Member
Member # 128
|
posted October 01, 2001 05:35 PM
reinstall WM and run the wmaker.inst, it automaticly fixed up your .xinitrc. I tried to run x from /usr/X11R6/bin/X -quartz, i got the same thing bc the the xinitrc locations and such. Add the path to your PATH file in /usr/share/init/tcsh/path (you may need to creat it): setenv PATH "${PATH}:/usr/X11R6/bin" setenv MANPATH "${MANPATH}:/usr/X11R6/man" run 'startx -- -quartz ' from anywhere, makign sure you have the .xinitrc in your home with teh full path to the window manager you want. all should be fine now. iggy_ www.m00f.net
Posts: 15 | Registered: Sep 2001
| IP: Logged
|
|
apex
Administrator
Member # 1
|
posted October 02, 2001 12:00 AM
quote: Originally posted by Cliff Corner: Is there any way lesstif could have changed anything in a negative way? .xinitrc is just:
code:
# Window Maker default X session startup script PATH="$PATH:/bin" # If you login from xdm, uncomment this to make error messages appear # in the console window. # # tail -f /var/root/.xsession-errors > /dev/console &
I just found out lesstif left a directory behind, /usr/local/Lesstif, even though i did a pkg remove of it. Also, I can start x from /usr/x11r6/bin/x -quartz and it just gives me a grey screen. I remember x used to start and give me xterm (and xclock or something), and once windowmaker was installed, they stopped appearing on startup. Is it possible that there might need to be a link to them or else i have no way of communicating with x? once again any help is appreciated, and thanks for previous advice.
Your problem is/was you had NO window manager set to start when X starts -- X by itself wont get you more than a grey screen.
Posts: 307 | From: Alaska | Registered: Aug 2001
| IP: Logged
|
|
|