|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I am happy to say that I've installed FreeBSD but i'm still having problems with the X window system.
I used xf86config to configure and when I use startx the server starts up but kde or gnome doesn't.... I just get a weird windowed environment (light green window headers, grey/black background). Anyone know whats wrong? I'm pretty sure I have kde and gnome installed. |
|
#2
|
|||
|
|||
|
activate gnome or kde in /stand/sysinstall, option "Desktop".
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
|||
|
|||
|
>Anyone know whats wrong? I'm pretty sure I have kde and gnome installed.
startx is a script that defaults to calling .xinitrc and using a vanilla window manager using twm. You can either activate the desktop as stated above, or run startx and then activate KDE or gnome from an xterm: Code:
% startkde Or replace the call to twm in the .xinitrc file to startkde |
|
#4
|
|||
|
|||
|
thanks it worked. I set the desktop with sysinstall.... but where is .xinitrc located
|
|
#5
|
||||
|
||||
|
Create one in your home directory if it doesn't already exist. The settings on your .xinitrc will override the default xinitrc settings. For example, mine has the following:
Code:
xterm -geometry 80x24+10+10 -ls -title "Desktop" & exec blackbox
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > X Problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|