You are not logged in.
I've had compiz fusion running for awhile but I haven't use it due to short pauses/hesitations/freezes. It only lasts 1-5 seconds but often enough to make it too frustrating to use. I thought it might be due to me only having a 1g of memory but this theory was made invalid when I upgraded to 2g today. Anyway, I was wondering if anyone else has experienced this? My laptop is a gateway mt6451 with 128mb for the video card. I'm also posting my xorg.conf. Thanks in advance.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "on"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "xtrap"
Load "glx"
Load "GLcore"
Load "dri"
Load "record"
Load "dbe"
Load "extmod"
Load "freetype"
Load "GLESX"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "MaxTapTime" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "fglrx"
VendorName "ATI Technologies Inc"
BoardName "Radeon XPRESS 200M 5955 (PCIE)"
Option "XAANoOffscreenPixmaps" "on"
Option "BackingStore" "on"
Option "TexturedVideo" "on"
Option "VideoOverlay" "off"
Option "OpenGLOverlay" "off"
Option "Textured2D" "on"
Option "TexturedXrender" "off"
Option "UseFastTLS" "1"
Option "DesktopSetup" "single"
BusID "PCI:1:5:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
Option "Composite" "Enable"
EndSection
Last edited by bdptcob (2008-10-12 04:19:42)
Offline
Problem in the most recent driver, searching the forums several times got me the fix. Add "nopat" to your kernel call in grub. For example...
title Arch Linux
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/58b9fc6a-2e07-4870-b5aa-48da4864b976 ro nopat
initrd /boot/kernel26.img
Offline
Problem in the most recent driver, searching the forums several times got me the fix. Add "nopat" to your kernel call in grub. For example...
title Arch Linux
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/58b9fc6a-2e07-4870-b5aa-48da4864b976 ro nopat
initrd /boot/kernel26.img
Yep, seems to have done the trick. Thank you very much.
Offline
Just wanted to add confirmation that this fix resolved the skipping and pauses with compiz fusion and my "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]" on an Acer 5050 with proprietary catalyst drivers. Thanks for the fix, I wasnt able to pin it down using google.
Offline
Thank you guys, works too with my ATI 200M.
Offline
Yep, seems to have done the trick. Thank you very much.
Would you please mark the thread as [SOLVED], that helps other people to find useful threads for them.
Thanks!
Offline
Wow - this fixed a problem I've had since about August. Thanks!
"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)
Offline
Nice, this fixed my problems too, ATI X1950XT here.
Offline