Re: [Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-06-11 Thread Jonathan Watmough
That's really neat. Thanks for following up. Best Regards, Jonathan Watmough On 6/11/07, wphampton <[EMAIL PROTECTED]> wrote: > > For anyone still a little foggy on how to fix this, especially beginners, > here is a link to another way to do this: > http://ubuntuforums.org/archive/index.php/t-392

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-06-11 Thread wphampton
For anyone still a little foggy on how to fix this, especially beginners, here is a link to another way to do this: http://ubuntuforums.org/archive/index.php/t-392734.html Basically you can just issue this command: sudo nvidia-xconfig --add-argb-glx-visuals which will add the appropriate line (O

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-06-02 Thread Jonathan Watmough
*APOLOGY* I disabled composite correctly and g-t starts working correctly when xinerama is running. THANKS! -- gnome-terminal does not start when using xinerama and nvidia https://bugs.launchpad.net/bugs/58232 You received this bug notification because you are a member of Ubuntu Bugs, which is t

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-06-02 Thread Jonathan Watmough
I followed the above and gnome-terminal will still not start, except by using the script provided above. I am using a nvidia 6600 GT and AMD64. The error is as previously reported: The program 'gnome-terminal' received an X Window System error. This probably reflects a bug in the program. The er

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-05-07 Thread Genesis3800
I can confirm both solutions: - Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NVIDIA Default Card" Option "AddARGBGLXVisuals" "True" Section "Extensions" Option "Composite" "Enable" EndSection - and - Section "Extensions"

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-05-04 Thread Kiran Lightpaw
This bug also causes some unusual behaviour with other Gnome applications, most notably gnome-settings-daemon. In my case, pressing the volume multimedia buttons on my keyboard was causing gnome-settings- daemon to crash in combination with Xinerama and nVidia drivers. The AddARGBGLXVisuals hack ab

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-05-01 Thread Emmanuel Rodriguez
Here's a slight modification to the script provided by Michael Wood. This new version launches gnome-terminal through exec, this way the process of the shell script gets replaced by the process of gnome- terminal instead of laying around in the system process table waiting for gnome-terminal to end

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-04-29 Thread Michael Wood
Here is script to be used as a launcher for gnome terminal for people with this issue. ** Attachment added: "Start gnome terminal work around" http://librarian.launchpad.net/7465186/gnome-terminal.sh -- gnome-terminal does not start when using xinerama and nvidia https://bugs.launchpad.net/bu

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-04-24 Thread Daniel Holbach
** Changed in: Ubuntu Sourcepackagename: gnome-terminal => None -- gnome-terminal does not start when using xinerama and nvidia https://bugs.launchpad.net/bugs/58232 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs m

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-04-22 Thread Sitsofe Wheeler
If you use restricted-manager to set up your card then I believe "AddARGBGLXVisuals" "True" is added to xorg.conf ... -- gnome-terminal does not start when using xinerama and nvidia https://bugs.launchpad.net/bugs/58232 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-04-22 Thread mwshook
This problem is still present in the final release of Feisty. The workaround worked. -- gnome-terminal does not start when using xinerama and nvidia https://bugs.launchpad.net/bugs/58232 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-03-30 Thread Hendrik van den Boogaard
In Feisty I have the same problem with Nvidia/Xinerama/AMD64. The workaround posted above (Option "AddARGBGLXVisuals" "True") works around the problem and gnome-terminal will start OK again. -- gnome-terminal does not start when using xinerama and nvidia https://launchpad.net/bugs/58232 -- ubun

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-03-28 Thread Paul W. Poteete
I've just worked this problem through with a friend, and he was having the same issue. Adding the following entry to xorg.conf under screen fixed the problem. Option "AddARGBGLXVisuals" "True" Tested after a reboot and everything worked fine. I.e. - Section "Screen" Identifier "D

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-02-27 Thread Capedder
ubuntu 6.1.0 - dual monitors/video (onboard geforce6100-m9 and PCI Radeon) xinerama and composite enabled, gnome terminal dead in the water. For what it's worth, PuTTy works fine :) -- gnome-terminal does not start when using xinerama and nvidia https://launchpad.net/bugs/58232 -- ubuntu-bugs

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-01-08 Thread Bryce Harrington
Confirmed issue still exists in Feisty. Both workarounds (XLIB_SKIP_ARGB_VISUALS=1 gnome-terminal, and explicitly turning off Compositing) worked. Also, I was able to get Xinerama working with two different nvidia video cards with the 'nv' driver. The nv driver was not able to activate the secon

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2007-01-03 Thread maikischa
I reportet the bug to nvidia but they said: "This is a known X server bug which is triggered when using Composite with Xinerama. You should report it to Ubuntu. The current workaround is to disable Composite or Xinerama." This is not the answer I liked to hear. I also get the bug by using multi

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-12-02 Thread Michael Wood
Comment from upstream: - Comment #6 from Emmanuel Rodriguez (points: 7) 2006-11-12 10:34 UTC [reply] Another workaround is to launch the terminal with the environment variable XLIB_SKIP_ARGB_VISUALS set to true: XLIB_SKIP_ARGB_VISUALS=1 gnome-terminal ---

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-11-26 Thread gergnz
Turning composite off works for me also. -- gnome-terminal does not start when using xinerama and nvidia https://launchpad.net/bugs/58232 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-11-26 Thread gergnz
I am trying to get rdesktop working with the same symptoms, but I am running the latest drivers from nvidia. (II) NVIDIA dlloader X Driver 1.0-9629 Wed Nov 1 19:31:54 PST 2006 So even with the latest version of the drivers doesn't fix the problem. Am about to try turning composite off. -- g

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-11-15 Thread Stephen Martindale
I can confirm this problem using Edgy (64bit, gnome) and nvidia-glx. I can also confirm that disabling the the work-around suggested by jamespharaoh (disabling the composite extension) does work. I'm going to see if I can get the latest nvidia-glx drivers installed manually - if that solves the p

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-11-12 Thread Emmanuel Rodriguez
I have the same problem, gnome-terminal refuses to start with Xinerama on. Although, I am able to launch it if I set the environment variable XLIB_SKIP_ARGB_VISUALS set to true: XLIB_SKIP_ARGB_VISUALS=1 gnome-terminal -- gnome-terminal does not start when using xinerama and nvidia https://launc

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-10-29 Thread Sebastien Bacher
marking that task as rejected, that's a nvidia driver bug ** Changed in: gnome-terminal (Ubuntu) Status: Unconfirmed => Rejected -- gnome-terminal does not start when using xinerama and nvidia https://launchpad.net/bugs/58232 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com http

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-10-28 Thread Todd Larason
I'm sorry, I didn't mean to reassign back to gnome-terminal, and now I can't figure out how to undo that. -- gnome-terminal does not start when using xinerama and nvidia https://launchpad.net/bugs/58232 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/li

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-10-27 Thread Akshat Aranya
I am unable to run rdesktop. It fails with the following error: X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 78 (X_CreateColormap) Value in failed request: 0x20e Serial number of failed request: 7 Current serial nu

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-10-27 Thread Sebastien Bacher
Thank you for the useful comments, that's a nvidia driver issue, reassigning to linux-restricted-modules-2.6.17 then ** Changed in: gnome-terminal (Ubuntu) Sourcepackagename: gnome-terminal => linux-restricted-modules-2.6.17 Assignee: Ubuntu Desktop Bugs => Andreas Mendyk ** Changed in: linu

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-10-26 Thread Matthew Haughton
Have a look at the bug in gnome: http://bugzilla.gnome.org/show_bug.cgi?id=354767#c5 It was closed, apparently the Composite X extension in nVidia is buggy. That would probably explain why the bug went away when the new driver was installed. -- gnome-terminal does not start when using xinerama a

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-10-26 Thread Andrew Clunis
Another confirmation. Ubuntu 6.10 on x86_64 (tried with both one of the knots and the final release) with nvidia' proprietary driver and xinerama enabled. Some other apps fail with the same problem, like BMPx. Manually installing the beta of nvidia's driver (verison 9xxx) appears to fix this pro

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-10-24 Thread Daniel Holbach
** Tags added: xinerama -- gnome-terminal does not start when using xinerama and nvidia https://launchpad.net/bugs/58232 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-10-16 Thread Sebastien Bacher
** Bug 65959 has been marked a duplicate of this bug -- gnome-terminal does not start when using xinerama and nvidia https://launchpad.net/bugs/58232 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 58232] Re: gnome-terminal does not start when using xinerama and nvidia

2006-10-16 Thread jamespharaoh
Disabling the composite extension fixes this for me: Section "Extensions" Option "Composite" "false" EndSection This is of course just a workaround... James -- gnome-terminal does not start when using xinerama and nvidia https://launchpad.net/bugs/58232 -- ubuntu-bugs mailing list ubuntu-bug