Displaying 2 results from an estimated 2 matches for "morbach".
Did you mean:
vorbach
2015 Jan 14
5
[Bug 88415] New: [NVA8] nouveau GPU lockup when reclocking
...xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: benedikt.morbach at googlemail.com
QA Contact: xorg-team at lists.x.org
Created attachment 112240
--> https://bugs.freedesktop.org/attachment.cgi?id=112240&action=edit
full dmesg
kernel: 3.19-rc4
hardware: Thinkpad T510, Quadro NVS 3100M
full dmesg attached, nouveau parts below
What I did:
1. d...
2013 Sep 19
0
[PATCH] also look for host-prefixed ar
This patch changes configure.ac to look for '${host}-ar' as set by
AC_CANONICAL_HOST before looking for the unprefixed 'ar'.
This is useful when cross-compiling when all your binutils are prefixed.
I used AC_CHECK_TOOLS instead of AC_CHECK_TOOL, since autoconf docs say
that the former calls AC_SUBST.
Applies to OpenSSH portable 6.3p1
---
configure.ac | 2 +-
1 file changed, 1