Szervusztok!
FreeBSD 7.0 release #0
csomagból telepítettem: xorg, gdm, gnome2, compiz-fusion (meg a függőségeik).
Majdnem működik a dolog, de valamiért csak 1 desktop látszik a 4 helyett, és nincs ablakdekoráció. ha indítok egy terminal-t és ezt gépelem be:
LIBGL_ALWAYS_INDIRECT=1 compiz --sm-disable --replace ccp & emerald --replace
akkor legalább van 4 desktop, és megjelennek az ablakkeretek a felső menüsörral, de a további dekoráció hiányzik, tehát nem tudom bezárni, minimalizálni, teljes méretre tenni, stb.
Egyszer valahogy* siekrült bepörgetni a kockát, tehát úgy gondolom telepítve van, ami kell, csak valahogy mégse akar összeállni a kép (a szó szoros értelmében!)
*= így pörgött: terminal-ból beírtam:
LIBGL_ALWAYS_INDIRECT=1 compiz --sm-disable --replace ccp
és ezután szintén terminal-ból:
LIBGL_ALWAYS_INDIRECT=1 compiz --sm-disable --replace ccp & emerald --replace
Amikor GDM-ből indítom a gnome-ot, akkor is a fenti parancs hívódik meg.
A System_>_Preferencies_>_Sessions -be beletettem a fenti parancsot.
Itt az /etc/X11/xorg.conf hátha valami nincs beleírva (Debian+AIGLX+Beryl esetén működött, hogy beleírtam pár sort), és valakinek lenne hozzá ötlete:
------- SZERK: 2008.04.07 8:55
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "enable"
# Option "RENDER" "Enable"
EndSection
Section "dri"
Group "video"
Mode 0666
EndSection
Section "ServerFlags"
#Option "AllowMouseOpenFail" "True"
Option "BlankTime" "0" # switch off the fuckin' screensaver ;~))
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "Files"
RgbPath "/usr/local/share/X11/rgb"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "hu"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 48.3
VertRefresh 60
#HorizSync 31.0-80.0
#VertRefresh 56.0-75.0
#Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
EndSection
Section "Device"
#Option "NoAccel"
#Option "SWcursor"
#Option "ColorKey"
#Option "CacheLines"
#Option "Dac6Bit"
#Option "DRI"
#Option "NoDDC"
#Option "ShowCache"
#Option "XvMCSurfaces"
#Option "PageFlip"
Identifier "Card0"
Driver "i810"
VendorName "Intel Corporation"
BoardName "82865G Integrated Graphics Controller"
BusID "PCI:0:2:0"
#Option "RenderAccel" "true"
#Option "AccelMethod" "XAA"
Option "DRI" "true"
Option "XAANoOffscreenPixmaps" "true"
#Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithcomposite" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
Option "AddARGBGLXVisuals" "true"
EndSection
-----
Kiemeltem azokat a részeket, amiket a beryl-es és copmiz-os fórumok alapján beletoltam, de igazából már lassan azt se látom, hogy mit nézek be, hogy nem akar jó lenni.
Szerk (2008.04.07 8:55): Kihámoztam a felesleges (ATI és/vagy NVidia függő Option -okat, majd meglátjuk mit ér a dolog.)
A Section "Device" -ből kivágtam egy adag # -el kikommentelt részt, mert valamiért dőlt betűsre váltott.
Előre is köszönöm a segítséget.
/mazursky