You are not logged in.

#1 2007-12-15 14:42:16

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Blender has weird menus

I have an old nvidia card that uses nividia-71xx driver and blender menus get strange when I move the cursor over them, as you may see:

blender.jpg

Here is part of my xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
        Load  "glx"
        Load  "dbe"
        Load  "type1"
        Load  "freetype"
        SubSection "extmod"
                Option     "omit xfree86-dga"
        EndSubsection
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    31.5-48.5
        VertRefresh  50-60
        Option       "DPI"   "96 x 96"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        Option      "TripleBuffer"    "True"

EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth  24

        Subsection "Display"
                Depth   8
                Modes   "1024x768"  "800x600"
                ViewPort  0 0
        EndSubsection
        Subsection "Display"
                Depth    16
                Modes    "1024x768"  "800x600"
                ViewPort  0 0
        EndSubsection
        Subsection "Display"
                Depth    24
                Modes    "1024x768"  "800x600"
                ViewPort  0 0
        EndSubsection

        Option    "RenderAccel"    "true"
EndSection

Section "Extensions"
        Option          "Composite"   "Disable"
EndSection

Last edited by andre.ramaciotti (2007-12-15 23:47:32)


(lambda ())

Offline

#2 2007-12-15 22:47:28

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Blender has weird menus

Blender is working fine on my system. This is what the module section of xorg.conf looks like:

Section "Module"

    Load           "dbe" # Double-Buffering Extension
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx" # 3D layer
EndSection

Offline

#3 2007-12-16 03:19:17

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: Blender has weird menus

I think this is caused by buggy 2d OpenGL drivers. Blender uses it and pretty much everything else doesn't. I've seen this before, although I think it was on Windows when I got it.

Offline

#4 2007-12-16 04:39:31

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Blender has weird menus

pauldonnelly wrote:

I think this is caused by buggy 2d OpenGL drivers. Blender uses it and pretty much everything else doesn't. I've seen this before, although I think it was on Windows when I got it.

You've seen this before with nVidia?

Offline

#5 2007-12-16 13:15:53

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Re: Blender has weird menus

I've found the guilty. It was the cursor theme. -.- (Vanilla-DMZ-AA).

Is there anyway to disable the cursor theme (use the default one) only when using blender?

Last edited by andre.ramaciotti (2007-12-16 13:16:17)


(lambda ())

Offline

Board footer

Powered by FluxBB