Displaying 20 results from an estimated 178 matches for "xinit".
Did you mean:
init
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 -k...
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...
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):
Apple: F...
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...
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 xin...
2014 Oct 01
2
VNCServer Startup Config
...ic &
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
OS=`uname -s`
if [ $OS = 'Linux' ]; then
case "$WINDOWMANAGER" in
*gnome*)
if [ -e /etc/SuSE-release ]; then
PATH=$PATH:/opt/gnome/bin
export PATH
fi
;;
esac
fi
if [ -x /etc/X11/xinit/xinitrc ]; then
exec /etc/X11/xinit/xinitrc
fi
if [ -f /etc/X11/xinit/xinitrc ]; then
exec sh /etc/X11/xinit/xinitrc
fi
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
any tho...
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
2015 May 06
3
[PATCH 0/3] p2v: Add Configure Network button (RHBZ#1167921).
https://bugzilla.redhat.com/show_bug.cgi?id=1167921
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 &a...
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
2006 May 11
1
compiz without a desktop window
...eft out?
Lower window with Button2 on the title bar doesn't work at all.
Using the binding for lower window does lower the window, though not always to the bottom.
There are occasions where it does lower it to the bottom, but it's not clear what causes this.
I start Xgl/compiz like this:
xinit /etc/X11/xinit/xinitrc.compiz -- /usr/bin/Xgl -ac -accel xv:fbo -accel glx:pbuffer -ac -br -deferglyphs 16
where x/etc/X11/xinit/initrc.compiz contains:
gnome-window-decorator &
compiz gconf
This is on a pure vanilla fdo cvs build.
Obviously, using a desktop window removes this behavior.
T...
2011 Mar 16
9
[Bug 35344] New: nouveau: xinit fails with message from dmesg
https://bugs.freedesktop.org/show_bug.cgi?id=35344
Summary: nouveau: xinit fails with message from dmesg
Product: xorg
Version: 7.4
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: blocker
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.fr...
2010 Jun 29
2
Xserver
...l
dependencies.
When i try startx i get this errors:
(WW) RADEON; No matching Device section for instalnce (BusID PCI:4:0:1)
found
Fatal server error:
xf86MapVidMem: Could not mmap framebuffer (0xdffe0000, 0x10000) (Invalid
argument)
Waiting for X server to begin accepting connections.
giving up.
xinit: Connection reset by peer (errno 104): unable to connect to Xserver.
xinit: No such process (errno 3): Server error
Should i need to make an extra configuration?
My HW is:
> C2D e6300
> ATI x1950 GT
> Asus P5LD2 SE
>
Thanks in advance,
Cristian Colombo.
________...
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>
2008 Sep 03
5
Unable to start Xorg in dom0 (Linux kernel 6.1.18)
...set too
low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too
low?
(EE) intel(0): Failed to allocate framebuffer. Is your VideoRAM set too
low?
(EE) intel(0): Couldn''t allocate video memory
Fatal server error:
AddScreen/ScreenInit failed for driver 0
giveing up.
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (error 3): Server error.
Did anyone face this problem when starting the Xserver? The hardware is
Intel Corporation 82946GZ/GL. The system is based on linux-2.6.18-xen0.
Xserver is X Window System Version 1.3.0 Re...
2010 Nov 09
2
Help with Iterator
Dear Experts,
The following is my "Iterator". When I try to write a new function with
itel, I got error.
This is what I have:
> supDist<-function(x,y) return(max(abs(x-y)))
>
> myIterator <- function(xinit,f,data=NULL,eps=1e-6,itmax=5,verbose=FALSE) {
+ xold<-xinit
+ itel<-0
+ repeat {
+ xnew<-f(xold,data)
+ if (verbose) {
+ cat(
+ "Iteration: ",formatC(itel,width=3, format="d"),
+ "xold: ",formatC(xold,digits=8,width=12,format="f"),
+...
2015 Jan 11
3
C-6, Gnome question
On Sun, Jan 11, 2015 at 05:12:48PM -0500, Bill Maltby (C4B) wrote:
> On Fri, 2015-01-09 at 19:42 -0500, Fred Smith wrote:
> > On Fri, Jan 09, 2015 at 07:07:38PM -0500, Bill Maltby (C4B) wrote:
> > <snip>
>
> >
> > > Well, that's the limit of my offerings. I'm still trying to find the
> > > thing I used back in C5(?) that raised the panels
2013 Mar 28
2
a-gnome-oyences
...of my users are on kde, as am I (I really don't like gnome). I've got
one on gnome, though, CentOS 6.4, and I have a problem: I have to start an
agent running ->on login<-, so that the same one is in the environment of
every term window he opens. In kde, no problem, I modify
/etc/X11/xinit/xinitrc-common so that code in there calls our (newer)
ssh-agent instead of the stock one. (And, of course, it's killed on
logout, and there's only one running, not one every time that never go
away unless killed manually.)
/etc/gdm/Xsession *says* that it sources that file, so it should b...
2011 Feb 19
1
Problems with various attempts at running a 256 color game.
...s Failed to get a gl context for default adapter
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 1 (X_CreateWindow)
Resource id in failed request: 0x5000007
Serial number of failed request: 6
Current serial number in output stream: 12
Xinit
I am forced to do sudo to run xinit, however when I do use it I get this problem: (wine not being owned by me)
Code:
tim at Piece-Of-Shit:~/.wine/dosdevices/c:/Program Files/bug$ sudo xinit /usr/bin/wine "BUG.EXE" -- :1 -ac -depth 8
X.Org X Server 1.9.0
Release Date: 2010-08-20
X Prot...
2005 Feb 17
4
[Bug 984] Hangup to script while forced command ...
...is script allows the user
to make a choice to launch a nohup backgrounded X-window (forked, without hang
up signal and without standard I/O). Then, the script leaves, that close the ssh
connection.
If I connect through ssh to this account without any command (ie : "ssh
user at computer"), xinit receives a hangup signal, causing X-window to shut down.
However, if i connect to this account with whatever string as command (ie : "ssh
user at computer foo"), my script is executed as expected : xinit don't receive any
hangup and X-window don't shutdown unless I do it explicite...