Public bug reported:

Binary package hint: compiz

I am currently running Ubuntu 7.10.  Compiz worked fine up until I
configured X11 to use Multiple monitors with separate screens using
nvidia-settings

I have an nvidia 7900, running latest nvidia-glx drivers

This is what happens when I try to run compiz:
Checking for Xgl: not present. 
Detected PCI ID for VGA: 01:00.0 0300: 10de:0299 (rev a1) (prog-if 00 [VGA])
Checking for texture_from_pixmap: present. 
Checking for non power of two support: present. 
Checking for Composite extension: present. 
Comparing resolution (3600x1200) to maximum 3D texture size (4096): Passed.
Checking for nVidia: present. 
Checking for FBConfig: present. 
Checking for Xgl: not present. 
Starting gtk-window-decorator
The program 'gtk-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
  (Details: serial 342 error_code 181 request_code 157 minor_code 8)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Segmentation fault (core dumped)


Compiz information:
Version: 1:0.6.0+git20071008-0ubuntu1.1
Depends: compiz-core, compiz-plugins, compiz-gnome, compiz-fusion-plugins-main 
(>= 0.5.2+git20070917), compiz-fusion-plugins-extra (>= 0.5.2+git20070917), 
libcompizconfig0 (>= 0.5.2+git20070912-0ubuntu2)


Attaching xorg.conf file.

