You are not logged in.
Pages: 1
Hello, this is my first week on Arch (xfce4), and I'm having a problem with installing Compiz Fusion on my hp pavilion with Intel.
I have built and installed the "compiz 0.5.2-2 tar.gz" from nesl247 available from this AUR page: http://aur.archlinux.org/packages.php?d … ans=&SeB=m
I also built and installed all of the dependencies and Required packages listed (with all of their dependencies). Everything was built correctly (I think), and installed using this code:
pacman -U (package with .pkg.tar.gz)
I have also updated my /etc/X11/xorg.conf to include compositing for AIGLX.
I used the same command that worked for me when I was on xubuntu 7.04, which was this:
compiz --replace
...this is the error I got:
# compiz --replace
compiz (core) - Warn: SmcOpenConnection failed: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
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.0
I've seen this error in a few different posts, but nobody ever had an answer for people with AIGLX and Intel.
this is my xorg.conf:
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "49"
Option "RightEdge" "900"
Option "TopEdge" "73"
Option "BottomEdge" "666"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "200"
Option "VertScrollDelta" "24"
Option "MinSpeed" "0.40"
Option "MaxSpeed" "0.80"
Option "AccelFactor" "0.024"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "CoastingSpeed" "5.00"
Option "FastTaps" "on"
Option "UpDownScrolling" "1"
# Option "CircularScrolling" "1"
# Option "CircScrollDelta" "0.1"
# Option "CircScrollTrigger" "2"
# Option "SendCoreEvents"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# Identifier "Synaptics Touchpad"
Identifier "Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Touchpad" "AlwaysCore"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
...any help would be appreciated, thanks,
-j.c.
Offline
same here I'm now downloading the gutsy beta, for I saw compiz working beautifully on a friend's computer. I'll copy over the xorg.conf here after that if it works in ubuntu. I'm currently
using latest xorg and gnome from testing, and compiz cops out.
Offline
same here I'm now downloading the gutsy beta, for I saw compiz working beautifully on a friend's computer. I'll copy over the xorg.conf here after that if it works in ubuntu. I'm currently
using latest xorg and gnome from testing, and compiz cops out.
I was on xubuntu 7.04 and it worked perfectly, but when I tested xubuntu 7.10 tribe5, the compiz fusion was different and didn't have any of the good plugins like shift switcher or the screen saver plugin.
...and this is why I'm confused, because AIGLX worked on my laptop with xubuntu, so maybe I'm missing something important.
Offline
exactly! and it used to work before i foolishly upgraded everything to [testing] now even xcompmgr does not work properly Does it work on yours?
Offline
Offline
exactly! and it used to work before i foolishly upgraded everything to [testing] now even xcompmgr does not work properly Does it work on yours?
This is only my second real day on Arch, so this is my first real attempt to get Compiz up and working... I had tried it on my first day of installing Arch, but I tried the testing version and the new intel driver and the new xorg, and it ruined my mouse and xorg settings, so after struggling with that my first day, I accidentally ruined my first install so I had to start over with a clean install.
Now this time, I avoided the new "testing" packages,so I built all the packages from the AUR...but for some reason I'm getting that "GLX_EXT_texture_from_pixmap is missing" error.
Offline
Pages: 1