Displaying 20 results from an estimated 9000 matches similar to: "[Bug 109407] New: GTX 1050 fails to initialise acceleration"
2018 Aug 07
0
[ANNOUNCE] xorg-server 1.20.1
This bugfix release fixes several issues in RANDR, Xwayland, glamor,
the modesetting driver, and elsewhere. Everyone is encouraged to
upgrade. Thanks to all who contributed to this release!
Adam Jackson (1):
xserver 1.20.1
Alexander Volkov (1):
Xext/shm: Refuse to work for remote clients
Bas Nieuwenhuizen (1):
DRI2: Sync radeonsi_pci_ids.h from Mesa
Damien Leone (1):
2020 Apr 01
2
gp104: regression on Linux 5.6
gp104 refuses to switch to "graphic" mode and show anything past
this line:
fb0: switching to nouveaufb from EFI VGA
Machine is fine, as it I can press Ctrl+Alt+Delete and reboot it
normally.
5.5 is OK. 5.6 is broken.
Bisecting is kinda painful with miscompilation and init/main.c breakage.
BTW do I need all those megabytes of firmware?
[ 0.923273] fb0: switching to nouveaufb
2017 Apr 12
2
[Bug 100659] New: Certain errors on initializing GTX 1060 6GB
https://bugs.freedesktop.org/show_bug.cgi?id=100659
Bug ID: 100659
Summary: [nouveau] Certain errors on initializing GTX 1060 6GB
Product: xorg
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at
2018 Dec 09
0
new GP107
On Sun, Dec 9, 2018 at 12:24 AM James <bjlockie at lockie.ca> wrote:
>
> https://nouveau.freedesktop.org/wiki/CodeNames/
>
> > If you're running a recent version nouveau, you can find your chipset by doing dmesg | grep -i chipset. This will always be correct, whereas the lists below are approximate.
>
> # dmesg | grep -i chipset
> #
>
> Not true anymore I
2018 Dec 09
2
new GP107
https://nouveau.freedesktop.org/wiki/CodeNames/
> If you're running a recent version nouveau, you can find your chipset by doing dmesg | grep -i chipset. This will always be correct, whereas the lists below are approximate.
# dmesg | grep -i chipset
#
Not true anymore I guess.
What is the 'GP' in 'GP107' if 'NV...' are the code names?
# dmesg | grep -i nouveau
2018 Apr 10
0
[ANNOUNCE] xorg-server 1.19.99.904
Another batch of cleanups and fixes, mostly in glamor and DRI3.
At this point the only outstanding major feature for 1.20 that hasn't
landed yet is EGLStreams support for Xwayland. The patches require some
minor rebasing to account for per-window flips in Present, I'll post
that momentarily I suppose. I'm honestly of two minds about merging it,
the deafening silence of review feedback
2018 Apr 24
0
[ANNOUNCE] xorg-server 1.19.99.905
More bugfixes, and streams support for Xwayland. This will almost
certainly be the last RC.
Adam Jackson (10):
sdksyms: Skip empty symbols
xwayland: Don't crash on WarpPointer(dest_w = None)
modesetting: Fix inverted check in dri2 WaitMSC
animcur: Fix crash when removing a master device
dix: Factor out extension availability check
dix: Allow an extension to
2013 Oct 09
11
[Bug 70326] New: [NVF0] Kernel/Driver fails to initialize acceleration on GTX Titan
https://bugs.freedesktop.org/show_bug.cgi?id=70326
Priority: medium
Bug ID: 70326
Assignee: nouveau at lists.freedesktop.org
Summary: [NVF0] Kernel/Driver fails to initialize acceleration
on GTX Titan
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux
2018 Nov 29
1
[Bug 108906] New: nouveau driver causes system slowdown
https://bugs.freedesktop.org/show_bug.cgi?id=108906
Bug ID: 108906
Summary: nouveau driver causes system slowdown
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee:
2015 Jul 19
2
[PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
On 07/18/2015 01:09 PM, Dave Airlie wrote:
>>>>
>>>> We can disable it by default on exa - intel and amd/radeon drivers also
>>>> disable by default. However, on gpus >= maxwell only glamor accel is
>>>> supported and glamor on nouveau is either dri3/present or no hw accel at
>>>> all
>>>> afaics.
>>>
>>>
2011 Aug 10
2
join columns
Dear R-help,
I wonder if you could give me some suggestions in how to do a union
join of two data frames as follow:
-> union join the common column, and insert a 0 if one is missing.
I made a function to perform the following, and I know it may not that
quite welly written, but it works.
Any suggestions are welcome, many thanks.
Anthony
> q1 =
2019 Mar 29
3
[Bug 110280] New: Random slow down the system with Geforce GTX1070 Mobile
https://bugs.freedesktop.org/show_bug.cgi?id=110280
Bug ID: 110280
Summary: Random slow down the system with Geforce GTX1070
Mobile
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component:
2017 Jan 08
0
4.10-rc2: mouse cursor works with geforce gtx 1070, at last
Hey!
This is quick email to notify you that with 4.10-rc2 I can actually see
graphic cursor in X making graphic environment usable.
fb: switching to nouveaufb from EFI VGA
nouveau 0000:01:00.0: NVIDIA GP104 (134000a1)
nouveau 0000:01:00.0: bios: version 86.04.1e.00.01
nouveau 0000:01:00.0: fb: 8192 MiB GDDR5
nouveau 0000:01:00.0: priv: HUB0: 00d054 00000007 (1e408216)
nouveau 0000:01:00.0: DRM:
2018 Nov 04
13
[Bug 108651] New: Screen flickering when using compositor with OpenGL backend
https://bugs.freedesktop.org/show_bug.cgi?id=108651
Bug ID: 108651
Summary: Screen flickering when using compositor with OpenGL
backend
Product: Mesa
Version: unspecified
Hardware: All
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2005 Jan 05
8
Replacing all NA values in a matrix
OK, dumb question, and it is probably in the docs somewhere, but after
12 months working with R and quite a while looking at the docs, I still
don't know (or have forgotten) how to replace all NA values in a matrix
at once with some other value. I can do it column by column using
is.na(), but I can't figure out how to do it for the whole matrix. My
apologies, I am ashamed ;-)
Michael
2016 May 29
2
Should I expect nouveau on 4.6 to work on a GM206?
On Sat, May 28, 2016 at 5:48 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> Do you have mesa 11.2 or later? GM20x support was only added in mesa 11.2.
>
I just upgraded to 11.2. I'm getting errors like this in the log:
[ 5383.723240] nouveau 0000:09:00.0: fifo: read fault at 0000011000
engine 07 [PBDMA0] client 06 [HOST] reason 00 [PDE] on channel -1
[007f9ed000 unknown]
[
2012 Aug 28
0
GTX 580 : X freezes
Hello,
Running Archlinux x86_64, kernel 3.4.9, xf86-video-nouveau-git and mesa-full
No matter what I do, X freezes.
Here is the kernel log as regards nouveau :
[ 1.147790] [drm] nouveau 0000:01:00.0: Detected an NVc0 generation
card (0x0c8000a1)
[ 1.148583] fb: conflicting fb hw usage nouveaufb vs VESA VGA -
removing generic driver
[ 1.151874] [drm] nouveau 0000:01:00.0: Checking
2010 Apr 29
2
Cloning very slow?
Yesterday I cloned one of my VMs and, somewhat implausibly, it took
virt-clone something like 8-9 hours to clone the 8Gb disk image...
Copying it from the command line took a mere 6.5 minutes.
I assume this is a bug, and it's not expected to take this long ;-)
This was using virt-clone from python-virtinst-0.500.2-1.fc12.noarch in
the virt-preview repository.
Tom
--
Tom Hughes (tom at
2004 Nov 16
3
Simple plot() question
Hi
First a simple question to do with plot(). How do I change the x-axis
labels on a plot?
For example, I am plotting each row of a matrix, and I want each row to
be a line on my graph. Simple really. Eg:
plot(sg[1,], type="l")
When I do this, the x-axis is labelled 1:38, as I have 38 columns in my
matrix. When I do:
plot(sg[1,order(sg[1,])], type="l")
Ideally I would
2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
Here's 1.18 RC1. Let's figure out when to release this during XDC.
Aaron Plattner (3):
xfree86: Fix xf86_check_platform_slot's handling of PCI
xfree86: Add GPU screens even if there are no active GDevs
xfree86: Bump video driver ABI version to 20
Adam Jackson (27):
glamor: Fix up indentation
xf86Crtc: right-of placement by default.
dmx: Fix the