You are not logged in.

#1 2007-06-06 12:38:05

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

any arch user here who uses e17+composite?

hello!

i want shadows! real shadows! smile

but i have a big problem - i have little black edges on the top corners of my windows.
here is a little example picture:
www.iggy-online.de/files/black-edge.jpg

i use the following settings:
.xinitrc

xcompmgr -c -r7 -t-7 -l-7 &
dbus-launch --exit-with-session /opt/e17/bin/enlightenment_start

xorg.conf:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "touchpad" "CorePointer"
    InputDevice    "usbmouse" "SendCoreEvents"
    Option           "AIGLX" "off"
    Option         "Xinerama" "1"
EndSection

#################################################

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"

    FontPath   "/usr/share/fonts/misc/
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/TrueType/"
    FontPath   "/usr/share/fonts/freefont/"

    ModulePath "/usr/lib/xorg/modules"
EndSection

#################################################

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

#################################################

Section "InputDevice"
    Identifier    "touchpad"
    Driver    "synaptics"
    Option "Protocol"    "auto-dev"
    Option "Device"      "/dev/input/mice"
    Option "SHMConfig" "on"
    Option "HorizScrollDelta" "0"

EndSection

Section "InputDevice"
    Identifier    "usbmouse"
    Driver    "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"    "/dev/input/mice"
    Option "Buttons"    "5"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "800"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
#    Option         "XkbVariant" "nodeadkeys"
EndSection

#################################################

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "AUO"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Maxdata (RogenTech) B101925"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

#################################################

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    BoardName      "GeForce Go 7300"
    BusID          "PCI:1:0:0"
    Screen          0

#    Option         "NVAgp" "3"
#    Option         "TripleBuffer" "True"
#    Option         "Coolbits" "1"
    Option       "AddARGBGLXVisuals"    "True"
    Option       "NoLogo"        "True"
    Option       "RenderAccel"    "True"
#    Option       "AllowGLXWithComposite"    "True"
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    BoardName      "GeForce Go 7300"
    BusID          "PCI:1:0:0"
    Screen          1

    Option       "AddARGBGLXVisuals"    "True"
    Option       "NoLogo"        "True"
EndSection

#################################################

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "DFP: 1280x800 +0+0; DFP: 1024x768 +0+0; DFP: 800x600 +0+0; DFP: 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

#################################################

Section "Extensions"
    Option "Composite" "True"
#    Option "RENDER" "True"
EndSection

i'm using:
nvidia-suspend2 (9755)
newest xorg-server (1.3.0.0)
newest e17 packages (takhis repo)

plz, can someone help me, i think and hope that i can solve the problem while changing the xorg.conf.

thx, mfg iggy

Last edited by iggy (2007-06-06 12:40:15)


sorry for my bad english smile

Offline

#2 2007-06-06 13:13:43

Ankka
Member
From: Finland
Registered: 2007-04-08
Posts: 98

Re: any arch user here who uses e17+composite?

You could use the bling module included with e17..

Offline

#3 2007-06-06 13:16:28

igglybuff
Member
Registered: 2007-05-23
Posts: 29

Re: any arch user here who uses e17+composite?

Ankka wrote:

You could use the bling module included with e17..

Maybe he wants _real shadows_, when there is shadows over windows, not only on the "wallpaper"

Damn hard to explain

Offline

#4 2007-06-06 14:25:51

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: any arch user here who uses e17+composite?

bling module does the same like composite. there is also the same problem smile


sorry for my bad english smile

Offline

#5 2007-06-07 18:14:52

Ankka
Member
From: Finland
Registered: 2007-04-08
Posts: 98

Re: any arch user here who uses e17+composite?

igglybuff wrote:
Ankka wrote:

You could use the bling module included with e17..

Maybe he wants _real shadows_, when there is shadows over windows, not only on the "wallpaper"

Damn hard to explain

bling module is composite, so the shadows are everywhere. It isn't enabled by default.

But if it has the same problem as xcompmgr... I have no idea what could cause it. You could try moving the configs for e somewhere... and see if it works with a clean system.

Offline

Board footer

Powered by FluxBB