Re: [Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-04-02 Thread Martin Pitt
Richard [2011-04-02 4:36 -]: > Fallback test for Xorg Proprietary Drivers Testers. System did not start > in GUI. Had to go to terminal (ctrl-alt-F1) and move the module back. > After that everything back to normal. Same result as last week. Have a > geforce 8600GT Did you install the proprie

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-04-01 Thread Richard
Fallback test for Xorg Proprietary Drivers Testers. System did not start in GUI. Had to go to terminal (ctrl-alt-F1) and move the module back. After that everything back to normal. Same result as last week. Have a geforce 8600GT -- You received this bug notification because you are a member of Ub

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-31 Thread Martin Pitt
** Changed in: jockey Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522061 Title: Nvidia proprietary drivers fallback test failed: do not hardcode "Dri

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-31 Thread Launchpad Bug Tracker
This bug was fixed in the package jockey - 0.9.2-0ubuntu4 --- jockey (0.9.2-0ubuntu4) natty; urgency=low [ Martin Pitt ] * data/handlers/nvidia.py: Some cleanup: - Drop obsolete add_modules=['glx']. - Drop setting DefaultDepth=24, X.org does that by default now. - Move

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-29 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522061 Title: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf -- ubuntu-bugs mail

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-29 Thread Martin Pitt
Great, thanks for testing! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522061 Title: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf -- ubuntu-bug

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-29 Thread Chad A. Davis
Updated to Martin's jockey-gtk-0.9.2-ubuntu3pitt2 (Alberto's patch). All tests pass! Jockey now recognizes the nvidia driver after it's been installed. Fallback from nvidia to nouveau still works. The xorg.conf will be restored to the state it had when nvidia was installed: * If there was no xor

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-29 Thread Martin Pitt
Chad, thanks a lot for testing. Alberto committed the fix to the packaging branch, thanks! I updated the package in my PPA. I'd appreciate if someone on nvidia could test version 0.9.2-0ubuntu3pitti2. > if no xorg.conf existed, then it was subsequently customized, then nvidia is > uninstalled, w

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-29 Thread Alberto Milone
the attached patch should solve your problem. Since we no longer set the driver in xorg.conf we don't need to check whether the driver is set in xorg.conf anymore to see if the driver is enabled. ** Patch added: "no_check.patch" https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/522061/+att

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-29 Thread Chad A. Davis
I'm trying this out with jockey-gtk-0.9.2-0ubuntu3pitti1 on Natty dev (2011-03-29) with nvidia-current-270.30-0ubuntu3 * No xorg.conf (-> nouveau) => passed (default setup, a noop) * enable nvidia in jockey (-> proprietary) => passed, but thinks it fails jockey.log shows: (also attached the t

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-28 Thread Martin Pitt
I fixed that in jockey's packaging bzr now, and also uploaded to my PPA: https://launchpad.net/~pitti/+archive/ppa Unfortunately I cannot really test this in a real-life scenario, as I only have machines with intel. I only did some "dry run" tests. Can someone with Nvidia hardware please give the

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed: do not hardcode "Driver=nvidia" in xorg.conf

2011-03-28 Thread Launchpad Bug Tracker
** Branch linked: lp:jockey ** Branch linked: lp:~ubuntu-core-dev/jockey/ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522061 Title: Nvidia proprietary drivers fallback test failed: do not h

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-28 Thread Martin Pitt
This needs some changes in the general XorgDriverHandler class as well. I did that in trunk now and added appropriate test cases. ** Also affects: jockey Importance: Undecided Status: New ** Changed in: jockey Importance: Undecided => High ** Changed in: jockey Status: New =>

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-25 Thread Martin Pitt
Great, then I'll change Jockey to not hardcode the driver and displaydepth any more. Thanks! ** Package changed: nvidia-graphics-drivers (Ubuntu Natty) => jockey (Ubuntu Natty) ** Changed in: jockey (Ubuntu Natty) Assignee: Canonical Desktop Team (canonical-desktop-team) => Martin Pitt (pi

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-25 Thread Alberto Milone
@Martin Removing xorg.conf in Natty won't prevent the xserver from loading nvidia and will also set DisplayDepth to 24, thanks to a patch that we included in the xserver. What we still need in xorg.conf is the Nologo option, otherwise users will see the Nvidia logo every time the xserver starts.

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-25 Thread Chad A. Davis
Leaving the xorg.conf in place, commenting out the 'Driver' line, also allows driver fallback (nvidia to nouveau) to work correctly. And the color depth is 24 (verified in Xorg.0.log), in both cases: whether nvidia is used, or if it falls back to nouveau. ** Attachment added: "Resulting Xorg.0.l

