UMDGaara
November 1st, 2007, 02:52 AM
Mipmaps work fine for me in every plugin except Cube. Enabling them has no effect and the Cube ends up looking pretty crummy when zoomed out.
I've been using compiz/beryl/compiz-fusion for a while on four systems and they all have the same problem:
Old Dell Pentium 4 with nVidia TI4200 and Gusty Gibbon
Lenovo 3000 N100 with nVidia 7300 GO and Gusty Gibbon
Apple MacBook with Intel 950 and Gusty Gibbon
Custom-built PC with nVidia 7600 GT and Fedora 7
RIght now they all have the same version of Compiz-fusion (0.5.2), the same nVidia driver (except the MacBook), the same options in xorg.conf, and nearly identical plugin settings in CCSM as well as the same launch options. Mipmaps work great on all of them for every plugin except Cube.
Any ideas out there? I thought maybe it had to do with the __GL_YEILD="NOTHING" variable when I launch compiz-fusion but I thought that's only for nVidia cards and the MacBook has the same problem. Here's my xorg.conf from Fedora 7 (resolution is 1920x1080...don't ask me how it's not in there and it still works):
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
# Option "AGILX" "False"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "extmod"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "NvAGP" "0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "DisableGLXRootClipping" "True"
Option "RenderAccel" "True"
Option "DamageEvents" "True"
Option "UseEvents" "False"
Option "TripleBuffer" "True"
Option "BackingStore" "True"
# Option "NoLogo" "True"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "DAMAGE" "Enable"
Option "RENDER" "Enable"
Option "Composite" "Enable"
EndSection
I've been using compiz/beryl/compiz-fusion for a while on four systems and they all have the same problem:
Old Dell Pentium 4 with nVidia TI4200 and Gusty Gibbon
Lenovo 3000 N100 with nVidia 7300 GO and Gusty Gibbon
Apple MacBook with Intel 950 and Gusty Gibbon
Custom-built PC with nVidia 7600 GT and Fedora 7
RIght now they all have the same version of Compiz-fusion (0.5.2), the same nVidia driver (except the MacBook), the same options in xorg.conf, and nearly identical plugin settings in CCSM as well as the same launch options. Mipmaps work great on all of them for every plugin except Cube.
Any ideas out there? I thought maybe it had to do with the __GL_YEILD="NOTHING" variable when I launch compiz-fusion but I thought that's only for nVidia cards and the MacBook has the same problem. Here's my xorg.conf from Fedora 7 (resolution is 1920x1080...don't ask me how it's not in there and it still works):
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
# Option "AGILX" "False"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "extmod"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "NvAGP" "0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "True"
Option "DisableGLXRootClipping" "True"
Option "RenderAccel" "True"
Option "DamageEvents" "True"
Option "UseEvents" "False"
Option "TripleBuffer" "True"
Option "BackingStore" "True"
# Option "NoLogo" "True"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "DAMAGE" "Enable"
Option "RENDER" "Enable"
Option "Composite" "Enable"
EndSection