I noticed a message, while booting and before the log in, saying something liked "fail to load i915 (or smthg like that). Compositing effects not supported"
I updated to KDE 4.5.1 to no avail.
Here's my cat /etc/X11/xorg.conf:# File generated by XFdrake (rev )
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1280x800"
HorizSync 28.8-90
VertRefresh 60
# Monitor supported modeline (50.0 Hz vsync, 41.2 kHz hsync, ratio 16/10, 106 dpi)
ModeLine "1280x800" 59.26 1280 1328 1360 1440 800 803 809 823 -hsync -vsync
# Monitor preferred modeline (60.0 Hz vsync, 49.4 kHz hsync, ratio 16/10, 106 dpi)
ModeLine "1280x800" 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync
EndSection
Section "Device"
Identifier "device1"
VendorName "Intel Corporation"
BoardName "Intel 810 and later"
Driver "intel"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x800"
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x800"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x800"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x800"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
I don't see anything about compositing in the xorg here, is it normal?
On a forum about ArchLinux, it's said to run "
rm .kde4/share/config/kwinrc", I don't know if this applies to PCLOS too?
It seems to me that the Intel i915 driver is the problem.
Maybe a reinstall? I have the i810 drivers installed, however in synaptics there is also another version "with downscaling support", don"t know what it really means?
I also saw this in a similar topic on this forum (
https://bbs.archlinux.org/viewtopic.php?id=102379), should I run it?
"
rpm -qa x11-driver-video-intel
x11-driver-video-intel-2.9.1-1pclos2010"