You are not logged in.

#1 2008-11-11 19:19:13

Darkarix
Member
Registered: 2008-08-29
Posts: 6

Kdemod4 compositing with Intel graphic card does't work

Hi everybody,
I'm trying to get everything work on my Dell XPS m1330 that SHOULD be 100% linux compatibile, since is sold with ubuntu too.
I've had really hard time with compositing. When I enable the desktop effects from systemsettings the screen turns black and the only way to repair it is disabling compositing from kwinrc. I guess that maybe there's some problem in my config files. Here they are:

$ cat /etc/X11/xorg.conf 
Section "ServerLayout"                        
        Identifier     "X.org Configured"     
        Screen      0  "Screen0" 0 0          
        InputDevice    "Mouse0" "CorePointer" 
        InputDevice    "Touchpad"  "SendCoreEvents"
        InputDevice    "Keyboard0" "CoreKeyboard"  
EndSection                                         

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"                                    
        FontPath     "/usr/share/fonts/100dpi:unscaled"                         
        FontPath     "/usr/share/fonts/75dpi:unscaled"                          
        FontPath     "/usr/share/fonts/TTF"                                     
        FontPath     "/usr/share/fonts/Type1"                                   
EndSection                                                                      
                                                                                
Section "Module"                                                                
        Load  "xtrap"                                                           
        Load  "dbe"                                                             
        Load  "extmod"                                                          
        Load  "record"                                                          
        Load  "dri"                                                             
        Load  "freetype"                                                        
        Load  "synaptics"                                                       
EndSection                                                                      
                                                                                
Section "InputDevice"                                                           
        Identifier  "Keyboard0"                                                 
        Driver      "kbd"                                                       
EndSection                                                                      

Section "InputDevice"
        Identifier      "Touchpad"
       Driver          "synaptics"
       Option  "Device"        "/dev/input/mouse0"
        Option  "Protocol"      "auto-dev"        
        Option  "LeftEdge"      "1700"            
        Option  "RightEdge"     "5300"            
        Option  "TopEdge"       "1700"            
        Option  "BottomEdge"    "4200"            
        Option  "FingerLow"     "25"              
        Option  "FingerHigh"    "30"              
        Option  "MaxTapTime"    "180"             
        Option  "MaxTapMove"    "220"             
        Option  "VertScrollDelta" "100"           
        Option  "MinSpeed"      "0.06"            
        Option  "MaxSpeed"      "0.12"            
        Option  "AccelFactor" "0.0010"            
        Option  "SHMConfig"     "on"              
EndSection                                        

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse" 
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"  
EndSection                                    

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model" 
EndSection                           

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"             
        ### [arg]: arg optional                                      
        #Option     "ShadowFB"                  # [<bool>]           
        #Option     "DefaultRefresh"            # [<bool>]           
        #Option     "ModeSetClearScreen"        # [<bool>]           
        Identifier  "Card0"                                          
        Driver      "intel"                                          
        VendorName  "Intel Corporation"                              
        BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
        BusID       "PCI:0:2:0"                                        
EndSection                                                             

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
$ lspci -v | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) (prog-if 00 [VGA controller])
$ glxinfo | grep direct
direct rendering: Yes
$ cat ~/.kde4/share/config/kwinrc                                            
[$Version]                                                                                        
update_info=kwin_on_off.upd:kwin_on_off,kwin.upd:kde3.0r1,kwin.upd:kde3.2Xinerama,kwin_focus1.upd:kwin_focus1,kwin_focus2.upd:kwin_focus2,kwin3_plugin.upd:kde3.2                                                                                           

[Compositing]
Backend=OpenGL
Enabled=False 
GLDirect=true 
GLMode=TFP    
GLTextureFilter=1
GLVSync=false    
HiddenPreviews=0 
XRenderSmoothScale=false

[Desktops]
Name_1=   
Name_2=   
Name_3=   
Name_4=   
Number=4  

[Plugins]
kwin4_effect_blurEnabled=false
kwin4_effect_boxswitchEnabled=true
kwin4_effect_coverswitchEnabled=false
kwin4_effect_cubeEnabled=false       
kwin4_effect_desktopgridEnabled=true 
kwin4_effect_dialogparentEnabled=true
kwin4_effect_diminactiveEnabled=false
kwin4_effect_dimscreenEnabled=false  
kwin4_effect_explosionEnabled=false  
kwin4_effect_fadeEnabled=false       
kwin4_effect_fallapartEnabled=false
kwin4_effect_flipswitchEnabled=false
kwin4_effect_invertEnabled=false
kwin4_effect_loginEnabled=false
kwin4_effect_logoutEnabled=false
kwin4_effect_lookingglassEnabled=false
kwin4_effect_magnifierEnabled=false
kwin4_effect_maketransparentEnabled=false
kwin4_effect_minimizeanimationEnabled=true
kwin4_effect_mousemarkEnabled=false
kwin4_effect_presentwindowsEnabled=true
kwin4_effect_scaleinEnabled=false
kwin4_effect_shadowEnabled=true
kwin4_effect_sharpenEnabled=false
kwin4_effect_showfpsEnabled=false
kwin4_effect_showpaintEnabled=false
kwin4_effect_snowEnabled=false
kwin4_effect_thumbnailasideEnabled=false
kwin4_effect_trackmouseEnabled=true
kwin4_effect_videorecordEnabled=false
kwin4_effect_wobblywindowsEnabled=false
kwin4_effect_zoomEnabled=false

[Style]
BorderSize=1
ButtonsOnLeft=MS
ButtonsOnRight=HIA__X
CustomButtonPositions=false
PluginLib=kwin3_qtcurve
ShowToolTips=false

If anything else is needed write it!

Last edited by Darkarix (2008-11-11 19:20:47)

Offline

Board footer

Powered by FluxBB