[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Martin-peres-n
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance:

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Andrew Kurn
(In reply to nv28m from comment #71) > nouveau.agpmode=0 seems to work here too, also after comming back from > suspend. > > Still I think I'm stuck with the modesetting driver with the bit 24 hack in > boot/suspend scripts. The scrolling and rxvt performance is just better. The parameter name

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Nv28m
I also have this problem. Everything unaccelerated comes up as trash, even on the kernel framebuffer (if acceleration was switched off). Or for example I can see most of the graphics ok, but if I use ShadowFB then the whole screen is unusable. And the cursor is garbage too most of the time. This

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Bib
I reached to retreive my video bios version*: cat /proc/driver/nvidia/cards/0 Model: GeForce4 4200 Go IRQ: 11 Video BIOS: 04.28.20.31.c1 Card Type: AGP DMA Size: 32 bits DMA Mask: 0x Maybe you will like to check against your own and tell me you need something else from me. * not that

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Nv28m
nouveau.agpmode=0 seems to work here too, also after comming back from suspend. Still I think I'm stuck with the modesetting driver with the bit 24 hack in boot/suspend scripts. The scrolling and rxvt performance is just better. -- You received this bug notification because you are a member of

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Bib
Guys, if I can help in any maneer I'd be glad. I want you to know my video adapter is flashed with a bios update I found long time ago on dell's site (in my memory, this was a bios update for Windows). -- You received this bug notification because you are a member of Ubuntu-X, which is

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Bib
I ended in Ubuntu 12.04 with latest nvidia-96(-updates maybe). The Laptop sleeps now for weeks and I won't wake it up. I Just can say that once I admitted that vino won't work with desktop effects, I decided to use this laptop with gnome-shell no-effects only, and with the latest drivers state

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread R-ductor
Hi, I do not know if it may be still relevant after nv28m dicoveries but here's some quick info (with a debian testing fully updated a month ago). Booting with plain nouveau (agp v2 4x): distorted mouse, nothing new here :( I tried to boot the following kernel command lines: *

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Andrew Kurn
(In reply to Ilia Mirkin from comment #64) > (In reply to comment #63) > > > > Option 3 could definately tell if it's only used for a particular memory > > configuration of this chip, or it's more general (e.g. first 2 options). > > I've fired off a question to NVIDIA, hopefully they'll

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to AndrewK from comment #73) > (In reply to nv28m from comment #71) > > nouveau.agpmode=0 seems to work here too, also after comming back from > > suspend. > > > > Still I think I'm stuck with the modesetting driver with the bit 24 hack in > > boot/suspend scripts. The scrolling and

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Emil-l-velikov
agpmode and modeset are not even remotely related I'm afraid. With 4.3 onward one should be using nouveau.config="NvAGP=0" as documented [1] [1] http://nouveau.freedesktop.org/wiki/KernelModuleParameters/#config -- You received this bug notification because you are a member of Ubuntu-X, which

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Nv28m
Yes, it was taken after several attempts, that's why it was already set. I've made a better dump and sent it in e-mail now. According to this it's set the first time it's written to. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Andrew Kurn
(In reply to Ilia Mirkin from comment #75) > (In reply to AndrewK from comment #73) > > (In reply to nv28m from comment #71) > > > nouveau.agpmode=0 seems to work here too, also after comming back from > > > suspend. > > > > > The parameter name seems to be changed. nouveau.modeset=0 is what

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Andrew Kurn
(In reply to Emil Velikov from comment #77) > agpmode and modeset are not even remotely related I'm afraid. With 4.3 > onward one should be using nouveau.config="NvAGP=0" as documented [1] > > [1] http://nouveau.freedesktop.org/wiki/KernelModuleParameters/#config Yes. The syntax given seems to

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Jonas
On Lubuntu 14.04.3 (I think it's Kernel 3.19.x) "nouveau.agpmode=0" also works, although standby still doesn't seem to work. What I want to note though, is, that activating the Shadow Framebuffer in /etc/X11/xorg.conf.d/20-nouveau.conf results in a substantial performance increase regarding

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Nv28m
I've wasted a lot of time with the mmio registers to find out why things go slow. But it seems it's something else. Just loading the nvidia kernel module without starting X is enough to make nouveau go fast after kexec. I did an mmio trace while loading the module, but it only wrote 140 to 0,

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
Even more interesting, your trace actually has [0] 1012.956817 MMIO32 R 0x100080 0xe100 PFB+0x80 => 0xe100 [0] 1012.956820 MMIO32 W 0x100080 0xe100 PFB+0x80 <= 0xe100 Which means that it _starts out_ at 0xe100. Was this trace done on a clean boot, or had the nvidia module

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
BTW, interesting. In your VBIOS, it tells us to do 0xcbf2: 7a 80 00 10 00 00 00 00 e0 ZM_REG R[0x100080] = 0xe000 Which is why that bit gets lost on resume (but not on kexec, since init scripts don't run, since the adapter is already init'd). Good to know, that means that

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to comment #63) > For the first two options I think it could be useful to grep through all > those dumps collected over the years and check which cards have this set. Yeah, I'll try to have a look later on. > > Option 3 could definately tell if it's only used for a particular memory >

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Nv28m
For the first two options I think it could be useful to grep through all those dumps collected over the years and check which cards have this set. Option 3 could definately tell if it's only used for a particular memory configuration of this chip, or it's more general (e.g. first 2 options). By

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Bib
I ignore if it's related, but my Dell D800 with nv28 burts many-many-many beeps on boot until the grub menu displays. Feel free to ask any thing. Regards -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to comment #61) > At the end I got what I wanted. The winner is: > nvapoke 00100080 e100 > > This register is e000 after suspend or after clean boot. So all this > trouble only because of a single bit was not set ;( Fantastic! I was secretly hoping that by ignoring the issue

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Nv28m
I've e-mailed the dump file. I've put in 3 markers, one before starting xinit /usr/bin/urxvt, one in urxvt before quiting, and one after xinit returned. I hope it's useful. Thanks! I can try to repeat the same thing using the nouveau driver, if needed. -- You received this bug notification

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Nv28m
I had the feeling that there's not much chance that the dump alone will help. So I did some debugging on my own, after all it can't be that hard if I have the hardware at hand to play with ;) First I've collected all writes locations out from the dump, and ignored the part which looked like a

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Nv28m
Doing a suspend to RAM restores the original trashing behaviour. I'm not sure, but maybe the screen update is slower as well now. This is a Dell D800: 01:00.0 VGA compatible controller: NVIDIA Corporation NV28M [GeForce4 Ti 4200 Go AGP 8x] (rev a1) X.Org X Server 1.15.1 Release Date: 2014-04-13

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to comment #55) > So something is initialized by the nvidia driver, which is not touched by > nouveau but is required for correct operation. > > Is there a way I could help? Like dumping register states with/without the > nvidia init? You could do a mmiotrace of the nvidia driver. It's

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Nv28m
The default Debian kernel is not very debug friendly, so I've dumped the ROMs with nvagetbios. There are two versions, as I made a firmware update later to see if it helps. (e-mailed) The MMIO dumps are comming soon, tomorrow or so. This is a slow machine and the kernel compile takes a while

[Ubuntu-x-swat] [Bug 653714]

2019-12-05 Thread Emgaron+freedesktop
I just discovered this bug as I acquired a Dell Inspiron 8500 a few weeks back and ran into the same problem. In fact, on my machine (same nVidia graphics), the problem even seems worse: Any attempt at using the nouveau driver so far has not only produced the distortions described by the original

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2019-12-05 Thread Bug Watch Updater
** Changed in: nouveau Status: Confirmed => Unknown ** Bug watch added: gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues #29 https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/29 -- You received this bug notification because you are a member of Ubuntu-X,

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2014-01-09 Thread John N
I was not able to boot the referenced ISO as it appears even the i386 kernel requires PAE (seems like a bug?). I will try to upgrade existing installed OS, but it will take a fair amount of time. -john -- You received this bug notification because you are a member of Ubuntu-X, which is

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2014-01-08 Thread Christopher M. Penalver
John Navitsky, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2013-08-30 Thread Bib
https://bugs.freedesktop.org/show_bug.cgi?id=54700 ** Bug watch added: freedesktop.org Bugzilla #54700 https://bugs.freedesktop.org/show_bug.cgi?id=54700 ** Bug watch added: freedesktop.org Bugzilla #54700 https://bugs.freedesktop.org/show_bug.cgi?id=54700 ** Changed in: nouveau

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2013-08-30 Thread Bug Watch Updater
Launchpad has imported 53 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=54700. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2013-08-26 Thread Bug Watch Updater
** Changed in: nouveau Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/653714 Title: Garbage on X display w/ Dell D800 wuxga nouveau

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2012-08-06 Thread Bug Watch Updater
** Changed in: nouveau Status: Unknown = Confirmed ** Changed in: nouveau Importance: Unknown = Critical -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/653714

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2012-08-01 Thread The Loeki
** Bug watch added: freedesktop.org Bugzilla #50403 https://bugs.freedesktop.org/show_bug.cgi?id=50403 ** Also affects: nouveau via https://bugs.freedesktop.org/show_bug.cgi?id=50403 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2012-06-12 Thread Glenn Brumfield
Nouveau has not supported the NV28 video cards since Ubuntu 8.10 was issued (8.04 worked perfectly). In my case I have an nVidia Geforce4 4200 [NV28] factory-OEM installed in a Dell Latitude D800 notebook. There is no replacement video card for this notebook that I am aware of and replacement

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2011-07-02 Thread pomac
This is odd, to get proper graphics, disable render. To get a proper pointer, disable hwcursor. If you disable both, the cursor is still broken -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2011-05-04 Thread John Navitsky
Note the workarounds appear _not_ to work with Natty. I upgraded and couldn't convince Natty to install -96 fully. I don't recall the exact message, but I think it suggested it couldn't satisfy the package dependencies. When I install 185 as in comment #9, the driver doesn't appear to

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2011-02-26 Thread John Navitsky
I was messing with a different disk today and I noticed the most current nvidia driver works in addition to the -96 driver. I deleted all the loaded nvidia packages, then deleted the nouveau package, then with the gui tool installed the nvidea-185 package and then rebooted. It shows I have the

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2011-02-11 Thread John Navitsky
In comment #6, Michel wrote: Still, it is damn annoying not to have even a workaround and regretfully it is a show stopper for me. Does the workaround noted in comment #3 not work correctly for you? I recently did a fresh install and captured the steps more specificially when starting from a

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2011-02-05 Thread Michael Hufnagel
I would like to support the request that this bug shall be fixed. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-nouveau in ubuntu. https://bugs.launchpad.net/bugs/653714 Title: Garbage on X display w/ Dell D800 wuxga

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2011-01-23 Thread Michel
I have exactly the same problem as the original poster, also with a D800 and wuxga 1920x1200 If it helps, I have noticed that sometimes my screen shows correctly (the graphics are fine and so is the cursor), perhaps when I log back on after the screensaver kicked in. So it seems to me that

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2010-11-11 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-nouveau (Debian) Status: Unknown = New -- Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28]) https://bugs.launchpad.net/bugs/653714 You received this bug notification because you are a member of

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2010-11-06 Thread Yann Simon
Bug description on Debian: http://lists.debian.org/debian-x/2010/09/msg00047.html ** Changed in: xserver-xorg-video-nouveau (Ubuntu) Status: New = Confirmed ** Bug watch added: Debian Bug tracker #595447 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595447 ** Also affects:

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2010-11-06 Thread Yann Simon
booting with parameter nomodeset fixed the display problem, but the resolution is maximal 1280x1024. Is is not a real solution. -- Garbage on X display w/ Dell D800 wuxga nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28]) https://bugs.launchpad.net/bugs/653714 You received this bug

[Ubuntu-x-swat] [Bug 653714] Re: Garbage on X display w/ Dell D800 nouveau (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2010-10-08 Thread John Navitsky
** Summary changed: - X display shows garbage w/ nouveau Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28) + Garbage on X display w/ Dell D800 nouveau (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28]) ** Summary changed: - Garbage on X display w/ Dell D800 nouveau (Nvidia GeForce4 Ti 4200 Go AGP

[Ubuntu-x-swat] [Bug 653714] Re: X display shows garbage w/ nouveau Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-06 Thread John Navitsky
As a workaround, I was able to get the nvidia-96 drivers working, but it isn't quite seamless. First, I removed all nvidia packages that were currently installed (with --purge), then selected and installed the nvidia-96 drivers by searching nvidia within the Ubuntu Software Center and selecting

[Ubuntu-x-swat] [Bug 653714] [NEW] X display shows garbage w/ nouveau Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-02 Thread John Navitsky
Public bug reported: Binary package hint: xserver-xorg-video-nouveau I have a Dell D800 laptop with high resolution screen (1920x1200) that was working fine with Ubuntu 10.04. I performed a fresh install of Ubuntu 10.10 which appears to use the nouveau driver. The screen now displays garbage,

[Ubuntu-x-swat] [Bug 653714] Re: X display shows garbage w/ nouveau and GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-02 Thread John Navitsky
** Attachment added: Picture of screen detailing garbage https://bugs.launchpad.net/bugs/653714/+attachment/1667182/+files/IMG_0748.JPG ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/653714/+attachment/1667183/+files/BootDmesg.txt ** Attachment added:

[Ubuntu-x-swat] [Bug 653714] Re: X display shows garbage w/ nouveau Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-02 Thread John Navitsky
** Summary changed: - X display shows garbage w/ nouveau and GeForce4 Ti 4200 Go AGP rev a1 (NV28) + X display shows garbage w/ nouveau Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28) -- X display shows garbage w/ nouveau Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28)

[Ubuntu-x-swat] [Bug 653714] Re: X display shows garbage w/ nouveau Nvidia GeForce4 Ti 4200 Go AGP rev a1 (NV28)

2010-10-02 Thread John Navitsky
I re-installed 10.04 on a different disk, and found that a fresh install used the nouveau driver as well and that it too exhibited the screen garbage problem. However, with 10.04, selecting hardware drivers offers the Nvidia accelerated graphics driver (version 96), which, once activated,