Re: [Bug 1975865] Re: Hash and size mismatch with http://ddebs.ubuntu.com/dists/bionic-updates/main/binary-amd64/Packages.gz

2022-05-30 Thread Gabriel M. Beddingfield
Yep, this affects all versions. FWIW, the ddebs repository seems to break like this every 1-2 years and after reporting it, it's usually cleaned up in a week or two. On Mon, May 30, 2022 at 2:31 AM Juan Navarro <1975...@bugs.launchpad.net> wrote: > I just filed a similar bug affecting Ubuntu

[Bug 1975865] [NEW] Hash and size mismatch with http://ddebs.ubuntu.com/dists/bionic-updates/main/binary-amd64/Packages.gz

2022-05-26 Thread Gabriel M. Beddingfield
Public bug reported: When adding the debug repos, I am getting: E: Failed to fetch http://ddebs.ubuntu.com/dists/bionic-updates/main/binary-amd64/Packages.gz File has unexpected size (795886 != 795487). Mirror sync in progress? [IP: 91.189.91.49 80] Hashes of expected file: -

[Bug 1881314] Re: libssl1.1-dbgsym 1.1.1-1ubuntu2.1~18.04.6 missing from ddebs.ubuntu.com for 18.04

2020-05-30 Thread Gabriel M. Beddingfield
Great! Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1881314 Title: libssl1.1-dbgsym 1.1.1-1ubuntu2.1~18.04.6 missing from ddebs.ubuntu.com for 18.04 To manage notifications about this

[Bug 1881314] [NEW] libssl1.1-dbgsym 1.1.1-1ubuntu2.1~18.04.6 missing from ddebs.ubuntu.com for 18.04

2020-05-29 Thread Gabriel M. Beddingfield
Public bug reported: After a recent update: $ apt-get install libssl1.1-dbgsym The following packages have unmet dependencies: libssl1.1-dbgsym : Depends: libssl1.1 (= 1.1.1-1ubuntu2.1~18.04.5) but 1.1.1-1ubuntu2.1~18.04.6 is to be installed E: Unable to correct problems, you have held broken

[Bug 54300] Re: Synaptic steals focus when minimized or when behind other windows

2011-12-04 Thread Gabriel M.
This just happened to me in Oneiric 11.10 as well. It is dangerous and annoying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/54300 Title: Synaptic steals focus when minimized or when behind other

Re: [Bug 811573] Re: emacs window does not always draw properly (compositing bug?)

2011-10-13 Thread Gabriel M. Beddingfield
On 10/11/2011 06:01 PM, Mehmet Atif Ergun wrote: I seem to be affected by a variation of this bug. In my case, STEPS TO REPRODUCE: 1. Logged in to Ubuntu, open a text file, edit 2. Watch as, from time to time, 2a. what you just wrote is invisible 2b. the blinking cursor seem to be stuck

[Bug 811573] [NEW] emacs window does not always draw properly (compositing bug?)