Re: [Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-24 Thread Martin Pitt
Chad A. Davis [2011-03-24 21:49 -]: > I tested Matin's suggestion. The fallback works properly if > /etc/X11/xorg.conf is simply not present. Thanks. That's actually kind of surprising, as in the past we at least needed to set DisplayDepth to 24, and some other bits. > The only (minor) disadv

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-24 Thread Chad A. Davis
I tested Matin's suggestion. The fallback works properly if /etc/X11/xorg.conf is simply not present. I moved the nvidia-current.ko aside, restarted. The X.org.0 shows that the order of preference for the autoconfigured drivers is: 0: nvidia 1: nouveau 2: nv 3: vesa 4: fbdev. In this case, nouveau

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-24 Thread Ric Flomag
@Martin: Indeed, xorg.conf is not necessary, i've just removed it and Xorg started using the nvidia driver. The only difference i've noticed is that the nvidia logo shows up for an instant when X starts, because the option "NoLogo" defaults to false. -- You received this bug notification because

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-24 Thread Martin Pitt
Alberto, Bryce, Chris, do we even need to explicitly set the nvidia driver in xorg.conf these days? I thought X.org would prefer nvidia over nv/nouveau now, so perhaps the easiest thing here would be to fix the jockey handler to not set the driver at all? -- You received this bug notification be

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-23 Thread Patrick Geltinger
Same here under Natty, dmesg and Xorg.0.log are the same as Richard's above in the relevant parts. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522061 Title: Nvidia proprietary drivers fallback tes

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-23 Thread Richard
Here is dmesg output also ** Attachment added: "dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/522061/+attachment/1933373/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-23 Thread Richard
No gui after fallback for me too. Have attached messages ** Attachment added: "copy of Xorg.0.log after reboot" https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/522061/+attachment/1933372/+files/Xorg.0.log -- You received this bug notification because you are a member o

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-22 Thread Brian Murray
** Changed in: nvidia-graphics-drivers (Ubuntu Natty) Assignee: Alberto Milone (albertomilone) => Canonical Desktop Team (canonical-desktop-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-22 Thread Ofir Klinger
Just followed the test again and this time I also tried booting using recovery mode. Ubuntu booted up just fine. When an option to continue with failsafe X was offered I took it and then chose to run Ubuntu in low graphic mode. Then I run gksudo jockey-gtk and jockey said that the nvidia driver i

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-19 Thread Chad A. Davis
If the /etc/X11/xorg.conf is removed, then it does correctly load the default (nouveau) driver, but if the xorg.conf wants to load the nvidia driver and that fails, then it doesn't fallback to nouveau like it should. -- You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-19 Thread Chad A. Davis
Also affects Natty development branch on MacBook Pro. Hangs on splash screen, without any fallback to the nv or nouveau or any other video driver. Works fine again when the driver file is put back where it belongs. -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-18 Thread Jean-Baptiste Lallement
** Also affects: nvidia-graphics-drivers (Ubuntu Natty) Importance: High Assignee: Alberto Milone (albertomilone) Status: Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522061 Ti

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2011-03-17 Thread Ofir Klinger
I also followed the steps from: http://testcases.qa.ubuntu.com/Hardware/X/ProprietaryDrivers#Fallback%20Testing and the test failed also for me. ** Attachment added: "Xorg.0.log" https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/522061/+attachment/1916686/+files/Xorg.0.log

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-03-25 Thread Rick Spencer
I don't think this will get addressed as the driver is proprietary and this kind of behavior may depend on hardware configuration. We need to focus on addressable bugs in the end game. ** Changed in: nvidia-graphics-drivers (Ubuntu Lucid) Status: Triaged => Won't Fix -- Nvidia proprietary

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-03-16 Thread Ubuntu QA Website
** Tags added: iso-testing -- Nvidia proprietary drivers fallback test failed https://bugs.launchpad.net/bugs/522061 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-03-16 Thread Charlie Kravetz
Also, the renamed .ko file is now removed from the hard drive during the reboot. -- Nvidia proprietary drivers fallback test failed https://bugs.launchpad.net/bugs/522061 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-03-15 Thread Bryce Harrington
** Also affects: nvidia-graphics-drivers (Ubuntu Lucid) Importance: High Assignee: Alberto Milone (albertomilone) Status: Confirmed ** Changed in: nvidia-graphics-drivers (Ubuntu Lucid) Status: Confirmed => Triaged -- Nvidia proprietary drivers fallback test failed https://

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-02-27 Thread Timo Aaltonen
the fallback code in the xserver doesn't work if there is an xorg.conf around -- Nvidia proprietary drivers fallback test failed https://bugs.launchpad.net/bugs/522061 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-02-19 Thread Alberto Milone
** Package changed: nvidia-graphics-drivers-180 (Ubuntu) => nvidia- graphics-drivers (Ubuntu) -- Nvidia proprietary drivers fallback test failed https://bugs.launchpad.net/bugs/522061 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-02-19 Thread Martin Pitt
** Changed in: nvidia-graphics-drivers-180 (Ubuntu) Assignee: Canonical Desktop Team (canonical-desktop-team) => Alberto Milone (albertomilone) -- Nvidia proprietary drivers fallback test failed https://bugs.launchpad.net/bugs/522061 You received this bug notification because you are a memb

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-02-18 Thread Brian Murray
** Changed in: nvidia-graphics-drivers-180 (Ubuntu) Assignee: (unassigned) => Canonical Desktop Team (canonical-desktop-team) -- Nvidia proprietary drivers fallback test failed https://bugs.launchpad.net/bugs/522061 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-02-17 Thread Charlie Kravetz
I can confirm this bug in Lucid. After attempting to reconfigure the graphics mode, a restart is required. Using Ctrl+Alt+Del results in the same screen message. Using 'switch to console' and using "shutdown -r now" also results in the same message. After attempting this about 4 times, I allowed i

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-02-15 Thread Federico Vera
Sorry, but according to the logs the driver is the 190 -- Nvidia proprietary drivers fallback test failed https://bugs.launchpad.net/bugs/522061 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-02-15 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) => nvidia-graphics-drivers-180 (Ubuntu) -- Nvidia proprietary drivers fallback test failed https://bugs.launchpad.net/bugs/522061 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing l

[Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-02-15 Thread Federico Vera
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/39210085/BootDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39210086/Dependencies.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/39210087/Lspci.txt ** Attachment adde