Still getting hangs with Xorg 7.5
David Johnson
david at usermode.org
Wed Jun 2 23:41:55 UTC 2010
On Tuesday, June 01, 2010 12:44:52 pm david at usermode.org wrote:
> On Tue, 01 Jun 2010 12:29:59 -0500, Robert Noland <rnoland at 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
-------------- next part --------------
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
More information about the freebsd-x11
mailing list