similar to: [Bug 94225] New: Mesa crash with "nouveau" driver and Minetest

Displaying 19 results from an estimated 19 matches similar to: "[Bug 94225] New: Mesa crash with "nouveau" driver and Minetest"

2018 Dec 30
1
[Bug 109186] New: Nouveau is freeze display. Only mouse working
https://bugs.freedesktop.org/show_bug.cgi?id=109186 Bug ID: 109186 Summary: Nouveau is freeze display. Only mouse working Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: blocker Priority: medium Component: Drivers/DRI/nouveau
2018 Dec 30
3
[Bug 109185] New: Nouveau is freeze display. Only mouse working
https://bugs.freedesktop.org/show_bug.cgi?id=109185 Bug ID: 109185 Summary: Nouveau is freeze display. Only mouse working Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: blocker Priority: medium Component: Drivers/DRI/nouveau
2011 Jun 03
2
[LLVMdev] Thinking about "whacky" backends
On 6/3/2011 3:19 PM, Samuel Crow wrote: > Why not runtime checks? The constant folding and dead-code elimination passes would get rid of any redundant code in a later stage of compilation anyway. The important part, as I see it, is that LLVM already does constant folding and dead-code elimination. Meta-data might require more effort in the long run. > > --snip-- Less flexible for the
2011 Jun 02
0
[LLVMdev] Thinking about "whacky" backends
On 6/2/2011 10:13 AM, Samuel Crow wrote: > Hi Nate, > > I've successfully ported one bitcode from Linux to Mac to Windows. All were x86 and the program was text-based, but I'd say my LLVM Wrapper would be worth some effort in the future if I could just get some help. Currently it just wraps StdIO.h with its own functions Naturally that would work perfectly fine on a similar
2018 Feb 01
2
(/usr/lib64/cups/backend/smb) stopped with status 1
Hello, There is a printer at work (a Xerox WorkCentre 5325). I am able to print using the following command: smbclient //MyHiddenPC/MyHiddenShare -WMyHiddenDomain -c 'print my-hidden-file.pdf'. However, it does not work when I try to print through CUPS using the following command: lp my-hidden-file.pdf. In the CUPS error_log file, the only error I can read is: [Job 5] PID 27883
2013 Aug 30
2
cleaning requires header files
On Fri, 30 Aug 2013 05:43:42 -0400 Gene Cumm <gene.cumm at gmail.com> wrote: > On Aug 30, 2013 4:51 AM, "YuGiOhJCJ Mailing-List" < > yugiohjcj-mailinglist at laposte.net> wrote: > > > > Hello, > > > > If I do: > > $ tar xvf syslinux-6.01.tar.xz > > $ cd syslinux-6.01 > > $ make clean > > > > Then I get: > >
2016 Aug 02
29
[Bug 97192] New: SuperTuxkart graphic errors [NVE4 - GK104]
https://bugs.freedesktop.org/show_bug.cgi?id=97192 Bug ID: 97192 Summary: SuperTuxkart graphic errors [NVE4 - GK104] Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: other Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee:
2018 Feb 02
0
(/usr/lib64/cups/backend/smb) stopped with status 1
I tried at work to run "/usr/bin/smbspool" manually: --- $ /usr/bin/smbspool Xerox-WorkCentre-5325 \'5\' \'yugiohjcj\' \'2.pdf\' \'1\' DEBUG: Connected with username/password... --- The behavior at work is different from the one at home because it is not the same computer used and the /etc/samba/smb.conf is available. However, as you can see above, the
2013 Aug 30
2
cleaning requires header files
Hello, If I do: $ tar xvf syslinux-6.01.tar.xz $ cd syslinux-6.01 $ make clean Then I get: ".../syslinux-6.01/mk/efi.mk:27: *** Missing ia32 gnu-efi header files. Stop." Is it normal that cleaning requires header files ? Thank you. Best regards.
2013 Aug 30
0
cleaning requires header files
On Aug 30, 2013 7:28 AM, "YuGiOhJCJ Mailing-List" <yugiohjcj-mailinglist at laposte.net> wrote: > > On Fri, 30 Aug 2013 05:43:42 -0400 > Gene Cumm <gene.cumm at gmail.com> wrote: > > > On Aug 30, 2013 4:51 AM, "YuGiOhJCJ Mailing-List" < > > yugiohjcj-mailinglist at laposte.net> wrote: > > > > > > Hello, > > >
2014 Jan 26
16
[Bug 74062] New: Artifacts in 3D games.
https://bugs.freedesktop.org/show_bug.cgi?id=74062 Priority: medium Bug ID: 74062 Assignee: nouveau at lists.freedesktop.org Summary: Artifacts in 3D games. Severity: normal Classification: Unclassified OS: Linux (All) Reporter: mbarrera at gmx.com Hardware: x86-64 (AMD64) Status: NEW
2008 Jul 29
1
Wine Success and Failure report
Hello, (first post) You probably don't want to hear about my Linux-related story, so I'll cut telling you that about 5 months ago I switched from XP to Ubuntu. I've been a C/C++ programmer since I was 13 (2 years go), so I consider myself to understand a great deal of things (but hey, what is my opinion worth nowadays?) Anyway, In this post I'd like to report my Successes and
2013 Aug 30
0
cleaning requires header files
On Aug 30, 2013 4:51 AM, "YuGiOhJCJ Mailing-List" < yugiohjcj-mailinglist at laposte.net> wrote: > > Hello, > > If I do: > $ tar xvf syslinux-6.01.tar.xz > $ cd syslinux-6.01 > $ make clean > > Then I get: > ".../syslinux-6.01/mk/efi.mk:27: *** Missing ia32 gnu-efi header files. Stop." > > Is it normal that cleaning requires header
2011 Jun 02
4
[LLVMdev] Thinking about "whacky" backends
Hi Nate, I've successfully ported one bitcode from Linux to Mac to Windows.  All were x86 and the program was text-based, but I'd say my LLVM Wrapper would be worth some effort in the future if I could just get some help.  Currently it just wraps StdIO.h with its own functions. Here's some of what it would take to make portable bitcodes in C or LLVM Assembly: * Convert all
2009 Aug 18
4
Question on .NET, Mono and Visual C++ and WINE
Hey guys, I'm not sure if this is the right place to ask, forgive me if not. I will soon start to contribute to a FOSS project written in Visual C++ and Visual Studio. I am a pure Linux user and was wondering what is the right way to make this app finally run on WINE. And how may I use a Visual Studio project on Linux? I know, this is probably kinda off-topic, but after all I still need a
2013 Apr 05
20
[Bug 63165] New: [GTX660] GPU lockups on 3D applications
https://bugs.freedesktop.org/show_bug.cgi?id=63165 Priority: medium Bug ID: 63165 Assignee: nouveau at lists.freedesktop.org Summary: [GTX660] GPU lockups on 3D applications Severity: major Classification: Unclassified OS: Linux (All) Reporter: miga-anyandall at hotmail.com Hardware: x86-64 (AMD64)
2011 Jun 03
1
[LLVMdev] Thinking about "whacky" backends
-------- Original Message -------- Subject: Re: [LLVMdev] Thinking about "whacky" backends Date: Fri, 03 Jun 2011 14:44:05 -0400 From: Nate Fries <nfries88 at yahoo.com> To: Joachim Durchholz <jo at durchholz.org> On 6/3/2011 1:38 PM, Joachim Durchholz wrote: > Am 01.06.2011 23:25, schrieb Nate Fries: >> That said, it seems like it ought to be possible to do
2011 Feb 22
22
[Bug 34554] New: Nouveau seems to have corrupted my laptop screen's EDID info
https://bugs.freedesktop.org/show_bug.cgi?id=34554 Summary: Nouveau seems to have corrupted my laptop screen's EDID info Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau
2008 Oct 28
1
All games, black screen = configuration problem?
Dear community, I am wondering what is my mistake. Since I got my new hardware components I didn't manage it to get a game running through WINE. My configuration is the following: - current git WINE (compiled 30 minutes ago) - Kubuntu 8.10 Intrepid AMD64 (64 bit edt.) - AMD ATi Radeon HD 2600XT graphics card - ATI Catalyst / fglrx driver A friend gave me his copy of Far Cry 2 and Sacred 2