Ok, Im not quite sure if this should be in Ports, Xorg, or Window Managers... So I got sick of trying to fix the cluster.... I made of my system, and wipped it! Installed BSD from a fresh download of 7.1-Release (DVD), Installed KDE 3.5, and pkg_add -r compiz-fusion. I used this as my guide http://www.freebsd.org/doc/en/articles/compiz-fusion/compiz-fusion.html . Now, Im using the Intel card since the Radeon doesn't support. All installs went well until it was time to start compiz. I ran this code:
I don't even get to the "% emerald --replace &" my bars and stuff disappear and loose the ability to type in windows my mouse still opens windows, and selects text but no typing, I have to ctrl alt backspace to fix. Found an article that suggested trying this:
I get the same results of my window manager disappearing, and not being able to do anyting.
Here is my xrandr output, pkg_info for xorg & compiz, xorg.conf, & Xorg.0.log
xrandr:
pkg_info xorg & compiz:
xorg.conf:
Im not exactly sure what Im doing wrong but but any help would be appreciated. And, I just got done going through an entire process of upgrading to to stable and trying to upgrade to xorg7.4 and doing the drivers and just a giant mess, and actually not being able to boot x at all with either the intel card or the radeon card... .. so hopefully I don't have to go through all that again.. which is why I wipped the system and started fresh.
Arg.. It's late.. and for some reason I'm incapable of creating a tar tonight...
Code:
$ compiz --replace --sm-disable --ignore-desktop-hints ccp &
$compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0
I don't even get to the "% emerald --replace &" my bars and stuff disappear and loose the ability to type in windows my mouse still opens windows, and selects text but no typing, I have to ctrl alt backspace to fix. Found an article that suggested trying this:
Code:
$ LIBGL_ALWAYS_INDIRECT=1 compiz --replace --ignore-desktop-hints ccp &
$ compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0
I get the same results of my window manager disappearing, and not being able to do anyting.
Here is my xrandr output, pkg_info for xorg & compiz, xorg.conf, & Xorg.0.log
xrandr:
Code:
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 1152 x 1152
VGA connected 1024x768+0+0 (normal left inverted right x axis y axis) 312mm x 234mm
1024x768 85.0*+ 84.9 75.1
1152x864 74.8
800x600 84.9 75.0
640x480 84.6 60.0
720x400 70.1
$
pkg_info xorg & compiz:
Code:
$ pkg_info|grep xorg
xorg-7.3_2 X.Org complete distribution metaport
xorg-apps-7.3 X.org apps meta-port
xorg-docs-1.4,1 X.org documentation files
xorg-drivers-7.3_3 X.org drivers meta-port
xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts
xorg-fonts-7.3_1 X.org fonts meta-port
xorg-fonts-75dpi-7.3 X.Org 75dpi bitmap fonts
xorg-fonts-cyrillic-7.3 X.Org Cyrillic bitmap fonts
xorg-fonts-miscbitmaps-7.3 X.Org miscellaneous bitmap fonts
xorg-fonts-truetype-7.3 X.Org TrueType fonts
xorg-fonts-type1-7.3 X.Org Type1 fonts
xorg-libraries-7.3_2 X.org libraries meta-port
xorg-protos-7.3_2 X.org protos meta-port
xorg-server-1.4.2,1 X.Org X server and related programs
$ pkg_info|grep compiz
compiz-0.6.2_2 Compiz Composite/Window Manager
compiz-bcop-0.6.0_1 Code generator for Compiz Fusion Plugins
compiz-fusion-0.6.0_1 Metaport of compiz-fusion
compiz-fusion-plugins-extra-0.6.0_2 Plugins for Compiz Composite Window Manager
compiz-fusion-plugins-main-0.6.0_2 Plugins for Compiz Composite Window Manager
compizconfig-backend-gconf-0.6.0_2 The gconf backend for CompizConfig
compizconfig-python-0.6.0.1_1 Python bindings for the compizconfig library
libcompizconfig-0.6.0 An alternative configuration system for Compiz
$
xorg.conf:
Code:
Section "ServerLayout"
Identifier "My Intel Setup"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
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"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "DEL"
ModelName "DELL E773s"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Option "AccelMethod" "EXA"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Im not exactly sure what Im doing wrong but but any help would be appreciated. And, I just got done going through an entire process of upgrading to to stable and trying to upgrade to xorg7.4 and doing the drivers and just a giant mess, and actually not being able to boot x at all with either the intel card or the radeon card... .. so hopefully I don't have to go through all that again.. which is why I wipped the system and started fresh.
Arg.. It's late.. and for some reason I'm incapable of creating a tar tonight...