LinuxQuestions.org
Help answer threads with 0 replies.
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 01-30-2009, 06:55 PM   #1
specialized
Member
 
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 228

Rep: Reputation: 37
kde4.2 and slackware 12.2


Hi
today i had installed kde4.2 in my slack box.
My slack with dri on and glxgears working great, but when a try to activate the effects in kde tells me this

Failed to activate desktop effects using the given configuration options. Settings will be reverted to their previous values.

Check your X configuration. You may also consider changing advanced options, especially changing the compositing type.

tha line composite in my xorg.conf exist

why?


thanx a lot
 
Old 01-30-2009, 07:09 PM   #2
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
what does
Code:
fgrep -i5 composite /var/log/Xorg.0.log
return?
 
Old 01-31-2009, 02:48 PM   #3
specialized
Member
 
Registered: Sep 2005
Location: Mar del Plata, Arg
Distribution: Always Slackware
Posts: 228

Original Poster
Rep: Reputation: 37
bash-3.1$ fgrep -i5 composite /var/log/Xorg.0.log
/usr/share/fonts/Type1,
/usr/share/fonts/misc,
/usr/share/fonts/75dpi/:unscaled
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d0280
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
--
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce4 MX 4000 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 04.18.20.36.02
(II) NVIDIA(0): Detected AGP rate: 8X
--
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Device: "/dev/input/mice"
 
Old 02-01-2009, 12:10 PM   #4
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
hmm .. I don't see anything wrong -- file a bug report ?
 
Old 02-02-2009, 08:44 AM   #5
AlleyTrotter
Member
 
Registered: Jun 2002
Location: Coal Township PA
Distribution: Slackware64-15.0
Posts: 783

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
A usefull example is better than day in class

Quote:
Originally Posted by mRgOBLIN View Post
what does
Code:
fgrep -i5 composite /var/log/Xorg.0.log
return?
Sorry for the off topic response

BUT
a useful example of a command is so much better than reading the man page for fgrep all day

whenever an 'expert' tells a poster to run a certain command I always go to a terminal and run that command on my system. I helps me to understand the command so much better than reading the man page

thanks
john
 
Old 02-02-2009, 05:54 PM   #6
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by AlleyTrotter View Post
Sorry for the off topic response

BUT
a useful example of a command is so much better than reading the man page for fgrep all day

whenever an 'expert' tells a poster to run a certain command I always go to a terminal and run that command on my system. I helps me to understand the command so much better than reading the man page

thanks
john
A picture is worth a thousand words
 
Old 05-07-2009, 07:02 AM   #7
jemate18
LQ Newbie
 
Registered: May 2009
Distribution: Ubuntu 11.04
Posts: 10

Rep: Reputation: 0
Quote:
Originally Posted by specialized View Post
Hi
today i had installed kde4.2 in my slack box.
My slack with dri on and glxgears working great, but when a try to activate the effects in kde tells me this

Failed to activate desktop effects using the given configuration options. Settings will be reverted to their previous values.

Check your X configuration. You may also consider changing advanced options, especially changing the compositing type.

tha line composite in my xorg.conf exist

why?


thanx a lot
HI! I have just installed Slackware 12.2 today selecting the ALL in the package list. Although I'm ok with KDE 3.5, I want to try the new 4.2 version of KDE. Will you please give me the steps or links on how to successfully install KDE 4.2 and completely uninstalling 3.5 so that the old packages of 3.5 (the entire KDE 3.5) will be completely replaced by 4.2

Thanks and regards,
 
Old 05-07-2009, 07:26 AM   #8
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
The 4.2 version of KDE is not available for Slackware 12.2 - it is for Slackware current which is different. You need to build 4.2 from source on Slackware 12.2 (a big job) or upgrade to Slackware current - instructions should be on this forum somewhere.

You may get current's 4.2 working but it's not recomended to mix versions.

Last edited by bgeddy; 05-07-2009 at 07:29 AM.
 
  


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
unable to install KDE4 in slackware 12 gopi.d Slackware 21 08-06-2009 02:52 AM
where is KDE4? rmarley Linux - Software 2 12-29-2008 09:21 AM
Using KDE4 CrashedAgain Linux - Software 9 11-23-2008 03:42 PM
Problem with Slackware current KDE4 and HAL I guess heimdal Slackware 6 11-05-2008 02:03 AM
slackware and kde4 mbvo Linux - Software 4 09-08-2008 03:25 AM

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

All times are GMT -5. The time now is 03:05 AM.

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