![]() |
|
|||||||
| FreeBSD Installation and Upgrading Installing and upgrading FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hello, Im new to freebsd and wanted to get my feet wet on this OS.
I installed kde from the ports but kdm start == command not found startx == command not found. evne when i try /usr/local/etc/rc.d/kdm start == command not found Basically I have a command prompt and would like KDE. No matter what i try to execute it says it cannot be found. The freebsd did create and populate /usr/local/kde4/bin but there is no startx or startkde in that directory I have downloaded and installed ftp://ftp.freebsd.org/pub/FreeBSD/re...86-dvd1.iso.gz Thanks in advance Last edited by EverydayDiesel; 25th August 2010 at 04:41 AM. |
|
|||
|
|
|
|||
|
thanks for the response, that got kde working
Now I am having a problem with the resolution. The ONLY resolution i have in the combo box available in kde is 1280x760 (i think its 760). My monitor is capable of 2560x1440. Does anyone know how I can get this resolution, I know the video card will support it since I ran this resolution in windoze. |
|
|||
|
Did you generate a xorg.conf file? You must add this to it:
Code:
Section "Screen"
[...]
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "2560x1440"
EndSubSection
EndSection
__________________
May the source be with you! |
|
|||
|
i read that turorial but i never could find the xorg.conf or the xorg executable
if i type Xorg in the command prompt i get a not found error. |
|
|||
|
Quote:
If you get a Command not found. error, then you still have not installed Xorg. This page should help with that. EDIT: or maybe you have installed it but the database has not been refreshed. In that case use # rehash and try again.
__________________
May the source be with you! |
|
|||
|
ok ill reread it and try recreating that file inside /etc/X11/xorg.conf
thanks for the help |
|
|||
|
FreeBSD + KDE ready to go -> http://www.pcbsd.org/content/view/12/26/
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OpenBSD installing OpenBSD from USB | ocicat | News | 5 | 5th April 2010 10:51 PM |
| Installing Xorg | NetBSD | NetBSD Installation and Upgrading | 20 | 9th June 2009 02:22 PM |
| Installing sudo | rex | FreeBSD General | 4 | 24th October 2008 12:40 AM |
| installing X11 | hirohitosan | FreeBSD Installation and Upgrading | 3 | 25th June 2008 09:37 AM |
| Installing another HD | Johnny2Bad | FreeBSD Installation and Upgrading | 4 | 20th May 2008 05:38 PM |