Hi,
by playing around with KDE 4.1 I have switched from OpenGL to XRender by accident. When I try to switch back to OpenGL it says alwaysthat it is not possible, because of the Desptop effects. I have diabled nearly everything, but still not possible to switch back to OpenGL.
Does anybody has a idea where to look (e.g. config files) so I can revert the changes by hand?
Thanx
jürgen
ram88
March 8, 2009, 12:03pm
2
jradzuweit:
Hi,
by playing around with KDE 4.1 I have switched from OpenGL to XRender by accident. When I try to switch back to OpenGL it says alwaysthat it is not possible, because of the Desptop effects. I have diabled nearly everything, but still not possible to switch back to OpenGL.
Does anybody has a idea where to look (e.g. config files) so I can revert the changes by hand?
Thanx
jürgen
Are the desktop effects working now?
What says:
cat /etc/X11/xorg.conf | grep Composite
?
no, the effects don’t work
radzuweit@earth:~> cat /etc/X11/xorg.conf | grep Composite
Option “Composite” “on”
So, if you go to Kicker -> Desktop -> Desktop Effects -> Advanced, you do not see an OpenGL option?
HI,
I see the option, but every time I try to switch back I get the error message. But where to look to get the current configuration?
Jürgen
Have you tried disabling, then re-enabling the desktop effects?
Yes I disable everything I could do, but still stucking with XRender and I can’t switch back to OpenGL >:(
user
February 18, 2010, 10:32pm
8
I’m having the exact same problem with my Fedora 12 installation. However, I was wondering if you guys could help me, since I am also running kde. Here’s my xorg.conf:
nvidia-settings: X configuration file generated by nvidia-settings
nvidia-xconfig: X configuration file generated by nvidia-xconfig
nvidia-xconfig: version 1.0 (mockbuild@) Sun Nov 22 21:04:19 EST 2009
Xorg configuration created by livna-config-display
Section “ServerLayout”
Identifier “Default Layout”
Screen 0 “Screen0” 0 0
InputDevice “Keyboard0” “CoreKeyboard”
InputDevice “Mouse0” “CorePointer”
Option “Xinerama” “0”
EndSection
Section “Files”
ModulePath “/usr/lib64/xorg/modules”
ModulePath “/usr/lib64/xorg/modules/extensions/nvidia”
EndSection
Section “ServerFlags”
Option “AIGLX” “on”
EndSection
Section “InputDevice”
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section “InputDevice”
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section “Monitor”
Identifier “Monitor0”
VendorName “Unknown”
ModelName “HP L1710”
HorizSync 24.0 - 83.0
VertRefresh 50.0 - 77.0
Option “DPMS”
EndSection
Section “Device”
Identifier “Videocard0”
Driver “nvidia”
EndSection
Section “Device”
Identifier “Device0”
Driver “nvidia”
VendorName “NVIDIA Corporation”
BoardName “GeForce 8400 GS”
EndSection
Section “Screen”
Identifier “Default Screen”
Device “Videocard0”
Monitor “Monitor0”
Option “AddARGBGLXVisuals” “True”
SubSection “Display”
Modes “nvidia-auto-select”
EndSubSection
EndSection
Section “Screen”
Identifier “Screen0”
Device “Device0”
Monitor “Monitor0”
DefaultDepth 24
Option “AddARGBGLXVisuals” “True”
Option “TwinView” “1”
Option “TwinViewXineramaInfoOrder” “DFP-0”
Option “metamodes” “CRT: nvidia-auto-select +0+0, DFP: nvidia-auto-select +1280+0”
SubSection “Display”
Depth 24
EndSubSection
EndSection
Section “Extensions”
Option “Composite” “Enable”
EndSection