DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Misc. BSD/UNIX The The Cost of Running Compiz on Linux @ Phoronix Android1 News 0 21st May 2010 03:05 PM
direct rendering with nvidia card PatrickBaer FreeBSD General 13 2nd October 2008 07:51 AM
change compiz-fusion shortcut keys cuongvt FreeBSD General 2 21st September 2008 11:29 AM


All times are GMT. The time now is 06:19 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick