You are not logged in.

#1 2008-02-13 18:12:28

Breakage
Member
From: London
Registered: 2008-02-12
Posts: 198
Website

Nvidia / Compiz Fusion / Xfce / Firefox titlebar

Hey,

I'm having a problem with the latest nvidia driver "169.09" and emerald with compiz fusion and firefox in xfce.

Sometimes when im browsing the web the emerald titlebar will go completely transparent with fuzzy text, and then if I click on the window or another window it'll go back to norm.

I remember having this issue with the latest drivers on Ubuntu too with just Gnome and Metacity and it only happens in Firefox.

Anyone know how to fix this? My graphics card is a Nvidia 6800. Thanks smile

Here's my XF86Config:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
    RgbPath        "/usr/X11R6/lib/X11/rgb"
    ModulePath     "/usr/lib/xorg/modules"
    FontPath       "/usr/share/fonts/75dpi"
    FontPath       "/usr/share/fonts/100dpi"
    FontPath       "/usr/share/fonts/misc"
    FontPath       "/usr/share/fonts/TTF"
    FontPath       "/usr/share/fonts/Type1"
EndSection

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

Section "ServerFlags"
    Option         "BlankTime" "0"
    Option         "StandbyTime" "0"
    Option         "SuspendTime" "0"
    Option         "OffTime" "0"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "gb"
    Option         "XkbOptions" "altwin:meta_win,lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "Name" "Razer DeathAdder"
    Option         "Vendor" "Razer"
    Option         "CorePointer"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Device" "/dev/input/mice"
    Option         "Buttons" "7"
    Option         "ButtonMapping" "1 2 3 6 7"
    Option         "Resolution" "900"
    Option         "SampleRate" "1000"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL  E773p"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6800"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "TwinView" "0"
    Option         "metamodes" "1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

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

Offline

Board footer

Powered by FluxBB