Date: Wed, 2 Jun 2010 16:41:52 -0700 From: David Johnson <david@usermode.org> To: freebsd-x11@freebsd.org Subject: Re: Still getting hangs with Xorg 7.5 Message-ID: <201006021641.52615.david@usermode.org> In-Reply-To: <7c761f59bacd9a6d2a1402092222d84b@usermode.org> References: <201005271720.33902.david@usermode.org> <4C054397.60903@FreeBSD.org> <7c761f59bacd9a6d2a1402092222d84b@usermode.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Tuesday, June 01, 2010 12:44:52 pm david@usermode.org wrote:
> On Tue, 01 Jun 2010 12:29:59 -0500, Robert Noland <rnoland@FreeBSD.org>
>
> wrote:
> >> KDE still refuses to recognize compositing capability in the settings
> >> dialog,
> >> however, turning it on in the kwinrc file shows that it works just
>
> fine.
>
> > You have to have AIGLX and Composite enabled in your xorg.conf.
I double checked, and they are both on. Yet KDE still thinks it is not
supported. It is working however. I am attaching my xorg.conf file in case I
have the syntax wrong on something.
--
David Johnson
[-- Attachment #2 --]
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Option "DontZap" "Off"
Option "AIGLX"
Option "AutoAddDevices" "Off"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/webfonts"
FontPath "/usr/local/lib/X11/fonts/bitstream-vera"
FontPath "/usr/local/lib/X11/fonts/urwfonts-ttf
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "dri"
Load "dri2"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV535 [Radeon X1650 Series]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Viewport 0 0
Modes "1920x1200" "1600x1200" "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006021641.52615.david>
