[Bug 157319] Re: Xlib: extension "RANDR" missing on display ":0.0" while using -nvidia with Xinerama turned on

2012-02-14 Thread Bela Lubkin
I'm using Xinerama to make one large T-shaped virtual display out of two 1920x1200 monitors, one landscape and one portrait. I've read stuff which implies it might be possible to do this with some melange of XRANDR + -nvidia TwinView + "Virtual" in the "Screen" section, "Display" subsection -- see

[Bug 157319] Re: Xlib: extension "RANDR" missing on display ":0.0" while using -nvidia with Xinerama turned on

2012-02-14 Thread Bela Lubkin
Note that Xinerama does not appear to be in the process of being deprecated. The wikipedia article was modified a year ago, describing the old words as "full of lies": . Nothing on x.org seems to lead to deprecation

[Bug 902780] Re: gnome-control-center Keyboard Layout and User Accounts modules crash under IceWM

2011-12-11 Thread Bela Lubkin
(See also https://bugzilla.gnome.org/show_bug.cgi?id=665947 -- retracted when I realized the bug was in Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/902780 Tit

[Bug 902780] [NEW] gnome-control-center Keyboard Layout and User Accounts modules crash under IceWM

2011-12-11 Thread Bela Lubkin
Public bug reported: Ubuntu 11.10 patched to the minute with oneiric-proposed Specifically, gnome-control-center 1:3.2.2-0ubuntu1; icewm 1.3.7-1 Cause: IceWM does not set environment variable $XDG_CURRENT_DESKTOP; gnome-control-center relies on this variable to be set. Crash happens because it t

[Bug 902780] Re: gnome-control-center Keyboard Layout and User Accounts modules crash under IceWM

2011-12-11 Thread Bela Lubkin
** Patch added: "harden against unset XDG_CURRENT_DESKTOP" https://bugs.launchpad.net/bugs/902780/+attachment/2627922/+files/missing-xdg_current_desktop.patch ** Bug watch added: GNOME Bug Tracker #665947 https://bugzilla.gnome.org/show_bug.cgi?id=665947 -- You received this bug notificat

[Bug 719861] Re: After installation icon theme default to gnome-icon-theme and cannot be changed

2011-09-09 Thread Bela Lubkin
Warning generated by this fix: Setting up librsvg2-common (2.34.1-2) ... /var/lib/dpkg/info/librsvg2-common:amd64.postinst: 15: cannot create /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0//gdk-pixbuf-query-loaders/loaders.cache: Directory nonexistent Patch is attached. ** Attachment added: "Don't t

[Bug 513655] Re: every time fontconfig trigger is run, vte color scheme goes wrong in all my terminals

2010-06-25 Thread Bela Lubkin
I am having a similar issue with gnome-terminal (2.29.6-ubuntu5 with libvte 1:0.23.5-0ubuntu1) on Lucid x86_32. It has actually been going on since at least Lucid alpha 3, and probably Karmic (I forget). System is completely up to date -- `apt-get dist-upgrade` every 2-3 days, with all repositori

[Bug 203158] Re: libsdl1.2debian-pulseaudio should be seeded by default in pulse-enabled derivatives

2010-04-18 Thread Bela Lubkin
This seems to have been fixed by making ubuntu-desktop depend on both libsdl1.2debian _and_ libsdl1.2debian-pulseaudio. libsdl1.2debian-pulseaudio conflicts with all other variants, including libsdl1.2debian-all. So now, Ubuntu users cannot swap in any of the other flavors without breaking the ma

[Bug 505972] Re: gdm-simple-slave crashed with SIGSEGV in _XFlush()

2010-01-17 Thread Bela Lubkin
Apport wants to post a duplicate. Same disassembly, same stack trace. Lucid installed from alpha1, updated to most current. Kernel 2.6.31-10.14-generic. gdm 2.29.5-0ubuntu1. X driver is nvidia propietary v.173 (old card not supported by -current). -- gdm-simple-slave crashed with SIGSEGV in _

[Bug 491483] Re: Since failsafe-x was enabled in karmic it starts if gdm is disabled and kdm is used. (low graphics mode error)

2009-12-07 Thread Bela Lubkin
Hmmm, in fact I see that the various "failsafe*" files are part of the "x11-common" package, not of gdm. The simple fact that "x11-common" is laying files down in directory "/etc/gdm" is a warning flag (I'm mildly surprised that `lintian` doesn't complain about it). -- Since failsafe-x was ena

[Bug 491483] Re: Since failsafe-x was enabled in karmic it starts if gdm is disabled and kdm is used. (low graphics mode error)

2009-12-07 Thread Bela Lubkin
Although the proposed patch will fix this, it isn't the best approach. The "failsafeXServer" script should be split off from gdm, made its own package, and should be aware of all possible login managers. The man page init(5) has a lovely example: stop on stopping gdm or stopping kdm What's w