You are not logged in.

#1 2007-11-14 21:32:04

jonc
Member
Registered: 2005-07-01
Posts: 5

tint bizarre graphics glitch?

view image

take a look for yourself. can anyone explain this?

everytime i perform a window operation (move, resize, close, etc.) the background area of tint changes to some mashed up part of a windows+ content.

xorg.conf

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

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    Option        "NoLogo" "true"
    Option        "ConnectedMonitor" "DFP"    # Specify DVI monitor connected
    #Option      "TripleBuffer" "True"
    Option        "BackingStore" "true"
    Option        "DamageEvents" "true"
    
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

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

tintrc

#---------------------------------------------
# TTM CONFIG FILE
#
# colors: hex format
# booleans: 0 or 1 
# alpha: 0 to 100 percent
# font: [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]
# panel_width: 0 == use full width
#---------------------------------------------

#---------------------------------------------
# FONT
#---------------------------------------------
font = sans 8
font_color = #ffffff
font_alpha = 100
font_active_color = #ffffff
font_active_alpha = 70
font_shadow = 0

#---------------------------------------------
# TASKS
#---------------------------------------------
task_text_centered = 0
task_width = 200
task_margin = 3
task_padding = 5

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_width = 0
panel_height = 35
panel_tasks_centered = 0

#---------------------------------------------
# ICON
#---------------------------------------------
icon = 1
icon_size = 16

#---------------------------------------------
# PANEL BACKGROUND
#---------------------------------------------
panel_background = 0
panel_background_color = #111111
panel_background_alpha = 20

#---------------------------------------------
# TASK BACKGROUND
#---------------------------------------------
task_background = 1
task_background_color = #111111
task_background_alpha = 90
task_active_background_color = #333333
task_active_background_alpha = 90
task_background_as_border = 0

Offline

#2 2007-11-14 22:39:52

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: tint bizarre graphics glitch?

No clue, but if it was me, I'd try commenting out the more advanced nvidia tweaks you have enabled (e.g. DamageEvents, etc.)


thayer williams ~ thayerwilliams.ca

Offline

#3 2007-11-14 22:51:10

jonc
Member
Registered: 2005-07-01
Posts: 5

Re: tint bizarre graphics glitch?

originally i did not have any of those tweaks in there and they still did not work =\

Offline

Board footer

Powered by FluxBB