1cbbd
![]() |
|
|
|
|
|||||||
| Other Window Managers XFCE, Fluxbox, Enlightenment, IceWM, WindowMaker, ION, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
When I do startx and dwm launches it freezes, it loads up as it should do but when it's done loading it freezes and I can't move the mouse pointer or cast any key commands. I've installed it from suckless's Mercurial repo. I had to open another tty and pkill dwm to stop it.
I don't know if it's X or dwm which are messing so I maybe should try another WM too? I think it's dwm though since I can't load its man page. It's a fresh install of FreeBSD 9.0. Would really appriciate help. |
|
#2
|
||||
|
||||
|
Please show your .xinitrc.
|
|
#3
|
|||
|
|||
|
Code:
exec dwm |
|
#4
|
||||
|
||||
|
A simple window manager should not care about drm. One way to test would be to run twm(1), which should also be installed:
.xinitrc Code:
twm & xclock -geometry 50x50-1+1 & xterm -geometry 80x50+494+51 & xterm -geometry 80x20+494-0 & exec xterm -geometry 80x66+0+0 -name login |
|
#5
|
|||
|
|||
|
Exactly same thing with twm, it loads up and I see all windows(the xterms and xclock) but then I can't do anything.
|
|
#6
|
|||
|
|||
|
Here is what happens: http://www.youtube.com/watch?v=JtZhDxVMrDA
|
|
#7
|
|||
|
|||
|
kalle97 your input devices aren't working, perhaps there's something screwy with your xorg.conf or you don't have one. If it exists, please upload it to a pastebin and leave us a link.
Re dwm, did you edit the config.mk file? Perhaps the default is putting the man page in the wrong location for FreeBSD; default paths are Linux specific IIRC. |
|
#8
|
|||
|
|||
|
Quote:
__________________
[unixhub.net] |
|
#9
|
|||
|
|||
|
I don't have a xorg.conf and I did not edit the config.mk which solves the man page issue. Should I add something to the xorg.conf which declears the input device? Both mouse and keyboard works in tty.
|
|
#10
|
|||
|
|||
|
I found a similar issue http://forums.freebsd.org/showthread.php?t=28320 I'll try take out some info from it.
|
|
#11
|
|||
|
|||
|
I had not read the Handbook carefully enough, I forgot to use "Xorg -configure" and also do add "hald_enable="YES"".
Thanks for all help though. |
|
#12
|
|||
|
|||
|
Do you also have dbus in your /etc/rc.conf?
Code:
hald_enable="YES" dbus_enable="YES" |
|
#13
|
|||
|
|||
|
Yes, but is dbus really required, I only use cli apps except firefox?
|
|
#14
|
||||
|
||||
|
Neither are required unless you run KDE or Gnome. Disable both in /etc/rc.conf and add
Code:
Option "AutoAddDevices" "Off" |
|
#15
|
|||
|
|||
|
Like wblock@ said, worth mentioning if you are running a full DE like Gnome/KDE.
I've used the AutoAddDevices option a few times myself whilst using x11-wm/spectrwm, and leaning towards the minimalist camp I find it quite satisfying
|
|
#16
|
||||
|
||||
|
Even more minimalist is to rebuild x11-servers/xorg-server with the HAL option disabled. Then xorg-server doesn't need or use hald at all. I run dbus, because it can be used by applications software for notifications.
|
|
#17
|
|||
|
|||
|
Quote:
|
|
#18
|
|||
|
|||
|
Quote:
Or at least to have the port (and thus package) built with hald support disabled. |
|
#19
|
||||
|
||||
|
Someone would have to test KDE and Gnome for correct operation when xorg-server has been built without hal.
|
|
#20
|
|||
|
|||
|
Quote:
Although, as you said there may be an overwhelming majority of light WM users, in which case the tables are turned! I think many people would prefer this change in the default configuration, but I may be unaware of some negative consequence? It had not crossed my mind to disable HAL in the config until it was pointed out here, I was quite happy adding the xorg.conf option until now. Being mainly a user of portmaster -P with setenv PACKAGESITE .../packages-9-stable/Latest/ and a habitual light WM user - I would certainly welcome this change. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to launch LibreOffice 3.4 | alie | Installation and Maintenance of FreeBSD Ports or Packages | 1 | February 29th, 2012 11:26 |
| Problem in second launch of startx | ariyamehr | X.Org | 1 | June 19th, 2011 22:39 |
| Issue when trying to launch Obmenu | thegolum35 | Installation and Maintenance of FreeBSD Ports or Packages | 4 | May 18th, 2011 14:07 |
| Open textfile in xterm on launch | perleo | X.Org | 7 | May 8th, 2011 00:17 |
| 8.2 RC1, cannot launch GDM | paulfxh | Installation and Maintenance of FreeBSD Ports or Packages | 11 | January 18th, 2011 02:19 |