You are not logged in.
I've just upgraded to KDE 4.5.0 and am having two problems:
1. Upon login compositing is disabled (I don't get any popup messages offering me to re-enable it, it's simply disabled). It was always enabled in 4.4. Is this expected? Here's an excerpt of my .xsession-errors:
kwin(1756) KWin::CompositingPrefs::detectDriverAndVersion: GL vendor is "DRI R300 Project"
kwin(1756) KWin::CompositingPrefs::detectDriverAndVersion: GL renderer is "Mesa DRI R300 (RS400 5A62) 20090101 NO-TCL DRI2"
kwin(1756) KWin::CompositingPrefs::detectDriverAndVersion: GL version is "1.5 Mesa 7.8.2"
kwin(1756) KWin::CompositingPrefs::detectDriverAndVersion: Detected driver "radeon" , version "20090101"
kwin(1756): ""fsrestore1" - conversion of "0,0,0,0" to QRect failed"
kwin(1756) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect "kwin4_effect_blur" is not supported
kded(1725)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.6'
kwin(1756): OpenGL compositing self-check failed, disabling compositing.2. networkmanager systray icon is missing (it was there in 4.4) even though it is running and I am connected to my wireless network just fine. How do I get the icon back?
Last edited by Ree (2010-08-25 15:04:52)
Offline
I've just upgraded to KDE 4.5.0 and am having two problems:
1. Upon login compositing is disabled (I don't get any popup messages offering me to re-enable it, it's simply disabled). It was always enabled in 4.4. Is this expected? Here's an excerpt of my .xsession-errors:
kwin(1756) KWin::CompositingPrefs::detectDriverAndVersion: GL vendor is "DRI R300 Project" kwin(1756) KWin::CompositingPrefs::detectDriverAndVersion: GL renderer is "Mesa DRI R300 (RS400 5A62) 20090101 NO-TCL DRI2" kwin(1756) KWin::CompositingPrefs::detectDriverAndVersion: GL version is "1.5 Mesa 7.8.2" kwin(1756) KWin::CompositingPrefs::detectDriverAndVersion: Detected driver "radeon" , version "20090101" kwin(1756): ""fsrestore1" - conversion of "0,0,0,0" to QRect failed" kwin(1756) KWin::EffectsHandlerImpl::loadEffect: EffectsHandler::loadEffect : Effect "kwin4_effect_blur" is not supported kded(1725)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.6' kwin(1756): OpenGL compositing self-check failed, disabling compositing.
looks like it is trying to load the blur effect, but it is not supported on your hardware. Try disabling that effect.
Offline
Please search the forums, point 1. has been covered.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Please search the forums, point 1. has been covered.
OK, found it, disabling functionality checks keeps it enabled.
Last edited by Ree (2010-08-25 15:23:56)
Offline
ngoonee wrote:Please search the forums, point 1. has been covered.
Really? I cannot seem to find it.
Try to use search next time:
https://bbs.archlinux.org/viewtopic.php?id=103522
Offline
One more thing I noticed. KDE 4.5 seems to have lost the option to set CPU scaling governors. In 4.4, the governor was always set to "ondemand" by default, but now after upgrading to 4.5, it's set to "performance". I have all cpufreq modules loaded:
MODULES=(acpi-cpufreq cpufreq-ondemand cpufreq-conservative cpufreq-powersave cpufreq-userspace cpufreq-stats freq-table)What is the recommended way to make sure that "ondemand" is always used?
Last edited by Ree (2010-08-25 18:27:27)
Offline
2. networkmanager systray icon is missing (it was there in 4.4) even though it is running and I am connected to my wireless network just fine. How do I get the icon back?
I was told u can enable it via system tray settings.
Offline
Ree wrote:2. networkmanager systray icon is missing (it was there in 4.4) even though it is running and I am connected to my wireless network just fine. How do I get the icon back?
I was told u can enable it via system tray settings.
when I try to activate it, it desactivate automatically. however, I installed knetworkmanager applet. Any ideas ?
Last edited by Gillian00 (2010-08-25 18:22:04)
Dell Studio XPS 1647 | i5-560m | 4go ddr3 | ATI radeon mobility 4670HD 1go gddr3 | Seagate Momentus 7200.4 G-force | wled 1600x900
Offline
Yes, I already did that. It's probably a KDE bug that it didn't appear by itself.
Offline
One more thing I noticed. KDE 4.5 seems to have lost the option to set CPU scaling governors. In 4.4, the governor was always set to "ondemand" by default, but now after upgrading to 4.5, it's set to "performance". I have all cpufreq modules loaded:
MODULES=(acpi-cpufreq cpufreq-ondemand cpufreq-conservative cpufreq-powersave cpufreq-userspace cpufreq-stats freq-table)What is the recommended way to make sure that "ondemand" is always used?
In case you want to alwawys use ondemand
MODULES=(... acpi-cpufreq cpufreq-ondemand ...)in enough to make it available. To actually use it you can use cpufreq-daemon that is provided by cpufrequtils. In /etc/conf.d/cpufreq uncomment the line
#governor="ondemand"and add `cpufreq' to the the DAEMONS array in /etc/rc.conf
This worked for me.
PS: related wiki article http://wiki.archlinux.org/index.php/Cpufreq
Offline
Well, I simply added the following to /etc/rc.local:
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governorNo additional software required.
Offline
I was a user of KDE 4.4, it was perfect but with 4.5 I have a problem: The effects are in super-slow-motion-camera I don't understand why. I already disabled blur, vsync and tried to change from OpenGL to XRender. The only thing that worked was change the speed of animation to 'Very Fast' but still is a bit slow. How can I fix this? I have a NVidia 8400M G with official drivers.
Last edited by walp (2010-08-25 19:35:28)
Offline
I was a user of KDE 4.4, it was perfect but with 4.5 I have a problem: The effects are in super-slow-motion-camera I don't understand why. I already disabled blur, vsync and tried to change from OpenGL to XRender. The only thing that worked was change the speed of animation to 'Very Fast' but still is a bit slow. How can I fix this? I have a NVidia 8400M G with official drivers.
Well, it looks like going back to OpenGL resolved the problem.
Offline
walp wrote:I was a user of KDE 4.4, it was perfect but with 4.5 I have a problem: The effects are in super-slow-motion-camera I don't understand why. I already disabled blur, vsync and tried to change from OpenGL to XRender. The only thing that worked was change the speed of animation to 'Very Fast' but still is a bit slow. How can I fix this? I have a NVidia 8400M G with official drivers.
Well, it looks like going back to OpenGL resolved the problem.
I did that too
changed opengl to xrender then return back to opengl worked for me ![]()
Offline
I have the same problem with CPU Frequency Scaling. The option is gone. I know I can edit rc.conf and change the settings there, but I had the option in KDE 4.4, and I want it back in KDE 4.5. Does anyone know if it got moved, or was it completely removed altogether?
Offline
From what i have been reading it is recomended to run only with the ondemand governor, so the options to change governors are no longer needed.
Offline
I have the same problem with CPU Frequency Scaling. The option is gone. I know I can edit rc.conf and change the settings there, but I had the option in KDE 4.4, and I want it back in KDE 4.5. Does anyone know if it got moved, or was it completely removed altogether?
I have written a whole section in the kde archwiki page about that !
Offline
jlacroix wrote:I have the same problem with CPU Frequency Scaling. The option is gone. I know I can edit rc.conf and change the settings there, but I had the option in KDE 4.4, and I want it back in KDE 4.5. Does anyone know if it got moved, or was it completely removed altogether?
I have written a whole section in the kde archwiki page about that !
I didn't see the update. So do I just remove all the cpufreq settings from my rc.conf and leave only ondemand? Or do I just get rid of it altogether from rc.conf?
Offline
Dolphin is always crashing but only for a bit brief of time. Does anyone else have the same problem?
Offline
Dolphin is always crashing but only for a bit brief of time. Does anyone else have the same problem?
https://bbs.archlinux.org/viewtopic.php?id=103549
https://bugs.freedesktop.org/show_bug.cgi?id=17754
Offline
I have updated KDE today and it's no longer possible for me to copy files to flashdisk (creating files on flashdisk is OK, but when I try to copy a file with either Dolphin or Konquerror, I get an error message "cannot copy to media/flash"...) However, it works for the root user.
Edit: It started working, out of the blue...
Edit2: I'm an idiot. I've used a Ext3-valid FAT32-invalid filename. Can anyone delete this post, please?
Last edited by mike54 (2010-08-26 16:07:47)
Offline
I'll just post this problem here I guess:
I can't get any bookmarks in bookmark toolbar in konqueror. I've done everything that I have to, I've set folder for bookmark toolbar in bookmark editor, I've enabled bookmrak toolbar in settings,
yet still I can't get any bookmarks in my bookmark toolbar.
Once I by mistake got one, but when I tried to add more, even that one disappeared.
Does anyone else have the same problem?
If not could you just paste the bookmark settings from this files:
.kde4/share/apps/konqueror.rc
.kde4/share/apps/bookmarks.xml (just the part where it sets the bookmark toolbar)
.kde4/share/config/konquerorrc
I'll be really tankful if at least someone tries to get bookmarks working in Konqueror.
(I've also posted same problem on KDE fourm, but so far nobody answered)
Arch x86_64 ATI AMD APU KDE frameworks 5
---------------------------------
Whatever I do, I always end up with something horribly mis-configured.
Offline
I'll just post this problem here I guess:
I can't get any bookmarks in bookmark toolbar in konqueror. I've done everything that I have to, I've set folder for bookmark toolbar in bookmark editor, I've enabled bookmrak toolbar in settings,
yet still I can't get any bookmarks in my bookmark toolbar.
Once I by mistake got one, but when I tried to add more, even that one disappeared.
Does anyone else have the same problem?
If not could you just paste the bookmark settings from this files:
.kde4/share/apps/konqueror.rc
.kde4/share/apps/bookmarks.xml (just the part where it sets the bookmark toolbar)
.kde4/share/config/konquerorrcI'll be really tankful if at least someone tries to get bookmarks working in Konqueror.
(I've also posted same problem on KDE fourm, but so far nobody answered)
Do you maybe have "show only marked Bookmarks in Bookmark toolbar" enabled?
You can find it in the Konqueror Settings --> Web browsing at the top.
Offline
Primoz wrote:I'll just post this problem here I guess:
I can't get any bookmarks in bookmark toolbar in konqueror. I've done everything that I have to, I've set folder for bookmark toolbar in bookmark editor, I've enabled bookmrak toolbar in settings,
yet still I can't get any bookmarks in my bookmark toolbar.
Once I by mistake got one, but when I tried to add more, even that one disappeared.
Does anyone else have the same problem?
If not could you just paste the bookmark settings from this files:
.kde4/share/apps/konqueror.rc
.kde4/share/apps/bookmarks.xml (just the part where it sets the bookmark toolbar)
.kde4/share/config/konquerorrcI'll be really tankful if at least someone tries to get bookmarks working in Konqueror.
(I've also posted same problem on KDE fourm, but so far nobody answered)Do you maybe have "show only marked Bookmarks in Bookmark toolbar" enabled?
You can find it in the Konqueror Settings --> Web browsing at the top.
Yap that was it I feel stupid now ![]()
Arch x86_64 ATI AMD APU KDE frameworks 5
---------------------------------
Whatever I do, I always end up with something horribly mis-configured.
Offline
https://bbs.archlinux.org/viewtopic.php?id=103548
kdm doesn't work for me:
[x-ray@ArchMedia ~]$ uname -a
Linux ArchMedia 2.6.35-ARCH #1 SMP PREEMPT Fri Aug 20 22:49:24 CEST 2010 x86_64 AMD Turion(tm) II Dual-Core Mobile M500 AuthenticAMD GNU/Linux
Offline