I use fusion-icon, so i can switch to Kwin, but trying to run compiz in a terminal (as normal user):
- Code: Select all
[email protected] ~ $ compiz --replace
compiz (core) - Fatal: Root visual is not a GL visual
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0
it seems to be a glx problem, bcs now i haven't any hardware acceleration. (from now on all is on a root term)
- Code: Select all
DanAlucard alucard # lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
DanAlucard alucard # glxinfo
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig
DanAlucard alucard # grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 31.122] (II) Loading extension MIT-SCREEN-SAVER
[ 32.589] (EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed (/usr/lib/dri/i915_dri.so: undefined symbol: _glapi_tls_Context)
[ 32.589] (EE) AIGLX: reverting to software rendering
[ 32.654] (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri/swrast_dri.so: undefined symbol: _glapi_tls_Dispatch)
[ 32.654] (EE) GLX: could not load software renderer
[ 35.016] (EE) Query no Synaptics: 6003C8
[ 35.016] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[ 35.024] (EE) PreInit returned 11 for "SynPS/2 Synaptics TouchPad"
Ignore the touchpad problems, it works fine.
i have never touched any X.org config file.
also, i have a problem that changes my hostname to dhcppc3 everytime i start KDE. writing "sudo hostname DanAlucard" solves the problem. nvm if there is any connection. My /etc/hosts file have the right hostname.
Any ideas on how to solve this?
- Code: Select all
###########################################################################################
# #
# EDIT #
# #
###########################################################################################
now, the problem is solved. Just update mesa from entropy.
you can use:
equo update && equo install mesa && equo deptest
that will update the entropy's database, install/update mesa and test if some dependencies are not met on the system.
@micia: thanks for helping me solving this issue the hard way
