Results 121 through
125
of the
Linux - desktop
discussion
board
Now that i've installed kde from the ports, how do I use it?
1. try adding a file called .xinitrc in your home directory with the following contents:
exec /usr/local/bin/startkde
2. login as that user.. and do:
root# startx
this will load .xinitrc and thus load startkde after XFree86 is loaded
[...]
http://www.rockfloat.com/board/post/?id=300
May 07, 2003 @22:23
(Replies: 0)
how do you install flash for opera on freebsd?
try this:
> update your ports tree:
root# cd /usr/ports && cvsup ports-supfile
> install the flash plugin:
root# cd /usr/ports/www/linux-flashplugin
root# make && make install clean
> link the plugin to where opera will look for it:
root
[...]
http://www.rockfloat.com/board/post/?id=185
May 07, 2003 @22:19
(Replies: 0)
How do you change the resolution using XFree86 and kde?
this is an XFree86 thing, not kde. you will need to edit your /etc/X11/XF86Config file and make sure you have something like this:
<xmp>
Section "Screen"
Identifier "Screen 1"
Device "ATI 3D Pro Turbo"
Monitor
[...]
http://www.rockfloat.com/board/post/?id=295
May 07, 2003 @21:09
(Replies: 0)
what is the file that controls the display and resolution type stuff with kde?
if you are using kde installed from the ports, then your using this file:
/etc/X11/XF86Config
John M.
http://www.rockfloat.com/board/post/?id=316
May 07, 2003 @21:00
(Replies: 0)
My mouse works, but you really have to hit it hard to get the buttons to work, ideas?
there are a few things you need to do:
if your using a ps/2 mouse, then make sure this is in /etc/rc.conf:
moused_enable="YES"
moused_type="ps/2"
then in /etc/X11/XF86Config you want to have this:
Identifier "Mouse1"
Driver "mouse
[...]
http://www.rockfloat.com/board/post/?id=264
May 07, 2003 @21:00
(Replies: 0)