xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Re: [Xen-users] nvidia-drivers
       [not found] <CAGVsgmsn4YLDwXYLTmMtK35GUHcmTHeg5UONq1O-ouf1JeC6qQ@mail.gmail.com>
@ 2011-08-31  4:59 ` Todd Deshane
  2011-08-31 11:51   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Todd Deshane @ 2011-08-31  4:59 UTC (permalink / raw)
  To: Attila Jecs; +Cc: xen-devel mailing list, xen-users, konrad.wilk

On Tue, Aug 30, 2011 at 6:21 AM, Attila Jecs <attila.jecs@gmail.com> wrote:
> Hello list!
> Well, nvidia-drivers stopped working with recent kernels (3.1)

Adding Konrad, Pasi, and xen-devel for some more exposure on this.

Debugging tips:
http://wiki.xensource.com/xenwiki/XenParavirtOps#head-a9407515fe25400d0da2787d12819ec84cca9f3c

Known issues:
http://wiki.xensource.com/xenwiki/Linux_30_bugs

> My monitor tells me there is no signal, after X loaded.
> I'm using gentoo (~amd64).
> [ebuild   R    ] x11-base/xorg-server-1.10.4  USE="nptl udev xorg -dmx -doc
> -ipv6 -kdrive -minimal -static-libs -tslib -xnest -xvfb" 0 kB
> [ebuild   R    ] app-emulation/xen-4.1.1  USE="custom-cflags -acm -debug
> -flask -pae -xsm" 0 kB
> [ebuild   R    ] sys-kernel/git-sources-3.1_rc3-r6  USE="symlink -build" 0
> kB
> [ebuild   R    ] x11-drivers/nvidia-drivers-275.09.07  USE="acpi
> custom-cflags -gtk (-multilib)" 0 kB
> dreamer welder # tail /var/log/Xorg.0.log.old
> [    33.649] (==) NVIDIA(0):
>
>
> [    33.649] (II) NVIDIA(0): Validated modes:
>
>
> [    33.649] (II) NVIDIA(0):     "nvidia-auto-select"
> [    33.650] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
> [    33.691] (--) NVIDIA(0): DPI set to (84, 84); computed from "UseEdidDpi"
> X config
> [    33.691] (--) NVIDIA(0):     option
> [    33.691] (--) Depth 24 pixmap format is 32 bpp
> [    33.691] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect
> memory access.
> [    55.247] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
> [    64.501] (EE) NVIDIA(0): WAIT: (E, 0, 0x827d, 0)
> dreamer welder # grep NVRM /var/log/messages
> Aug 28 15:09:31 localhost kernel: NVRM: PAT configuration unsupported,
> falling back to MTRRs.
> Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> 00000eb0 4e59b22f 00000003 00000000
> Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> 00000eb0 4e59b22f 00000003 00000000
> Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> 00000eb0 4e59b22f 00000003 00000000
> Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> 00000eb0 00000000 00000003 00000000
> Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> 00000eb0 00000000 00000003 00000000
> Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> Chances that i can get this to work with your help?
> --
> Attila Jecs
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
>



-- 
Todd Deshane
http://www.linkedin.com/in/deshantm
http://www.xen.org/products/cloudxen.html
http://runningxen.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Re: [Xen-users] nvidia-drivers
  2011-08-31  4:59 ` [Xen-users] nvidia-drivers Todd Deshane
@ 2011-08-31 11:51   ` Konrad Rzeszutek Wilk
       [not found]     ` <CAGVsgmuqmC4FtgCSMxM=+p85BdLb=37DnjaexfcVbDsr4UsW9A@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-08-31 11:51 UTC (permalink / raw)
  To: Todd Deshane; +Cc: Attila Jecs, xen-devel mailing list, xen-users

On Wed, Aug 31, 2011 at 12:59:38AM -0400, Todd Deshane wrote:
> On Tue, Aug 30, 2011 at 6:21 AM, Attila Jecs <attila.jecs@gmail.com> wrote:
> > Hello list!
> > Well, nvidia-drivers stopped working with recent kernels (3.1)
> 
> Adding Konrad, Pasi, and xen-devel for some more exposure on this.

Hey Todd,