2011-07-16 Thread Gabriel M. Beddingfield
Public bug reported: While using emacs in Ubuntu Unity, new text does not always draw. However, when you point the cursor where the text should be... it then gets rendered properly. This behavior is the same for both Ubuntu (unity) and Ubuntu Classic, but goes away when I use Ubuntu Classic (no

[Bug 811573] Re: emacs window does not always draw properly (compositing bug?)

2011-07-16 Thread Gabriel M. Beddingfield
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/811573 Title: emacs window does not always draw properly (compositing bug?) To manage notifications about this bug go to:

Re: [Bug 685465] Re: composite FTBFS in Natty

2011-04-22 Thread Gabriel M. Beddingfield
On Monday, January 10, 2011 03:21:21 am you wrote: Apply to git, thanks! http://git.debian.org/?p=pkg- multimedia/composite.git;a=commitdiff;h=b2248f FYI, this is applied to upstream on both the master and maint-0.006 branches. Thanks, Gabriel URLs:

[Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-02-09 Thread Gabriel M. Beddingfield
Please disregard comments #72 and #73. My problems are unrelated to this bug, and the code isn't necc. wrong. When the widget is constructed, it passes the context. However, QGLContext::create() is a NOP without a widget. -- You received this bug notification because you are a member of

[Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-02-08 Thread Gabriel M. Beddingfield
According to this thread[1], before constructing the QGLContext you need to create a QPaintDevice (e.g. QGLWidget) up-front and then use the marked-as-obsolete QGLContext constructor that takes a QPaintDevice. [1] http://lists.trolltech.com/qt-interest/2008-08/thread00046-0.html -- You received

[Bug 656241] Re: Mixxx with ATI graphics card (using FGLRX) crashes Ubuntu

2011-02-07 Thread Gabriel M. Beddingfield
I built the 1.9-bzr branch (which includes the patch in comment 49), however it causes a crash for me (Qt 4.6.2 and 4.7.1). I think it's an issue with Qt, so I filed a bug with them: http://bugreports.qt.nokia.com/browse/QTBUG-17284 Meanwhile, the patch doesn't validate the QGLContext

[Bug 694662] [NEW] urlgrabber crashes with username and password for HTTP Authentication

2010-12-26 Thread Gabriel M. Beddingfield
Public bug reported: Binary package hint: python-urlgrabber STEPS TO REPRODUCE: = $ python from urlgrabber import urlopen foo = urlopen(http://username:passw...@remote.host.com;) Traceback (most recent call last):   File test.py, line 2, in module foo =

[Bug 694662] Re: urlgrabber crashes with username and password for HTTP Authentication

2010-12-26 Thread Gabriel M. Beddingfield
** Description changed: Binary package hint: python-urlgrabber STEPS TO REPRODUCE: = $ python from urlgrabber import urlopen foo = urlopen(http://username:passw...@remote.host.com;) Traceback (most recent call last): - File test.py, line 2, in

[Bug 646547] Re: [STAGING] Sony Vaio M111AX can't suspend/hibernate/restart/shutdown

2010-10-02 Thread Gabriel M. Schuyler
Hah! I finally found it! It's one of the rt2x00 modules. Adding this to /etc/modprobe.d/blacklist.conf: blacklist rt2800pci blacklist rt2800lib blacklist rt2x00usb blacklist rt2x00pci blacklist rt2x00lib Allows my laptop to successfully reboot, shutdown, hibernate and sleep. Looks like maybe

[Bug 646547] [NEW] [STAGING] Sony Vaio M111AX can't suspend/hibernate/restart/shutdown

2010-09-23 Thread Gabriel M. Schuyler
Public bug reported: I've got Maverick on a Sony Vaio M111AX. In Lucid, I was able to suspend, hibernate, shutdown and restart. In Maverick I'm not. Early versions including the Maverick Beta would successfully terminate my X session, and then init would try to switch runlevels and crash after

[Bug 646547] Re: [STAGING] Sony Vaio M111AX can't suspend/hibernate/restart/shutdown

2010-09-23 Thread Gabriel M. Schuyler
** Attachment added: AcpiTables.txt https://bugs.launchpad.net/bugs/646547/+attachment/1629980/+files/AcpiTables.txt ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/646547/+attachment/1629981/+files/AlsaDevices.txt ** Attachment added: BootDmesg.txt

[Bug 490093] Re: [users-admin] Password is reset to old value when it's been changed by running about-me

2010-04-11 Thread Gabriel M.
Since Canonical offers support for Karmic until April 2011, I don't think they have the choice but to fix things of this importance. Upgrading to Lucid right away is not a very good idea for most users either, since it's gonna bring with it a truckload of new bugs, as happens with each release,

[Bug 490093] Re: [users-admin] Password is reset to old value when it's been changed by running about-me

2010-04-10 Thread Gabriel M.
Are you going to fix this for Karmic? This bug is not so bad for users that have the time and skills to find and apply the workaround, but for the vast majority of users it's a horrible security risk. I have a friend who accidentally typed his password in a high-traffic chat room because the

[Bug 461659] Re: Ubuntu disappears after a random number of reboots.

2010-04-05 Thread Gabriel M.
*** This bug is a duplicate of bug 439784 *** https://bugs.launchpad.net/bugs/439784 This happened on my computer too. It's a duplicate of bug #439784 ** This bug has been marked a duplicate of bug 439784 invalid: environment block -- Ubuntu disappears after a random number of reboots.

[Bug 439784] Re: invalid: environment block

2010-04-05 Thread Gabriel M.
I got this problem just today with Karmic + all updates, so it's definitely not fixed. I'm re-opening it and attaching my hardware info with apport-collect. ** Changed in: grub2 (Ubuntu) Status: Fix Released = Confirmed -- invalid: environment block https://bugs.launchpad.net/bugs/439784

[Bug 439784] apport-collect data

2010-04-05 Thread Gabriel M.
Architecture: amd64 DistroRelease: Ubuntu 9.10 InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 (20091020.3) Package: grub2 1.97~beta4-1ubuntu4.1 PackageArchitecture: amd64 ProcEnviron: SHELL=/bin/bash LANG=fr_CA.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-20.58-generic

[Bug 439784] Dependencies.txt

2010-04-05 Thread Gabriel M.
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/43209057/Dependencies.txt -- invalid: environment block https://bugs.launchpad.net/bugs/439784 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 439784] XsessionErrors.txt

2010-04-05 Thread Gabriel M.
** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/43209075/XsessionErrors.txt ** Tags added: apport-collected -- invalid: environment block https://bugs.launchpad.net/bugs/439784 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 439784] Re: invalid: environment block

2010-04-05 Thread Gabriel M.
A bit more info: - After a blank screen from an unknown cause (sleep/wakeup failed?), I had to do a hard reboot, and ended up with the same grub error: invalid environment block others were describing. After searching for 3-4 hours I stumbled upon this bug, and the following steps solved it:

[Bug 537137] Re: No non-destructive way for a normal user to escape frozen full-screen apps

2010-03-16 Thread Gabriel M.
Well, being treated like an idiot does bring out the bad in us, doesn't it? And everybody's still wondering why you changed the bug to fglrx in the first place, so the personal comment was at least partially justified. In any case, thanks for changing the bug back to the proper package. I still

[Bug 537137] Re: No non-destructive way for a normal user to escape frozen full-screen apps

2010-03-15 Thread Gabriel M.
Interesting. From his launchpad wiki page, one of Mr. Harrington's job achievements for past Ubuntu versions was New bugs in xorg, xorg-server, -intel, -ati, and -nv were reduced to 0. I'm not sure the right way of reducing bugs is to randomly re-assign them to other, vaguely related packages.

[Bug 109434] Re: Installing a server for a game automatically auto-inits and runs every boot.

2010-03-15 Thread Gabriel M.
This bug shouldn't be left to expire. The typical use for wesnothd server is to do a lan game, maybe once a week, nobody leaves it to run all the time except the few well-known servers hosted on wesnoth.org. I don't know if you realize it, but usability for this is currently much better on

[Bug 537137] Re: No non-destructive way for a normal user to escape frozen full-screen apps

2010-03-14 Thread Gabriel M.
You didn't provide any explanation as to why you changed the package. Changing back. Regarding the freeze example I mentioned, I now found out why Battle for Wesnoth svn is freezing, and it doesn't have anything to do with the graphics card. The game doesn't even use 3D acceleration. So what the

[Bug 537137] Re: No non-destructive way for a normal user to escape frozen full-screen apps

2010-03-14 Thread Gabriel M.
No reason provided for the previous change. ** Package changed: fglrx-installer (Ubuntu) = xorg (Ubuntu) -- No non-destructive way for a normal user to escape frozen full-screen apps https://bugs.launchpad.net/bugs/537137 You received this bug notification because you are a member of Ubuntu

[Bug 537137] [NEW] No non-destructive way for a normal user to escape frozen full-screen apps

2010-03-10 Thread Gabriel M.
Public bug reported: Binary package hint: xorg Full screen apps freezing is a common problem in both Windows and Ubuntu (irrespective of hardware or version, I do Ubuntu installs for my friends and always run in to this). (The most recent incarnation of this is the development version of Battle

[Bug 537137] Re: No non-destructive way for a normal user to escape frozen full-screen apps

2010-03-10 Thread Gabriel M.
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/40756835/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/40756836/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/40756837/Dependencies.txt **

[Bug 424875] Dependencies.txt

2010-02-26 Thread Gabriel M.
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/39818386/Dependencies.txt ** Tags added: apport-collected -- Netbeans always crashes when adding a project via svn https://bugs.launchpad.net/bugs/424875 You received this bug notification because you are a member of

[Bug 424875] apport-collect data

2010-02-26 Thread Gabriel M.
Architecture: amd64 DistroRelease: Ubuntu 9.10 InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate amd64 (20091020.3) NonfreeKernelModules: fglrx Package: netbeans 6.7.1-0ubuntu1 PackageArchitecture: all ProcEnviron: SHELL=/bin/bash LANG=fr_CA.UTF-8 ProcVersionSignature: Ubuntu

[Bug 424875] Re: Netbeans always crashes when adding a project via svn

2010-02-26 Thread Gabriel M.
Netbeans sometimes hits a org.tigris.subversion.javahl.ClientException and giving me the message Could not authenticate to server: rejected Basic challenge when I try to update. I'm including the output of the jstack command when netbeans is giving me the dialog box with the above error messages.

[Bug 424875] Re: Netbeans always crashes when adding a project via svn

2010-02-26 Thread Gabriel M.
I got it to hang on update, steps to reproduce: 1 - Boot Ubuntu, Log in, start Netbeans 2 - Open already set-up project that uses svn 3 - Attempt to svn update through project context menu 4 - Get authentification error as described in my post above 5 - Go to command line, do svn log on project

[Bug 200304] Re: [Hardy] network-manager-pptp requires system restart but will not tell you

2009-10-27 Thread Gabriel M.
Well, the bug changed faces (so to speak) in Karmic: after step 5 of the bug description, you can now see the connection, but clicking on it yields no visual feedback on the network manager system tray icon. I tried it a few times, and eventually got a popup notification saying that VPN connection

[Bug 50135] Re: A WMF file in the directory crashes Gnome's file manager

2009-07-23 Thread Gabriel M.
I am affected by this bug as well, in Ubuntu 8.10. I can provide any info you need, ask away. Is there a way to save the info produced by ubuntu-bug libwmf-bin and to attach it here, instead of filing a new bug? ** Changed in: libwmf (Ubuntu) Status: Invalid = New -- A WMF file in the

[Bug 325133] Re: [fglrx] Blank screen when fast-user-switching

2009-02-19 Thread Gabriel M.
** Summary changed: - [fglrx] Kernel freeze when fast-user-switching + [fglrx] Blank screen when fast-user-switching ** Description changed: Binary package hint: fast-user-switch-applet - Using Fast user switching or the Guest account produces a blank screen - with a complete kernel freeze

[Bug 298503] Re: Grub very slow to start on sata hard drive, asus p5q pro motherboard

2009-02-06 Thread Gabriel M.
After all, this was due to a Bios bug in the P5Q Pro motherboard. Solved by updating the bios. ** Changed in: grub (Ubuntu) Status: New = Invalid -- Grub very slow to start on sata hard drive, asus p5q pro motherboard https://bugs.launchpad.net/bugs/298503 You received this bug

[Bug 325133] [NEW] [fglrx] Kernel freeze when fast-user-switching

2009-02-03 Thread Gabriel M.
Public bug reported: Binary package hint: fast-user-switch-applet Using Fast user switching or the Guest account produces a blank screen with a complete kernel freeze (Alt+SysReq+REISUB doesn't work). I have the fgrlx driver and compiz on default settings (this is a fresh install of Intrepid 32

[Bug 325133] Re: [fglrx] Kernel freeze when fast-user-switching

2009-02-03 Thread Gabriel M.
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/21968135/Dependencies.txt ** Visibility changed to: Private ** Visibility changed to: Public -- [fglrx] Kernel freeze when fast-user-switching https://bugs.launchpad.net/bugs/325133 You received this bug notification

[Bug 290704] Re: [fglrx][Intrepid] Computer freeze when switching user

2009-02-03 Thread Gabriel M.
This is a duplicate of Bug#325133, which includes all the necessary information generated by the ubuntu-bug command line tool. ** Attachment added: lspci-vvn.output http://launchpadlibrarian.net/21968196/lspci-vvn.output -- [fglrx][Intrepid] Computer freeze when switching user

[Bug 298503] Re: Grub very slow to start on sata hard drive, asus p5q pro motherboard

2008-11-26 Thread Gabriel M.
** Description changed: Binary package hint: grub Whenever I boot my computer, I get a black screen with blinking cursor for a good 15-20 seconds, with the hdd light on for all this time, before grub shows the boot menu. I have intrepid ibex installed on a sata hard drive in ide

[Bug 298503] [NEW] Grub very slow to start on sata hard drive, asus p5q pro motherboard

2008-11-15 Thread Gabriel M.
Public bug reported: Binary package hint: grub Whenever I boot my computer, I get a black screen with blinking cursor for a good 15-20 seconds, with the hdd light on for all this time, before grub shows the boot menu. I have intrepid ibex installed on a sata hard drive in ide (i.e. not ahci)

[Bug 298503] Re: Grub very slow to start on sata hard drive, asus p5q pro motherboard

2008-11-15 Thread Gabriel M.
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/19675994/Dependencies.txt -- Grub very slow to start on sata hard drive, asus p5q pro motherboard https://bugs.launchpad.net/bugs/298503 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 298503] Re: Grub very slow to start on sata hard drive, asus p5q pro motherboard

2008-11-15 Thread Gabriel M.
** Attachment added: lspci-vvn.txt http://launchpadlibrarian.net/19676165/lspci-vvn.txt -- Grub very slow to start on sata hard drive, asus p5q pro motherboard https://bugs.launchpad.net/bugs/298503 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 298503] Re: Grub very slow to start on sata hard drive, asus p5q pro motherboard

2008-11-15 Thread Gabriel M.
** Attachment added: dmesg.txt http://launchpadlibrarian.net/19676169/dmesg.txt -- Grub very slow to start on sata hard drive, asus p5q pro motherboard https://bugs.launchpad.net/bugs/298503 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 298503] Re: Grub very slow to start on sata hard drive, asus p5q pro motherboard

2008-11-15 Thread Gabriel M.
** Attachment added: output of $sudo lspci -vvn http://launchpadlibrarian.net/19676217/sudo-lspci-vvn.txt -- Grub very slow to start on sata hard drive, asus p5q pro motherboard https://bugs.launchpad.net/bugs/298503 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 33617] Re: [agp] X.org does not initialize screen on IBM T20, T21, T22

2008-11-13 Thread Gabriel M.
@Mark: If I was a Linux system programmer, I'd be already fixing the bug. If I had money to spare, I would probably have already donated a Thinkpad T22 to a developer or paid him to fix the bug (or bought my friend a new computer with a preinstalled OS, if I didn't care about the environment). But

[Bug 33617] Re: [agp] X.org does not initialize screen on IBM T20, T21, T22

2008-11-12 Thread Gabriel M.
I'm about to attempt an install of Intrepid on a Thinkpad T22 and a T23 for some friends, so I disagree with the this card is now too old to support statement. What are you doing of Linux's reputation of running on old computers better than Windows XP? Nothing indicates these computers are dying,

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-05-20 Thread Gabriel M.
I understood the reason for the weird refresh rate: nvidia-settings uses virtual refresh rates which it replaces by its own parameters. It's all explained in the manual for the linux proprietary nvidia driver. But, understanding that doesn't resolve the problem this bug describes. --

[Bug 211173] Re: Resuming from suspend or hibernate results in black screen

2008-04-29 Thread Gabriel M.
I'm experiencing the same bug, and I'd like to complete the missing info: why is it marked as incomplete? It sounds pretty hard to provide the Xorg.0.conf (assuming Xorg even starts) in this case, unless maybe by using a livecd? -- Resuming from suspend or hibernate results in black screen

[Bug 214603] Re: GNOME Screen Resolution settings override nvidia-settings

2008-04-29 Thread Gabriel M.
I think that I am experiencing the same bug, but frankly your bug report is woefully incomplete: please read https://wiki.ubuntu.com/X/Reporting and optionally the following blog post: http://www.bryceharrington.org/drupal/node/51, so you'll know which info to provide. Once you'll have completed

[Bug 223659] [NEW] [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
Public bug reported: Binary package hint: xorg After a fresh install of Hardy Heron, I have the following problems: - On the login screen and after first login, resolution is 1600x1200, which is not supported by my secondary monitor, and makes my eyes cry on the main monitor. The refresh rate

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
** Attachment added: Xorg.0.log http://launchpadlibrarian.net/13986007/Xorg.0.log -- [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution https://bugs.launchpad.net/bugs/223659 You received this bug notification because you are a member of Ubuntu

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
** Attachment added: Screen resolution dialogue screenshot http://launchpadlibrarian.net/13986036/Screen%20Resolution.png -- [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution https://bugs.launchpad.net/bugs/223659 You received this bug

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
** Attachment added: Restricted drivers dialogue screenshot http://launchpadlibrarian.net/13986047/Restricted%20Drivers.png -- [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution https://bugs.launchpad.net/bugs/223659 You received this bug

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
** Attachment added: 'lspci -vvnn' output http://launchpadlibrarian.net/13986051/lspci-vvnn.txt -- [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution https://bugs.launchpad.net/bugs/223659 You received this bug notification because you are a

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
** Attachment added: xorg.conf http://launchpadlibrarian.net/13986063/xorg.conf -- [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution https://bugs.launchpad.net/bugs/223659 You received this bug notification because you are a member of Ubuntu

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
** Attachment added: 'sudo ddcprobe' output http://launchpadlibrarian.net/13986067/sudoddcprobe.txt -- [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution https://bugs.launchpad.net/bugs/223659 You received this bug notification because you are a

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
A little log of my attempts to fix my setup, in case it helps solve the bug(s) I just reported: 1. After noticing all that I'm describing above, I tried to enable graphical effects to see what would happen, but it fails telling me that visual effects could not be activated. 2. Then for the

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
Okay, another update: you can ignore (3.), (4.) and (5.) in the previous comment: if after (2.) I reboot (as prompted, I had ignored the prompt :P), the driver works, is shown as enabled, and I can enable visual effects (compiz). I still can't change the login screen resolution in an obvious,

[Bug 223659] Re: [Hardy][Nvidia][Dual-Screen] Fresh install, nvidia-new driver shown as unused, wrong resolution

2008-04-28 Thread Gabriel M.
In the comment above, where I wrote [EMAIL PROTECTED] it should just say 1600x1200, because I have no mean of checking the refresh rate. The resolution, I know it just by the looks of the screen, and because it hasn't changed since the first login screen. I believe that's enough details for a bug

[Bug 70031] Re: In Xubuntu OpenOffice.org titlebar display corrupted

2007-11-24 Thread Gabriel M.
I'm glad it helped, nickytl, but I wouldn't say problem is fixed, but rather we have a workaround. The goal of these bug reports is still to improve the distribution, isn't it? The workaround will be useless for someone who needs to have color depth at 24 for some other reason. -- In Xubuntu

[Bug 148701] Re: Search function in File browser does not function

2007-11-14 Thread Gabriel M.
Definitely not a duplicate of bug #150379, which I checked out: I have tracker enabled. It could be a duplicate of bug #154692 as Nick says above, but I think we may be facing two different problems here: 1- If you search a folder that tracker has not indexed, the search won't return anything 2-

[Bug 99508] Re: Window titlebar displayed not right with compiz enabled

2007-11-12 Thread Gabriel M.
The problem persists in Gutsy final, with all updates as of today. Nvidia 7800gs here. -- Window titlebar displayed not right with compiz enabled https://bugs.launchpad.net/bugs/99508 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 148701] Re: Search function in File browser does not function

2007-10-28 Thread Gabriel M.
So now we have in Gutsy this search function that ridiculously lacks functionality, and yet this bug is marked as low? What gives? To add some information to this bug report, I noticed that if you search that way for a word that's isolated in the file name, that file will appear in the search

[Bug 157504] In wallpaper choosing file dialog, list of mounted disks is not shown

2007-10-26 Thread Gabriel M.
Public bug reported: Binary package hint: gnome-control-center This is under ubuntu Gutsy. In the wallpaper choosing file dialog from gnome-appearance-properties, the list of mounted disks doesn't appear in the Shortcuts section at the left. All I get is the Home, Desktop and File System

[Bug 150379] Re: Nautilus built-in search doesn't work if tracker is disabled

2007-10-24 Thread Gabriel M.
Noticed the same thing, now you can't use nautilus to find files by name anymore. Instead of an option to disable tracker search in Nautilus, it would be much better to mix search results from tracker and the old search method. Or rather, have tracker index file names, and have an obvious option

[Bug 89381] Re: File Upload dialog has no preview for images

2007-10-21 Thread Gabriel M.
Rather than patching firefox as well as every other ubuntu program that might open an image, I think this fonctionality would better be implemented as a patch to the GtkFileChooser itself. GtkFileChooser should look in a config file for a default preview widget, and use it if no other preview

[Bug 70031] Possible workaround

2007-10-10 Thread Gabriel M.
I changed my default color depth to 16 (instead of 24) in xorg.conf, to work around another xunbuntu/xfce/xorg bug which crashes the x server when you open the xfce terminal. It seems to have also resolved this problem. Can anybody confirm? It could help some users while we are waiting for the