search for: xrdb

Displaying 20 results from an estimated 29 matches for "xrdb".

Did you mean: rdb
2019 Feb 19
0
[ANNOUNCE] xrdb 1.2.0
xrdb is a command line utility to manage the X server resource database for the current session. This release adds a -E flag to see the preprocessor command issued and the output of the preprocessor, to aid in debugging. Alan Coopersmith (4): Add -E flag to show cpp command line & processed...
2018 Mar 10
0
[ANNOUNCE] xrdb 1.1.1
...Print which option was in error along with usage message Use SEEK_* names instead of raw numbers for fseek whence argument Reformat code to X.Org standard coding style Fix "editting" typo in comment Use reallocarray() for array allocations & resizing xrdb 1.1.1 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish git tag: xrdb-1.1.1 https://xorg.freedesktop.org/archive/individual/app/xrdb...
2023 Jun 03
0
[ANNOUNCE] xrdb 1.2.2
xrdb - X server resource database utility ----------------------------------------- Alan Coopersmith (9): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 gitlab CI: stop requiring Signed-off-by in commits Variable scope reduction as recommended by cppcheck...
2008 Mar 06
0
[ANNOUNCE] xrdb 1.0.5
Adam Jackson (1): xrdb 1.0.5 James Cloos (1): Add missing PHONY line for automatic ChangeLog generation Luca Capello (1): Prevent cpp from prefixing errors with <stdin> when the xrdb input is a file git tag: xrdb-1.0.5 http://xorg.freedesktop.org/archive/individual/app/xrdb-1.0.5.tar.bz2 MD5: 9c30b8...
2016 Aug 10
1
XRDB not in our centos6.8 build
I am a bit baffled on this. We recently rebuilt all our servers to CentOS release 6.8 (Final) from a prior 6.x centos release. We ran into a couple of problems such as Java not working (just had to yum install java). It was installed, but unable to create a java machine, until I yum install java solved the problem. But now a user (the big boss) is receiving xrdp errors. And it appears
2014 Oct 01
2
VNCServer Startup Config
...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 thoughts? TIA -- Igal Sapir Railo Core Developer http://getRailo.org/
2020 Sep 22
1
Login failure with Secure Boot
...ted discussions over on Ubuntu forums, suggesting that this could be related to 3rd-party kernel modules, such as nvidia. This laptop has only Intel builtin graphics, and every single module installed is part of the CentOS distribution. This is from a file /tmp/xses-.XXXXXX (random 6-char string) xrdb: Can't open display '' xmodmap: unable to open display '' Failed to import environment: Process org.freedesktop.systemd1 exited with status 1 /usr/bin/xmbind: Can't open display Unable to init server: Could not connect: Connection refused Something is different in the way X...
2010 Apr 06
1
VNC Server
Hi, I?m trying to set up VCN server in Centos. I got the connection but no KDE windows, only a black window. Any idea? My xstartup is : #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80+24+10+10 -ls -title .$VNCDESTOP Desktop. & startkde & Regards Fernando -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100405/ee335006/attac...
2008 Jun 27
1
VNC vs GNOME desktop
...t once for each applet. here's the ~/.vnc/xstartup file from the server: #!/bin/sh # Uncomment the following two lines for normal desktop: unset SESSION_MANAGER exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- The Lord is like a strong tower....
2016 Jun 02
2
vnc on C7
...follow text in your ~.vnc/xstartup file: #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r HOME/.Xresources ] && xrdb HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & mate-session &
2016 Jun 02
5
vnc on C7
I am trying to get a remote screen on C7. I did the following on C7 server: yum install tigervnc-server cp /lib/systemd/system/vncserver at .service /etc/systemd/system/vncserver@:1.service systemctl daemon-reload edit /etc/systemd/system/vncserver@:1.service and replace <USER> with myuser su - myuser run
2010 Dec 09
1
how to run a command on a specific vnc display
...such: 1 #!/bin/sh 2 3 # Uncomment the following two lines for normal desktop: 4 unset SESSION_MANAGER 5 exec /etc/X11/xinit/xinitrc 6 while true ;do sh /opt/scripts/rc; done & 7 [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup 8 [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources 9 xsetroot -solid grey 10 vncconfig -iconic & 11 xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & 12 twm & ]# more /opt/scripts/rc java -jar /opt/selenium/selenium-server.jar > /opt/selenium/Logs/logs.txt Though that isn't working...
2011 Jan 07
5
Set font and size in xterm
...here gnome console does not handle vt102 escape sequences properly and therefor need to employ xterm instead. When I run xterm from a gnome terminal window I am presented with an extremely small terminal window employing an almost unreadably small font. I have attempted to set the font size using xrdb and a custom .Xresources file. I can change the colour scheme. I can create a scrollbar. I can move the scrollbar to either the right or left window margin. What I cannot do is to change the font size. When I do xfontsel I get this error: Warning: Missing charsets in String to FontSet conversi...
2020 Oct 24
0
Login failure with Secure Boot
...on Ubuntu forums, suggesting that this could be related to 3rd-party kernel modules, such as nvidia. This laptop has only Intel builtin graphics, and every single module installed is part of the CentOS distribution. > > This is from a file /tmp/xses-.XXXXXX (random 6-char string) > > xrdb: Can't open display '' > xmodmap: unable to open display '' > Failed to import environment: Process org.freedesktop.systemd1 exited with status 1 > /usr/bin/xmbind: Can't open display > Unable to init server: Could not connect: Connection refused > > Somet...
2015 Mar 17
2
cant' start vnc server
...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 & exec gnome-session & But when I go to start it up I am getting this error: [root at potwsld00001 ~]# service vncserver start Starting VNC server: 1:mysql You will re...
2016 Jul 13
0
vnc on C7
...**************** xstartup ************************* #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & mate-session & *********************************************************** *The vncserver.service file is here* ************************ /et...
2005 Feb 14
2
view remote desktop
I know with vnc you can access virtual desktops, but is there a way to view the current desktop on a kde session? I tried changing the .vnc/xstartup and added the startkde & at the end to get the gui working, but can only get virtual desktops to show. or if there is a different software to use that someone else might know about. Using CentOS 3.4 Rob
2011 Jan 10
0
Q about dpi, fonts, gnome, Xorg etc
...ep 'dimension| resolution' and check that Xorg was giving something reasonable.. eg dimensions: 1600x1200 pixels (423x317 millimeters) resolution: 96x96 dots per inch So far so good. With this new fangled gnome and fontconfig stuff, you also need to set up some X-resources with: xrdb -query |grep Xft Xft.antialias: 1 Xft.dpi: 96 Xft.hinting: 1 Xft.hintstyle: hintfull Xft.rgba: none ... and to inform gnome-settings-daemon with gnome-appearance-properties->Font->Details->dpi which is the same as: gconftool-2 -s --type float /desktop/gnome/font_rende...
2008 Mar 06
0
[ANNOUNCE] xinit 1.0.8
...aults set and choose a valid $display for fast-user-switching. OS-X: Add bindir to $PATH in startx if it's not there OS-X: Fixed typo OS-X: Set fontpath in xinitrc to include system / user fonts. Additionally fixed font scaling issues (trac #52) Apple: use -nocpp arg to xrdb if cpp is not installed Apple: Cleaned up font path setting and added font caching to xinitrc Apple: Support spaces in $HOME for font path, and remove duplicate entry Added org.x.X11.plist.cpp to EXTRA_DIST Apple: font caching and defaults Apple: Adding support for an...
2010 Dec 15
3
How to strip out the title bar from xterm windows on CentOS 5 GNOME?
Hi. Running CentOS 5 with the default GNOME desktop. Is it possible to configure xterm windows not to have title bars to get the most out of the available screenspace? I've tried to look this up but mostly find reference how to change the content of the title bar; I want to remove it completely. Found a reference to Compiz but the version available through CentOS seems old (0.0.13 compared