** Affects: compiz (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Binary package hint: compiz
  
  I am currently running Ubuntu 7.10.  Compiz worked fine up until I
  configured X11 to use Multiple monitors with separate screens using
  nvidia-settings
  
  I have an nvidia 7900, running latest nvidia-glx drivers
  
  This is what happens when I try to run compiz:
  Checking for Xgl: not present. 
  Detected PCI ID for VGA: 01:00.0 0300: 10de:0299 (rev a1) (prog-if 00 [VGA])
  Checking for texture_from_pixmap: present. 
  Checking for non power of two support: present. 
  Checking for Composite extension: present. 
  Comparing resolution (3600x1200) to maximum 3D texture size (4096): Passed.
  Checking for nVidia: present. 
  Checking for FBConfig: present. 
  Checking for Xgl: not present. 
  Starting gtk-window-decorator
  The program 'gtk-window-decorator' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'RenderBadPicture (invalid Picture parameter)'.
    (Details: serial 342 error_code 181 request_code 157 minor_code 8)
    (Note to programmers: normally, X errors are reported asynchronously;
     that is, you will receive the error a while after causing it.
     To debug your program, run it with the --sync command line
     option to change this behavior. You can then get a meaningful
     backtrace from your debugger if you break on the gdk_x_error() function.)
  Segmentation fault (core dumped)
  
  
  Compiz information:
  Version: 1:0.6.0+git20071008-0ubuntu1.1
  Depends: compiz-core, compiz-plugins, compiz-gnome, 
compiz-fusion-plugins-main (>= 0.5.2+git20070917), compiz-fusion-plugins-extra 
(>= 0.5.2+git20070917), libcompizconfig0 (>= 0.5.2+git20070912-0ubuntu2)
  
- Here is my xorg.conf file:
- # nvidia-settings: X configuration file generated by nvidia-settings
- # nvidia-settings:  version 1.0  ([EMAIL PROTECTED])  Wed Sep 12 14:30:30 PDT 
2007
  
- # xorg.conf (xorg X Window System server configuration file)
- #
- # This file was generated by dexconf, the Debian X Configuration tool, using
- # values from the debconf database.
- #
- # Edit this file with caution, and see the xorg.conf manual page.
- # (Type "man xorg.conf" at the shell prompt.)
- #
- # This file is automatically updated on xserver-xorg package upgrades *only*
- # if it has not been modified since the last upgrade of the xserver-xorg
- # package.
- #
- # If you have edited this file but would like it to be automatically updated
- # again, run the following command:
- #   sudo dpkg-reconfigure -phigh xserver-xorg
- 
- Section "ServerLayout"
- 
-         # Uncomment if you have a wacom tablet
-         #       InputDevice     "stylus"        "SendCoreEvents"
-         #       InputDevice     "cursor"        "SendCoreEvents"
-         #       InputDevice     "eraser"        "SendCoreEvents"
-     Identifier     "Default Layout"
-     Screen      0  "Screen0" 1680 0
-     Screen      1  "Screen1" LeftOf "Screen0"
-     InputDevice    "Generic Keyboard"
-     InputDevice    "Configured Mouse"
-     InputDevice    "Synaptics Touchpad"
- EndSection
- 
- Section "Files"
- EndSection
- 
- Section "Module"
-     Load           "glx"
- EndSection
- 
- Section "ServerFlags"
-     Option         "Xinerama" "1"
- 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"
-     Driver         "synaptics"
-     Option         "SendCoreEvents" "true"
-     Option         "Device" "/dev/psaux"
-     Option         "Protocol" "auto-dev"
-     Option         "HorizEdgeScroll" "0"
- EndSection
- 
- Section "InputDevice"
-     Identifier     "stylus"
-     Driver         "wacom"
-     Option         "Device" "/dev/input/wacom"
-     Option         "Type" "stylus"
-     Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
- EndSection
- 
- Section "InputDevice"
-     Identifier     "eraser"
-     Driver         "wacom"
-     Option         "Device" "/dev/input/wacom"
-     Option         "Type" "eraser"
-     Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
- EndSection
- 
- Section "InputDevice"
-     Identifier     "cursor"
-     Driver         "wacom"
-     Option         "Device" "/dev/input/wacom"
-     Option         "Type" "cursor"
-     Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
- EndSection
- 
- Section "Monitor"
-     Identifier     "Generic Monitor"
-     HorizSync       28.0 - 96.0
-     VertRefresh     43.0 - 60.0
-     Option         "DPMS"
- EndSection
- 
- Section "Monitor"
-     Identifier     "Monitor1"
-     VendorName     "Unknown"
-     ModelName      "DELL E228WFP"
-     HorizSync       30.0 - 83.0
-     VertRefresh     56.0 - 75.0
- EndSection
- 
- Section "Monitor"
-     Identifier     "Monitor0"
-     VendorName     "Unknown"
-     ModelName      "Sharp"
-     HorizSync       30.0 - 75.0
-     VertRefresh     60.0
- EndSection
- 
- Section "Device"
-     Identifier     "nVidia Corporation GeForce Go 7900 GTX"
-     Driver         "nvidia"
-     Option         "AddARGBVisuals" "True"
-     Option         "AddARGBGLXVisuals" "True"
-     Option         "NoLogo" "True"
-     BusID          "PCI:1:0:0"
- EndSection
- 
- Section "Device"
-     Identifier     "Videocard0"
-     Driver         "nvidia"
-     VendorName     "NVIDIA Corporation"
-     BoardName      "GeForce Go 7900 GTX"
-     BusID          "PCI:1:0:0"
-     Screen          0
-     Option         "AddARGBVisuals" "True"
-     Option         "AddARGBGLXVisuals" "True"
-     Option         "NoLogo" "True"
- EndSection
- 
- Section "Device"
-     Identifier     "Videocard1"
-     Driver         "nvidia"
-     VendorName     "NVIDIA Corporation"
-     BoardName      "GeForce Go 7900 GTX"
-     BusID          "PCI:1:0:0"
-     Screen          1
-     Option         "AddARGBVisuals" "True"
-     Option         "AddARGBGLXVisuals" "True"
-     Option         "NoLogo" "True"
- EndSection
- 
- Section "Screen"
-     Identifier     "Default Screen"
-     Device         "nVidia Corporation GeForce Go 7900 GTX"
-     Monitor        "Generic Monitor"
-     DefaultDepth    24
-     SubSection     "Display"
-         Modes      "1920x1200"
-     EndSubSection
- EndSection
- 
- Section "Screen"
-     Identifier     "Screen1"
-     Device         "Videocard0"
-     Monitor        "Monitor1"
-     DefaultDepth    24
-     Option         "TwinView" "0"
-     Option         "metamodes" "DFP-1: 1680x1050 +0+0"
- EndSection
- 
- Section "Screen"
-     Identifier     "Screen0"
-     Device         "Videocard1"
-     Monitor        "Monitor0"
-     DefaultDepth    24
-     Option         "TwinView" "0"
-     Option         "metamodes" "DFP-0: 1920x1200 +0+0"
- EndSection
+ Attaching xorg.conf file.

-- 
Compiz crash Segmentation fault (core dumped)
https://bugs.launchpad.net/bugs/159602
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to