similar to: level 3 font size

Displaying 20 results from an estimated 20000 matches similar to: "level 3 font size"

2010 Dec 04
3
# chkconfig: kill at run level 3
In the control script of my daemon in /etc/init.d?, I have # chkconfig: 35 97 3 The result of this is that I have links: /etc/rc.d/rc1.d/K03... /etc/rc.d/rc3.d/S97... /etc/rc.d/rc5.d/S97... As mentioned in a previous thread, my complex daemon throws an exception when I shutdown. Perhaps things might be better if I had: /etc/rc.d/rc3.d/K03... Might this be a good idea? If so,
2014 May 10
1
Centos 6.4 How to increase console font size.
Just installed 6.4 on and old Dell laptop and the font only takes up half the screen. I have tried setfont and altering grub.conf vga= but it does not work. I have read that I must disable uEFI but have not idea how to do that. Can anyone help? I only use this machine in console mode and I just want the full screen font size that I used to have in 5.x versions. Thanks, Richard
2006 Jan 17
1
Font size of axis labels
Hi all, In R, it is not possible to set the font size of axis labels directly (AFAIK). Instead, scaling factors for the font chosen by the graphics device can be supplied. It appears that there is no constant font size for axis labels. My impression is that the axis label font size is scaled internally by R depending on the number of labels given for an axis. In addition to the R-internal
2011 Feb 22
4
Unicode in C++
On my CentOS box, in C++ programs, is there a way to print Unicode characters? Thanks, Mike.
2011 Sep 07
3
CentOS 6: Making KDE Default
I learned from Anne that if I boot to level 5, after I enter the username, can select Gnome or KDE. I note that the default is always Gnome. How can I make the default KDE? How can I get KDE with startx after booting to level 3? Thanks, Mike.
2011 Aug 25
3
Centos 6: howto install and run KDE
On my laptop, I have not been able to get KDE to run; I always get gnome. I installed selecting KDE, and I tried yum groupinstall, which appeared to work, but I still get gnome running. BTW, I boot to level 3, and run startx. Thanks for your suggestions. Mike.
2010 Nov 19
3
Fail Transfer of Large Files
On my intranet, I sometimes transfer large files, about 4G, to an CentOS old box that I use for a web server. I transfer with ftp or sftp. Usually, before the file is complete, the transfer "stalls". At that point, ping from the destination box to the router fails. I then deactivate the net interface on the destination box and then activate it. Ping is then successful, and the
2011 Sep 11
4
CentOS 6: ethernet "ifconfig up" failure
On my CentOS 6 partition of my laptop: First note that for this test, NetworkManager is not running because I did: chkconfig --del NetworkManager and then rebooted. Here is my ifcfg-eth0: DEVICE="eth0" NM_CONTROLLED="no" ONBOOT=no HWADDR=xx:xx:xx:xx:xx:xx TYPE=Ethernet BOOTPROTO=none IPADDR=192.168.2.5 PREFIX=24 GATEWAY=192.168.2.1 DNS1=192.168.2.1 DNS2=192.168.2.1
2000 May 22
4
text() with large cex parameter crashes X11() (PR#553)
Trying to use text() with very large cex parameter crashes R when using the X11() device X11() plot(1,1,type="n") text(1,1,"foo", cex=10) This also crashes R points(1,1,pch="A", cex=10) presumably because we are trying to load a font that doesn't exist, but I haven't looked into it. Martyn --please do not edit the information below-- Version: platform
2011 Mar 03
3
top and allocation issues
In a context where exceptions are caught, I ran the fragment: cerr << "allocating" << endl; char* arr[100]; for (int jj = 0; jj < 10; ++jj) { cerr << "jj = " << jj << endl; arr[jj] = new char[2000000000]; sleep (30); } sleep (10); for (int jj = 0; jj < 10; ++jj) delete[] arr[jj]; cerr
2005 Jun 11
2
italic (PR#7932)
Full_Name: G. Grothendieck Version: R version 2.1.0, 2005-05-14 OS: Windows XP Submission from: (NULL) (216.59.254.207) This code: > plot(1:10) > text(5,5,lab=expression(italic(22*"33"))) has the effect of italicizing 33 (which is a character string) but not 22 (which is not). I would have thought that both, not just 33, would be italicized. I had previously posted about this
2011 Jan 17
1
problem mounting external drive
On my Centos box with: uname -r 2.6.18-164.6.1.el5 I tried to mount my 2T external drive with: mount -t ntfs /dev/sdg1 /mnt/wd and I get: mount: unknown filesystem type 'ntfs' Thanks in advance for your help. Mike.
2011 Mar 02
1
fast processing and buffering
I have a C++ program that opens, gets a little data from, and closes about 5000 files. Now if I run the program when I first boot up, the running time is from about 10 seconds to a minute. Subsequently, the program runs in well inter one second. Buffering -- right? So I changed a parameter, so the program gets a different (albeit similar) 5000 files from a different directory. Running time on
2011 Aug 25
1
CentOS 6 KDE: remove default icons
On my newly installed CentOS 6 I am running KDE (I think; I selected it in the setup, but how would I know?). It has three default icons: Computer; Root's Home; Trash. I do not see them in /root/Desktop. How can I remove them? Thanks, Mike.
2011 Sep 06
1
Centos6 : Pan newsreader
Where can I get the latest pan newsreader that would work with KDE 4? Thanks, Mike.
2011 Sep 07
1
pan reader and gmime
Running: yum list available | grep -i gmime shows results for CentOS 5, but not for CentOS 6. It seems to be needed by my pan. What should I do? Thanks, Mike.
2005 Mar 26
4
RGUI font problem (PR#7749)
Full_Name: Christos Hatzis Version: 2.0.1 patched (2005-02-18) OS: WinXP SP2 Submission from: (NULL) (24.61.19.101) I had encountered a similar problem when changing the font in the R Console and then then open the graphics device by plot(), the console window whites out. this might be related to bug report 7271. I mentioned it sometime back and was told is was not reproducible. Now I have
2018 Sep 27
2
Installing Centos 7 on 4K laptop
I have recently bought a Dell Inspiron 15 7570 laptop with a 4K display on which I want to install Centos 7. I had some problems with the first install and am therefore redoing the install. One problem is the minuscule font, both in the text window and in the graphic installer. It has been suggested that I should add nomodeset to the grub installer. There is an option to use TAB to complete
1999 Dec 26
3
coredump with plot(x,y,pch="+",cex=2.2) (PR#389)
Core dumped when plot() is used with pch="c" & cex > 2, e.g., plot(1,1, pch="+", cex=2.2) Thank you and best wishes for 2000! Rashid Nassar --please do not edit the information below-- Version: platform = i586-unknown-linux arch = i586 os = linux system = i586, linux status = major = 0 minor = 90.1 year = 1999 month = December day = 15 language = R
2007 Feb 28
1
On PostScript
I have been attempting to create a custom fax cover sheet for a hylafax web front end called avantfax. It requires as input an encapsulated postscript file conaining the glyph definitions and the text to be subsituted as strings having the form XXXX-to-variable or XXXX-from-variable. I have been trying to create a valid eps file using a varitiy of methods with no great succes. However, I ahve