LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-05-2011, 08:49 PM   #1
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Can't Run KDE 4.5.5 in VirtualBox


I installed Current (Feb. 28) in VirtualBox. The install went fine.

I can boot into Xfce and Fluxbox with the startx command. KDE bombs, somewhere just after the fourth icon of the startup display.

In my first attempt I installed the VB guest additions. I figured that might be the problem. I wiped the virtual machine and tried again. In my second attempt I did not immediately install the guest additions. Same result.

I copied xorg.conf-vesa to xorg.conf. No help, same result as with no xorg.conf. I am not booting the system with any framebuffer, just normal vga. Without the VB guest additions, the system is at 800x600 resolution.

Because of the tiny screen, I cannot read all of the error messages. The scrollback buffer is to small to read all of the messages. Some of the messages make no sense to me. For example, there is a message that plasma-desktop cannot find the dbus session server. Yet rc.messagebus is enabled and running, and a file in ~/.kde/dbus/session-bus exists. I see messages about fatal errors with references to *.cpp files at /tmp/kde-4.5.5.

The Xorg.0.log says there was a segmentation fault at address (nil), but there are no (EE) errors in the log. There is no xsession-error log.

I started xfce. From there installed the VB guest additions. Rebooted. No framebuffer (vga=normal). I was able to run Xfce and fluxbox in a nice 1664x929 display resolution. Mouse and keyboard worked transparently. I edited lilo.conf for vga=791 to enlarge the console screen size.

I rebooted, tested X again, then exited. I changed to KDE. Same results. Bomb.

This time I saw two (EE) error messages in Xorg.0.log regarding vboxvideo and disabling DRI.

Here is part of the xorg log:

Code:
Backtrace:
[   533.067] (EE) [drm] drmOpen failed.
[   533.067] (EE) VBoxVideo(0): DRIScreenInit failed, disabling DRI.
[   533.067] (II) VBoxVideo(0): visual configurations initialized
[   533.068] (==) VBoxVideo(0): Backing store disabled
[   533.068] (II) VBoxVideo(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   533.071] (==) VBoxVideo(0): DPMS enabled
[   533.073] (II) VBoxVideo(0): The VBox video extensions are now enabled.
[   533.073] (--) RandR disabled
...
[   543.133] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e72fb]
[   543.133] 1: /usr/bin/X (0x8048000+0x5dbf5) [0x80a5bf5]
[   543.133] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xffffe40c]
[   543.133] 3: /usr/lib/xorg/modules/libfb.so (fbBlt+0xbe) [0xb72c392e]
[   543.134] 4: /usr/lib/xorg/modules/libfb.so (fbBltStip+0x73) [0xb72c46d3]
[   543.134] 5: /usr/lib/xorg/modules/libfb.so (fbGetImage+0x199) [0xb72c9a39]
[   543.134] 6: /usr/bin/X (0x8048000+0x15f0af) [0x81a70af]
[   543.134] 7: /usr/lib/xorg/modules/extensions/libglx.so (0xb74c0000+0x37d5b) [0xb74f7d5b]
[   543.134] 8: /usr/lib/xorg/modules/dri/swrast_dri.so (0xb4bfc000+0x10a5d) [0xb4c0ca5d]
[   543.134] 9: /usr/lib/xorg/modules/dri/swrast_dri.so (0xb4bfc000+0x10aa7) [0xb4c0caa7]
[   543.134] 10: /usr/lib/xorg/modules/extensions/libglx.so (0xb74c0000+0x37cbd) [0xb74f7cbd]
[   543.135] 11: /usr/lib/xorg/modules/extensions/libglx.so (0xb74c0000+0x34412) [0xb74f4412]
[   543.135] 12: /usr/lib/xorg/modules/extensions/libglx.so (0xb74c0000+0x3528a) [0xb74f528a]
[   543.135] 13: /usr/lib/xorg/modules/extensions/libglx.so (0xb74c0000+0x3727f) [0xb74f727f]
[   543.135] 14: /usr/bin/X (0x8048000+0x27e87) [0x806fe87]
[   543.135] 15: /usr/bin/X (0x8048000+0x1aec5) [0x8062ec5]
[   543.135] 16: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7560db6]
[   543.137] 17: /usr/bin/X (0x8048000+0x1aaa1) [0x8062aa1]
[   543.137] Segmentation fault at address (nil)
[   543.138] 
Fatal server error:
[   543.138] Caught signal 11 (Segmentation fault). Server aborting
[   543.138] 
[   543.138]
I see some old threads about mesa, but after these many months I doubt they still apply.

Otherwise I have had no other problems in VB.

Ideas?

Thanks.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 03-06-2011, 02:24 PM   #2
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
Google has been no help so far on this. That said, since xfce and fluxbox seem to run fine, I am wondering if you have enough memory allocated to run kde. The last time I had Slackware in VBox, I allocated 1500mb for that machine. But that's been over a year ago.
 
Old 03-06-2011, 02:32 PM   #3
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Original Poster
Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
Google has been no help so far on this.
Same here, which is why I posted.

Per your suggestion I tried 1.5 GB RAM and 128MB video. No go.
 
Old 03-06-2011, 02:51 PM   #4
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
It's been posted in this forum and hinted to in the changelog

You have to disable composite.

Quote:
x/mesa-7.9-x86_64-1.txz: Upgraded.
I was on the fence with this upgrade, and in fact it sat in /testing for
days with mesa-7.8.2 queued instead. But it seems the Intel driver really
does need this version of Mesa or there are major problems with compositing
(most of them leading to an X server crash).
If X crashes at start, try disabling compositing. Create a file named
/etc/X11/xorg.conf.d/disable-composite.conf with this in it:
Section "Extensions"
Option "Composite" "Disable"
EndSection
The machine that had issues here was using an onboard nVidia 6150SE.
Using the nv, nouveau, or even the vesa driver, X crashed at start unless
compositing was disabled. However, everything works perfectly when using
the binary nVidia drivers, and odds are that most users with decent nVidia
hardware are doing just that. So, that's the situation with nVidia and
Mesa as observed here for now. Hopefully the defaults will work better
soon, but meanwhile if you have nVidia hardware you may have to either
disable compositing or obtain and use nVidia's binary drivers.
 
2 members found this post helpful.
Old 03-06-2011, 04:08 PM   #5
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Original Poster
Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Quote:
It's been posted in this forum and hinted to in the changelog
You have to disable composite.
Yay!

The challenge with "hints" is that those of us who are clueless are not always quick to recognize the instructions as a hint.

Thank you!
 
Old 03-06-2011, 06:22 PM   #6
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Another thing is that mesa had flipped flopped a couple of times in current since then, so that text is pretty far down the line.

It just so happened I had the same issue. I downgraded mesa, until someone else posted the correct solution.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Latest update wont allow KDE to run... (in VirtualBox) robertjinx Slackware 23 12-10-2010 04:12 AM
Safe to run Windows(r) in Virtualbox? STDOUBT Linux - General 8 09-29-2010 06:58 AM
Can't run VirtualBox (libxfcegui4-WARNING) valsiterb Linux - Desktop 5 07-08-2010 07:27 PM
virtualbox wont run rella111 Linux - Software 8 04-09-2010 03:32 AM
VirtualBox OSE won't run alkanetexe Linux - Software 14 05-08-2009 01:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration