Code: Select all
Option "AllowGLXWithComposite" "true"Funktioniert...vielen Dank für den Tipp und frohe Weihnachten!Anarcho wrote:Probier mal
zu deiner nvidia device section hinzuzufügen.Code: Select all
Option "AllowGLXWithComposite" "true"

Code: Select all
Section "Extensions"
Option "Composite" "Enable"
EndSectionCode: Select all
$ transset
opacity 0xc0000000
Set Property to 0.75
Code: Select all
$ xcompmgr&

Ne. Hab ich nicht. Dachte, das wär nur für Schatten notwendig.SinoTech wrote:Hast auch vorher "xcompmgr" gestartet ?
Dann ollte auch "transset" funktionieren.Code: Select all
$ xcompmgr&
Mfg
Sino
Code: Select all
xterm | transset .7Code: Select all
(...)
session.screen0.window.focus.alpha: <0 - 255>
session.screen0.window.unfocus.alpha: <0 - 255>
(...)
Ja, das klappt. Danke!reyneke wrote:Weiß nicht, ob das schon erwähnt wurde, aber in Fluxbox gibt es die Möglichkeit, für aktive und passive Fenster unterschiedliche Transparenzwerte festzulegen:
~/.fluxbox/initEin laufendes transset nimmt diese Werte dann auf.Code: Select all
(...) session.screen0.window.focus.alpha: <0 - 255> session.screen0.window.unfocus.alpha: <0 - 255> (...)
HTH,
reyneke.
Code: Select all
# xcompmgr -CcCode: Select all
xcompmgr --helpSo krass war es bei mir noch nicht, aber bei mir stürzt _jedes_ Mal der X-Server ab, wenn ich xcompmgr laufen habe und was glx mässiges starten will. Obwohl ich die Optionreyneke wrote:Kommt es nur mir so vor, oder das Gespann Xorg/xcompmgr/transset noch etwas buggy? Jedesmal, wenn ich eines der Programme update, bange ich darum, daß alles hinterher noch funktioniert.
Ich habe auch schon komplette System-Freezes durch xcompmgr erlebt, sodaß sich der Rechner noch nicht mal von außen mehr ansprechen ließ.
Code: Select all
Option "AllowGLXWithComposite" "true"Hier dito => Ansatzpunkt (?)TheCurse wrote:(...)
Habe auch eine nvivia-karte, sba und fastwrites sind aktiviert. Könnte das daran liegen?
(.Y.)
Code: Select all
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV28 [GeForce4 Ti 4200 AGP 8x]"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "NvAGP" "1"
Option "NoLogo" "true"
EndSection