Thanks for copying me. Attila, does the nouveau driver work?
What happens if you use 'nopat' on the command line?
> 
> Debugging tips:
> http://wiki.xensource.com/xenwiki/XenParavirtOps#head-a9407515fe25400d0da2787d12819ec84cca9f3c
> 
> Known issues:
> http://wiki.xensource.com/xenwiki/Linux_30_bugs
> 
> > My monitor tells me there is no signal, after X loaded.
> > I'm using gentoo (~amd64).
> > [ebuild   R    ] x11-base/xorg-server-1.10.4  USE="nptl udev xorg -dmx -doc
> > -ipv6 -kdrive -minimal -static-libs -tslib -xnest -xvfb" 0 kB
> > [ebuild   R    ] app-emulation/xen-4.1.1  USE="custom-cflags -acm -debug
> > -flask -pae -xsm" 0 kB
> > [ebuild   R    ] sys-kernel/git-sources-3.1_rc3-r6  USE="symlink -build" 0
> > kB
> > [ebuild   R    ] x11-drivers/nvidia-drivers-275.09.07  USE="acpi
> > custom-cflags -gtk (-multilib)" 0 kB
> > dreamer welder # tail /var/log/Xorg.0.log.old
> > [    33.649] (==) NVIDIA(0):
> >
> >
> > [    33.649] (II) NVIDIA(0): Validated modes:
> >
> >
> > [    33.649] (II) NVIDIA(0):     "nvidia-auto-select"
> > [    33.650] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
> > [    33.691] (--) NVIDIA(0): DPI set to (84, 84); computed from "UseEdidDpi"
> > X config
> > [    33.691] (--) NVIDIA(0):     option
> > [    33.691] (--) Depth 24 pixmap format is 32 bpp
> > [    33.691] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect
> > memory access.
> > [    55.247] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
> > [    64.501] (EE) NVIDIA(0): WAIT: (E, 0, 0x827d, 0)
> > dreamer welder # grep NVRM /var/log/messages
> > Aug 28 15:09:31 localhost kernel: NVRM: PAT configuration unsupported,
> > falling back to MTRRs.
> > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> > 00000eb0 4e59b22f 00000003 00000000
> > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> > 00000eb0 4e59b22f 00000003 00000000
> > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> > 00000eb0 4e59b22f 00000003 00000000
> > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> > 00000eb0 00000000 00000003 00000000
> > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre 00000000
> > 00000eb0 00000000 00000003 00000000
> > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > Chances that i can get this to work with your help?
> > --
> > Attila Jecs
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@lists.xensource.com
> > http://lists.xensource.com/xen-users
> >
> 
> 
> 
> -- 
> Todd Deshane
> http://www.linkedin.com/in/deshantm
> http://www.xen.org/products/cloudxen.html
> http://runningxen.com/
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Re: [Xen-users] nvidia-drivers
       [not found]     ` <CAGVsgmuqmC4FtgCSMxM=+p85BdLb=37DnjaexfcVbDsr4UsW9A@mail.gmail.com>
@ 2011-09-08 12:56       ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 3+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-09-08 12:56 UTC (permalink / raw)
  To: Attila Jecs; +Cc: xen-devel

On Thu, Sep 08, 2011 at 01:02:56PM +0200, Attila Jecs wrote:
> never tried nouveau.
> nopat on what command line?
> kernel? xen? X?

First of don't remove the CC off xen-devel. I've added that back.

The nopat on the Linux command line.

> 
> 2011/8/31 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> 
> > On Wed, Aug 31, 2011 at 12:59:38AM -0400, Todd Deshane wrote:
> > > On Tue, Aug 30, 2011 at 6:21 AM, Attila Jecs <attila.jecs@gmail.com>
> > wrote:
> > > > Hello list!
> > > > Well, nvidia-drivers stopped working with recent kernels (3.1)
> > >
> > > Adding Konrad, Pasi, and xen-devel for some more exposure on this.
> >
> > Hey Todd,
> >
> > Thanks for copying me. Attila, does the nouveau driver work?
> > What happens if you use 'nopat' on the command line?
> > >
> > > Debugging tips:
> > >
> > http://wiki.xensource.com/xenwiki/XenParavirtOps#head-a9407515fe25400d0da2787d12819ec84cca9f3c
> > >
> > > Known issues:
> > > http://wiki.xensource.com/xenwiki/Linux_30_bugs
> > >
> > > > My monitor tells me there is no signal, after X loaded.
> > > > I'm using gentoo (~amd64).
> > > > [ebuild   R    ] x11-base/xorg-server-1.10.4  USE="nptl udev xorg -dmx
> > -doc
> > > > -ipv6 -kdrive -minimal -static-libs -tslib -xnest -xvfb" 0 kB
> > > > [ebuild   R    ] app-emulation/xen-4.1.1  USE="custom-cflags -acm
> > -debug
> > > > -flask -pae -xsm" 0 kB
> > > > [ebuild   R    ] sys-kernel/git-sources-3.1_rc3-r6  USE="symlink
> > -build" 0
> > > > kB
> > > > [ebuild   R    ] x11-drivers/nvidia-drivers-275.09.07  USE="acpi
> > > > custom-cflags -gtk (-multilib)" 0 kB
> > > > dreamer welder # tail /var/log/Xorg.0.log.old
> > > > [    33.649] (==) NVIDIA(0):
> > > >
> > > >
> > > > [    33.649] (II) NVIDIA(0): Validated modes:
> > > >
> > > >
> > > > [    33.649] (II) NVIDIA(0):     "nvidia-auto-select"
> > > > [    33.650] (II) NVIDIA(0): Virtual screen size determined to be 1366
> > x 768
> > > > [    33.691] (--) NVIDIA(0): DPI set to (84, 84); computed from
> > "UseEdidDpi"
> > > > X config
> > > > [    33.691] (--) NVIDIA(0):     option
> > > > [    33.691] (--) Depth 24 pixmap format is 32 bpp
> > > > [    33.691] (II) NVIDIA: Using 768.00 MB of virtual memory for
> > indirect
> > > > memory access.
> > > > [    55.247] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
> > > > [    64.501] (EE) NVIDIA(0): WAIT: (E, 0, 0x827d, 0)
> > > > dreamer welder # grep NVRM /var/log/messages
> > > > Aug 28 15:09:31 localhost kernel: NVRM: PAT configuration unsupported,
> > > > falling back to MTRRs.
> > > > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre
> > 00000000
> > > > 00000eb0 4e59b22f 00000003 00000000
> > > > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre
> > 00000000
> > > > 00000eb0 4e59b22f 00000003 00000000
> > > > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre
> > 00000000
> > > > 00000eb0 4e59b22f 00000003 00000000
> > > > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre
> > 00000000
> > > > 00000eb0 00000000 00000003 00000000
> > > > Aug 28 15:09:44 localhost kernel: NVRM: Xid (0000:02:00): 56, CMDre
> > 00000000
> > > > 00000eb0 00000000 00000003 00000000
> > > > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > > > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > > > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > > > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > > > Aug 28 15:09:48 localhost kernel: NVRM: Xid (0000:02:00): 6, PE007e
> > > > Chances that i can get this to work with your help?
> > > > --
> > > > Attila Jecs
> > > > _______________________________________________
> > > > Xen-users mailing list
> > > > Xen-users@lists.xensource.com
> > > > http://lists.xensource.com/xen-users
> > > >
> > >
> > >
> > >
> > > --
> > > Todd Deshane
> > > http://www.linkedin.com/in/deshantm
> > > http://www.xen.org/products/cloudxen.html
> > > http://runningxen.com/
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> >
> 
> 
> 
> -- 
> Attila Jecs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-08 12:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAGVsgmsn4YLDwXYLTmMtK35GUHcmTHeg5UONq1O-ouf1JeC6qQ@mail.gmail.com>
2011-08-31  4:59 ` [Xen-users] nvidia-drivers Todd Deshane
2011-08-31 11:51   ` Konrad Rzeszutek Wilk
     [not found]     ` <CAGVsgmuqmC4FtgCSMxM=+p85BdLb=37DnjaexfcVbDsr4UsW9A@mail.gmail.com>
2011-09-08 12:56       ` Konrad Rzeszutek Wilk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).