similar to: [Bug 35344] New: nouveau: xinit fails with message from dmesg

Displaying 20 results from an estimated 2000 matches similar to: "[Bug 35344] New: nouveau: xinit fails with message from dmesg"

2010 May 07
3
[Bug 28017] New: Compiz segfaults, backtrace log and patch included
https://bugs.freedesktop.org/show_bug.cgi?id=28017 Summary: Compiz segfaults, backtrace log and patch included Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at
2011 Mar 19
3
[Bug 35445] New: 2.6.38 kernel fails to boot
https://bugs.freedesktop.org/show_bug.cgi?id=35445 Summary: 2.6.38 kernel fails to boot Product: xorg Version: 7.4 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2020 Mar 04
5
[PATCH 0/3] drm/dp_mst: Fix bandwidth checking regressions from DSC patches
AMD's patch series for adding DSC support to the MST helpers unfortunately introduced a few regressions into the kernel that I didn't get around to fixing until just now. I would have reverted the changes earlier, but seeing as that would have reverted all of amd's DSC support + everything that was done on top of that I realllllly wanted to avoid doing that. Anyway, this should fix
2011 Feb 19
4
[Bug 34491] New: Resuming from Suspend to RAM causes poor 2D performance
https://bugs.freedesktop.org/show_bug.cgi?id=34491 Summary: Resuming from Suspend to RAM causes poor 2D performance Product: xorg Version: 7.4 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau
2006 Oct 11
4
Help on direction of axis in R needed
Hi! I'd like to plot things with axes going from the highest to the lowest value, so that e.g. high values on the xaxis are plotted to the left and low values to the right. Could anyone tell me how this is done? I couldn't find anything in the documentation. Thanks a lot! Silli
2011 Nov 26
2
Bug#646987: /usr/bin/xinit: xinit fails with xkbcomp could not be invoked
The function that returns ENOMEM is actually copy_mm. It returns ENOMEM when dup_mm returns 0. copy_mm receives clone_flags and task_struct * tsk. I think tsk is pointing to the new task (the process being forked). copy_mm assigns some values into *tsk, then: tsk->mm = NULL; tsk->active_mm = NULL; then we check if current process has ->mm; if not, return 0 (effectively
2018 Mar 10
0
[ANNOUNCE] xinit 1.4.0
Alan Coopersmith (1): xinit 1.4.0 Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (3): Remove SCO support for SHELL_CMD and startx man page. Remove support for ancient A/UX 3.0 support Remove left over $(launchagents_DATA) in CLEANFILES Hans de Goede (2): startx: Pass -keeptty when telling the server to start on the current tty
2019 Mar 03
0
[ANNOUNCE] xinit 1.4.1
The xinit program is used to start the X Window System server and a first client program on systems that are not using a display manager such as xdm. This release fixes a bug when too many arguments are supplied to the program and improves the man pages. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration xinit 1.4.1 Jon
2008 Mar 06
0
[ANNOUNCE] xinit 1.0.8
Adam Jackson (1): xinit 1.0.8 David Nusinow (1): Unbreak installs on non-launchd systems James Cloos (1): Add missing PHONY line for automatic ChangeLog generation Jeremy Huddleston (19): Added some support for Xquartz on OS-X. Added Apple launchd support Changed x11-exec to actually start X11.app. X11.app will be responsible for calling xinit. OS-X:
2008 May 21
0
[ANNOUNCE] xinit 1.0.9
Adam Jackson (2): Unset session environment variables so startx works within a running session. xinit 1.0.9 Alan Coopersmith (3): Use od on /dev/random to generate cookie on Solaris Check for proper cookie creation on all platforms Use /bin/ksh instead of /bin/sh on Solaris Jeremy C. Reed (1): Use /dev/urandom for cookie it it exists Jeremy Huddleston (14):
2008 Jun 12
0
[ANNOUNCE] xinit 1.1.0
Adam Jackson (1): xinit 1.1.0 Jeremy Huddleston (2): Properly handle using xserverrc Apple: Don't use launchd on Tiger since it doesn't support the features we need. git tag: xinit-1.1.0 http://xorg.freedesktop.org/archive/individual/app/xinit-1.1.0.tar.bz2 MD5: 9144097186c3d2454beffe8ac3b53c6e xinit-1.1.0.tar.bz2 SHA1: c4d3d8314ddd94c4950349d23a3e387af65186da
2014 Oct 16
0
[fdo] Xinit without option set string no in xinitirc
HI I am very new on Xorg and X11 technology, but I think there is a problem with the xinit system, here is the story : When I compiled the xinit from the source code with these options on the configure: ./configure --without-twm --without-xclock --without-xterm Everything works fine , but at the end the file xinitrc in /etc/X11/xinit/xinitrc -no & -no -geometry 50x50-1+1 & -no
2007 Dec 09
1
Error in xorg-x11-xinit
Hello, if login as user I get the following error message in ~/.xsession-errors*: /etc/X11/xinit/Xsession: line 15: unask: command not found Changing 'unask' to 'umask' seems to fix it. This happens under CentOS 5 and 5.1. regards Olaf
2020 Mar 05
2
[PATCH 2/3] drm/dp_mst: Don't show connectors as connected before probing available PBN
On Wed, Mar 04, 2020 at 05:36:12PM -0500, Lyude Paul wrote: > It's next to impossible for us to do connector probing on topologies > without occasionally racing with userspace, since creating a connector > itself causes a hotplug event which we have to send before probing the > available PBN of a connector. Even if we didn't have this hotplug event > sent, there's still
2007 Oct 27
1
typo in /etc/X11/xinit/Xsession
line 15: if ( unask 077 && cp /dev/null "$errfile" 2> /dev/null ); then Should be umask. -- lfr 0/0 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20071027/b5be5773/attachment-0004.sig>
2020 Mar 05
4
[PATCH 2/3] drm/dp_mst: Don't show connectors as connected before probing available PBN
On Thu, Mar 05, 2020 at 01:13:36PM -0500, Lyude Paul wrote: > On Thu, 2020-03-05 at 15:11 +0200, Ville Syrj?l? wrote: > > On Wed, Mar 04, 2020 at 05:36:12PM -0500, Lyude Paul wrote: > > > It's next to impossible for us to do connector probing on topologies > > > without occasionally racing with userspace, since creating a connector > > > itself causes a
2008 Feb 29
3
Replace a list of values in data frame
Dear R-users, I am sorry if I ask for something that has been asked before, however, I still could not solve my little problem by consulting the previous thread on this topic: I would like to replace several values in a data frame, such as in: colorful subject response 1 me black 2 me brown 3 you red 4 me black 5 you brown read in with
2011 Oct 08
13
[Bug 41585] New: X freeze and PGRAPH errors in dmesg
https://bugs.freedesktop.org/show_bug.cgi?id=41585 Summary: X freeze and PGRAPH errors in dmesg Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2011 Jan 22
5
[Bug 33373] New: nouveau dual monitor configuration doesn't work with linux 2.6.38-rc2
https://bugs.freedesktop.org/show_bug.cgi?id=33373 Summary: nouveau dual monitor configuration doesn't work with linux 2.6.38-rc2 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2011 Jan 20
13
[Bug 33297] New: X hangs with nouveau and linux kernel 2.6.38-rc1
https://bugs.freedesktop.org/show_bug.cgi?id=33297 Summary: X hangs with nouveau and linux kernel 2.6.38-rc1 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at