DaemonForums  

Go Back   DaemonForums > NetBSD > NetBSD Installation and Upgrading

NetBSD Installation and Upgrading Have trouble getting NetBSD on your toaster?

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 24th July 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default kde4 issue

Hi,
I've a computer dell workstation (xeon), NetBSD 7.0 with xfce4 that work fine.
I want to use KDE4, for it i've compiled /usr/pkgsrc/meta-pkgs/kde4, i've debuggin the solution. also i've adding kde=YES into /etc/rc.conf, i read this blog https://timhawes.wordpress.com/2014/...de4-on-netbsd/.
i don't have the file /etc/kde4/kdm/kdmrc.
i use a standard user no root user.
this my output when the x server start kde :
Code:
dct-chanel$ startkde
$DISPLAY is not set or cannot connect to the X server.
dct-chanel$
what i have forgot ?

Regards
Philo
Reply With Quote
  #2   (View Single Post)  
Old 26th July 2016
pygope pygope is offline
Port Guard
 
Join Date: Apr 2015
Posts: 33
Default kdm user and group

You have to manually create kdm user and group and add your user in kdm group:
Code:
# groupadd kdm
# useradd -m kdm
# usermod -G kdm "your user"

Last edited by ocicat; 26th July 2016 at 08:27 PM. Reason: Please use [code] & [/code] tags when posting file contents.
Reply With Quote
  #3   (View Single Post)  
Old 26th July 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

hi pygope,
after yours recommandations the result is better !
i've kde desktop, but when i start an application the X server kill and restart.
i ask me what are forgot yet.

Regards
Philo
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
issue kde4 philo_neo71 NetBSD Package System (pkgsrc) 8 10th October 2015 10:50 PM
KDE4 Modular Xorg 1.6 starting KDE4 shep NetBSD Package System (pkgsrc) 4 16th November 2009 03:06 AM
Kde4 bsdnewbie999 OpenBSD General 3 19th March 2009 06:01 PM
KDE4 - truly beautiful, except one little issue mdh FreeBSD Ports and Packages 7 8th October 2008 08:30 PM
Kde4 & other help needed.. Mr-Biscuit FreeBSD General 4 21st September 2008 05:40 PM


All times are GMT. The time now is 03:31 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick