View Single Post
  #1   (View Single Post)  
Old 27th May 2013
punk0x29a punk0x29a is offline
Port Guard
 
Join Date: May 2013
Posts: 22
Default Direct Compiz? i915...

There are no more effective means of convincing a girlfriend to remove Windows than... rubber windows!

DWM, Xmonad, RatPoison... They're all awesome, but scary at a first glance...
So, I've installed Compiz/XFCE and, immediately, there were problems.

I need to start it with LIBGL_ALWAYS_INDIRECT, otherwise - white screen. Transferring everything through X didn't seemed to be much of a bottleneck, until I ran some everyday-use-apps, like Mixxx, or XBMC.
Especially those two complain about a lack of direct rendering. This flicker gives me a headache...

Is there anything I can do?

Here goes some of my xorg.conf:
Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
    Option    "AIGLX"    "true"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	#Load  "dri2"
	Load  "extmod"
	Load  "record"
	Load  "glx"
EndSection

Section "Device"
    Option    "DRI"    "true"
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "82Q963/Q965 Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection
Thank You all in advance!

Last edited by ocicat; 2nd September 2017 at 04:33 PM. Reason: Please use [code] & [/code] tags when posting file contents.
Reply With Quote