Sponsored Content
Full Discussion: Installing GUI
Operating Systems BSD Installing GUI Post 72797 by jolok on Tuesday 24th of May 2005 09:03:40 AM
Old 05-24-2005
Welcome to FreeBSD; I hope your time using it will be as rewarding as mine has been.

Where to start? Well, I would suggest that extensive reading be your next step. You've already covered several topics, some related, some not.

X (I'm not sure if you have XFree86 or Xorg) is the windowing system, and usually installs with a very basic window manager, called twm, which is not at all eye candy, and not much fun to play with. You can start the X server by issuing 'startx' at the command prompt.

In order to build a GUI desktop environment, you will need to install a window manager and any apps that you wish to use on the desktop. KDE and Gnome are popular Open Source desktop environments, complete with all of the bells and whistles you may (or may not) be looking for. Many people, including myself, prefer a light-weight window manager, and a custom set of apps.
There are many, many window manager for you to chose from.

However, I would take some time to read this chapter of the handbook and get familiar with the ports collection; it'll save you alot of time in the long run, and is the easiest way to install and maintain software on a FreeBSD system. In the ports collection you will find more applications that you can shake a stick at, and they're organized in categories, ie window managers will be under /usr/ports/x11-wm

Once you have a window manager installed (I use blackbox), then you can create a file in your home dir called .xinitrc. This file will eventually include lines to start all of the applications you want to run when you do 'startx'; an
easy one-liner would be something like:

/usr/X11R6/bin/blackbox


Then, when you issue 'startx' at the command prompt, you will get a graphical session with the blackbox window manager.

To get X to start at boot time, and present you with a GUI login prompt, you'll need to configure your system to use xdm(1), which probably installed with X. Your best resources are the FreeBSD Handbook, the FAQ, and the FreeBSD mailing lists.

Good luck, and welcome, again, to the FreeBSD Community!
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing GTK to develop Perl GUI's

Hi! What do I need to do to install GTK so I can use Perl GUI's in UNIX? I want to install it in my account. I am not a sys admin or anything. Thanks in advance, P. (1 Reply)
Discussion started by: pmcg
1 Replies

2. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

3. Shell Programming and Scripting

Gui?

Do you guys work with Python? I'm just learning now but GUI seems like a way cool program it is just really wierd... I have version 4.2. you can download it for free off the site... (0 Replies)
Discussion started by: Blacidic
0 Replies

4. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

5. Shell Programming and Scripting

Running a GUI without GUI

I was wondering if it is possible to run a GUI window (say Firefox) without actually showing up the window on the desktop but still make it do its own regular stuff (like maybe do something via the command line). Sorry if its a dumb question. Thanks (3 Replies)
Discussion started by: Legend986
3 Replies

6. Ubuntu

Re Installing windows XP after installing KUBUNTU

Hi I have dual operating system i.e Win XP and KUBUNTU. Now my windows XP is corrupted and i want to reinstall Win XP. So i just want to know Shall i have to reinstall Linux also or i can only reinstall win xp without affecting linux installation. Thanks Sarbjit (3 Replies)
Discussion started by: sarbjit
3 Replies

7. OS X (Apple)

Installing applications by avoiding GUI

Hi Experts, Now the problem is when I run the install script inside .app folder, it opens a GUI and asks for user input. I want to avoid these GUI. I want to provide input when i run install script e.g. $ ./install < inputfile I used to redirect input from input file to install script. But... (4 Replies)
Discussion started by: akash.mahakode
4 Replies

8. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies

9. UNIX for Beginners Questions & Answers

Gui

hi unix expert what does mean the blew sentences? and what does i do for this? ( i want to install dropbox in centos) "I was just experimenting with Flatpak apps, and Dropbox is available as a Flatpak. Installing that way was super easy -- installed gnome-software (which has Flatpak... (2 Replies)
Discussion started by: abdossamad2003
2 Replies
QHideEvent(3qt) 														   QHideEvent(3qt)

NAME
QHideEvent - Event which is sent after a widget is hidden SYNOPSIS
#include <qevent.h> Inherits QEvent. Public Members QHideEvent () DESCRIPTION
The QHideEvent class provides an event which is sent after a widget is hidden. This event is sent just before QWidget::hide() returns, and also when a top-level window has been hidden (iconified) by the user. If spontaneous() is TRUE the event originated outside the application, i.e. the user hid the window using the window manager controls, either by iconifying the window or by switching to another virtual desktop where the window isn't visible. The window will become hidden but not withdrawn. If the window was iconified, QWidget::isMinimized() returns TRUE. See also QShowEvent and Event Classes. MEMBER FUNCTION DOCUMENTATION
QHideEvent::QHideEvent () Constructs a QHideEvent. SEE ALSO
http://doc.trolltech.com/qhideevent.html http://www.trolltech.com/faq/tech.html COPYRIGHT
Copyright 1992-2001 Trolltech AS, http://www.trolltech.com. See the license file included in the distribution for a complete license statement. AUTHOR
Generated automatically from the source code. BUGS
If you find a bug in Qt, please report it as described in http://doc.trolltech.com/bughowto.html. Good bug reports help us to help you. Thank you. The definitive Qt documentation is provided in HTML format; it is located at $QTDIR/doc/html and can be read using Qt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. If you find errors in this manual page, please report them to qt-bugs@trolltech.com. Please include the name of the manual page (qhideevent.3qt) and the Qt version (3.1.1). Trolltech AS 9 December 2002 QHideEvent(3qt)
All times are GMT -4. The time now is 09:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy