1c4cc Black screen KDE (one more....) - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Desktop Usage > Window Managers > KDE

KDE The K Desktop Environment

Reply
 
Thread Tools Display Modes
  #1  
Old August 4th, 2012, 14:52
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default Black screen KDE (one more....)

I've read all the topics found on forum, but nothing helps. The situation is:

usr/ports/nvidia-driver/ installed successfully

laptop# cat /var/log/Xorg.0.log | grep "^(EE)"

Shows only:
Quote:
(EE) config/hal: NewInputDeviceRequest failed (8)
(EE) config/hal: NewInputDeviceRequest failed (8)
(EE) config/hal: NewInputDeviceRequest failed (8)
After startx I can a Nvidia logo, then KDE4 loading screen, and after it I see black screen with "Starting Akonadi Server" (though StartServer=false in akonadiserverrc) and a message on the top of the screen that "nepomuk semantic desktop needs the virtuoso rdf"

Closing it we have just a black screen with cursor moving.
Reply With Quote
  #2  
Old August 4th, 2012, 15:36
cpu82's Avatar
cpu82 cpu82 is offline
Member
 
Join Date: Jul 2011
Location: Granada, ES
Posts: 863
Thanks: 173
Thanked 300 Times in 232 Posts
Post

"nepomuk semantic desktop needs the virtuoso rdf"

To solve that, you need install databases/virtuoso.
Reply With Quote
The Following User Says Thank You to cpu82 For This Useful Post:
cartland (November 8th, 2012)
  #3  
Old August 4th, 2012, 16:46
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Problem with Akonadi solved, but the main one is not!

I don't know was to do. Just updated KDE to 4.8.4 - it didn't help.
Reply With Quote
  #4  
Old August 4th, 2012, 19:10
cpu82's Avatar
cpu82 cpu82 is offline
Member
 
Join Date: Jul 2011
Location: Granada, ES
Posts: 863
Thanks: 173
Thanked 300 Times in 232 Posts
Post

Post your /etc/rc.conf
Reply With Quote
  #5  
Old August 4th, 2012, 19:52
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

laptop# cat /etc/rc.conf

Quote:
# -- sysinstall generated deltas -- # Wed Jun 6 18:03:54 2012
# Created: Wed Jun 6 18:03:54 2012
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
font8x14="iso-8x14"
font8x16="iso-8x16"
font8x8="iso-8x8"
hostname="laptop"
ifconfig_bfe0="DHCP"
inetd_enable="YES"
keymap="ru.koi8-r"
keyrate="normal"
saver="daemon"
sshd_enable="YES"
apache22_enable="YES"
hald_enable="YES"
dbus_enable="YES"
mysql_enable="YES"
proftpd_enable="YES"
moused_enable="YES"
gdm_enable="YES"
linux_enable="YES"
Reply With Quote
  #6  
Old August 4th, 2012, 20:33
cpu82's Avatar
cpu82 cpu82 is offline
Member
 
Join Date: Jul 2011
Location: Granada, ES
Posts: 863
Thanks: 173
Thanked 300 Times in 232 Posts
Post

Change in xorg.conf
Code:
- Driver      "nv"
+ Driver      "nvidia"
Disable HAL by adding to ServerLayout
Code:
Option  "AutoAddDevices"  "Off"
Reply With Quote
  #7  
Old August 4th, 2012, 20:49
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Option "AutoAddDevices" "Off"
It was added long ago, as I tried to start-up my mouse!

Quote:
- Driver "nv"
+ Driver "nvidia"
I'll try tomorrow, but what does this mean?
Reply With Quote
  #8  
Old August 4th, 2012, 20:53
cpu82's Avatar
cpu82 cpu82 is offline
Member
 
Join Date: Jul 2011
Location: Granada, ES
Posts: 863
Thanks: 173
Thanked 300 Times in 232 Posts
Post

Take a look http://www.freebsd.org/doc/en_US.ISO...INSTALL-DRIVER
Reply With Quote
  #9  
Old August 4th, 2012, 22:20
Martillo1's Avatar
Martillo1 Martillo1 is offline
Member
 
Join Date: Jan 2011
Location: Madrid, Spain
Posts: 151
Thanks: 32
Thanked 14 Times in 14 Posts
Default

Quote:
gdm_enable="YES"
Why do you use gdm and startx at the same time?
Reply With Quote
  #10  
Old August 5th, 2012, 05:55
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Why do you use gdm and startx at the same time?
You know, I even just didn't pay attantion to that param...I got no GNOME installed on PC.
Reply With Quote
  #11  
Old August 5th, 2012, 08:15
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I deleted
Quote:
gdm_enable="YES"
from rc.conf and no result. Black is back.
Besides
Quote:
Driver "nvidia"
was already in xorg.conf

Look through attachment.
Attached Files
File Type: txt Xorg.0.log.txt (10.9 KB, 4 views)
File Type: txt xorg.conf.txt (3.1 KB, 5 views)
Reply With Quote
  #12  
Old August 5th, 2012, 10:48
cpu82's Avatar
cpu82 cpu82 is offline
Member
 
Join Date: Jul 2011
Location: Granada, ES
Posts: 863
Thanks: 173
Thanked 300 Times in 232 Posts
Post

Rebuild x11/xorg, adding in /etc/make.conf:
Code:
WITHOUT_NOUVEAU=yes
In order to work NVIDIA card, must take enabled this options:
Code:
$ cd /usr/ports/x11/nvidia-driver && make config
Quote:
Configuration Options
===> The following configuration options are available for nvidia-driver-295.59:
FREEBSD_AGP=off: Use FreeBSD AGP GART driver
ACPI_PM=on: Enable support for ACPI Power Management
LINUX=on: Build with support for Linux compatibility
WBINVD=off: Enable heavy-weight cache-flush logic
===> Use 'make config' to modify these settings
If not, modify like above, and reinstall the driver.
Reply With Quote
  #13  
Old August 5th, 2012, 13:52
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

No result. The same one - no error in logs.

# startx
I see Nvidia Logo, then KDE4 loading screen, and black. I can change windows, hot-keys working properly, but just no screen picture,no icons, no menu or sub-menus.

Have you got any idea, because i'd better just refused KDE4 to other Manager
Reply With Quote
  #14  
Old August 5th, 2012, 13:53
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I can open SSH.
Reply With Quote
  #15  
Old August 5th, 2012, 15:35
cpu82's Avatar
cpu82 cpu82 is offline
Member
 
Join Date: Jul 2011
Location: Granada, ES
Posts: 863
Thanks: 173
Thanked 300 Times in 232 Posts
Post

If your system has more than 2GB of RAM, try this fix:
Code:
$ echo 'machdep.disable_mtrrs=1' >> /boot/loader.conf
Reply With Quote
  #16  
Old August 5th, 2012, 15:59
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

No, it got 2Gb RAM.
Reply With Quote
  #17  
Old August 5th, 2012, 17:38
cpu82's Avatar
cpu82 cpu82 is offline
Member
 
Join Date: Jul 2011
Location: Granada, ES
Posts: 863
Thanks: 173
Thanked 300 Times in 232 Posts
Post

Take your time to get the old driver back, check out http://forums.freebsd.org/showpost.p...7&postcount=11.
Reply With Quote
  #18  
Old August 5th, 2012, 20:14
Martillo1's Avatar
Martillo1 Martillo1 is offline
Member
 
Join Date: Jan 2011
Location: Madrid, Spain
Posts: 151
Thanks: 32
Thanked 14 Times in 14 Posts
Default

Try to compile the Nvidia driver without Linux options.
Reply With Quote
  #19  
Old August 6th, 2012, 19:01
laggerok laggerok is offline
Junior Member
 
Join Date: Jul 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Take your time to get the old driver back, check out http://forums.freebsd.org/showpost.p...7&postcount=11.
No result...

Quote:
Try to compile the Nvidia driver without Linux options.
Compiling without LInux opt led to the dead screen while loading KDE, even icons didn't load, though tty worked nice, and had to kill Xorg and KDEinit with # kill -9.

So, I decided just to reinstall the whole system. This one was my experiment, I'll write a short man, how I did it on my Dell Vostro 1500.

Thank you!
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
KDE 4 Black Screen adripillo KDE 11 May 7th, 2012 12:33
[Solved] Black screen at “startx” khanayev X.Org 3 March 15th, 2012 18:06
[Solved] Chromium 11.0.696.57 black screen piggy Installation and Maintenance of FreeBSD Ports or Packages 14 October 3rd, 2011 09:15
[Solved] KDE 4 Black Screen on Load z662 KDE 1 May 15th, 2011 03:33
Black screen with GDM 2.26 cabriofahrer GNOME 5 July 17th, 2009 16:38


All times are GMT +1. The time now is 06:00.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0