PDA

View Full Version : Problem enabling Kwin Effects


lomion
05-15-2009, 06:18 PM
Hi. I have a fresh PCBSD 7.1 x86 with nVidia 180 installed. But I can not enable Kwin Effects. I get error about problems in the X configuration. This is my xorg.conf:

P.S. I'm new to BSD family and this forum, so sorry for any possible mistakes.


# Xorg.conf file generated for PC-BSD

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
Option "AutoAddDevices" "False"
Option "AllowEmptyInput" "Off"
EndSection

Section "Files"
ModulePath "/PCBSD/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
FontPath "/PCBSD/local/lib/X11/fonts/cyrillic/"
FontPath "/PCBSD/local/lib/X11/fonts/TrueType/"
FontPath "/PCBSD/local/lib/X11/fonts/webfonts/"
FontPath "/PCBSD/local/lib/X11/fonts/misc/"
FontPath "/PCBSD/local/lib/X11/fonts/TTF/"
FontPath "/PCBSD/local/lib/X11/fonts/Type1/"
FontPath "/PCBSD/local/lib/X11/fonts/CID/"
FontPath "/PCBSD/local/lib/X11/fonts/75dpi/"
FontPath "/PCBSD/local/lib/X11/fonts/100dpi/"
FontPath "/PCBSD/local/lib/X11/fonts/dejavu/"
FontPath "/PCBSD/local/lib/X11/fonts/local/"
EndSection

Section "Module"
Load "ddc"
Load "dbe"
Load "extmod"
Load "glx"
Load "xtrap"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ""
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

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


Section "Device"
Identifier "Card0"
Screen 0
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true"
Option "AddARGBGLXVisuals" "true"
# Option "UseEvents" "false"
# Option "TripleBuffer" "1"
# Option "DamageEvents" "1"
# Option "BackingStore" "1"
# Option "PixmapCacheSize" "70000"
# Option "OnDemandVBlankInterrupts" "true"
# Option "XAANoOffscreenPixmaps" "true"
# Option "NoLogo" "True"
Option "AddARGBVisuals" "True"
Driver "nvidia"
VendorName "nVidia Corporation"
BusID "PCI:1:0:0"
EndSection


Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection