General :: How Are The Font Sizes Calculated

Feb 12, 2010

We talk about 12pt, 14pt font sizes. Do those numbers represent physical size in some unit or number of pixels? I guess it is the former, because same font size looks different for different DPI values, but in what unit? Also a relevant question: does browsers like firefox and chromium use different system of font sizes, because to get the same physical size, I alwasy need to set larger values in firefox than in other applications. Setting dpi and resolution values using about:config has no effect.

View 2 Replies


ADVERTISEMENT

General :: Font Sizes At Sourceforge.net Too Small?

Dec 10, 2010

kernel 2.6.21.5, GNU (slackware 12.0)I have entered sourceforge.net. The fonts in their pages I find I cannot change their size. Neither ^+ (cntl++) has any effect. And the resolution I have it (/etc/X11/xorg.conf) at 640x480 (in this way I have a really big screen; so, big characters). I can't almost read that tiny characters.

View 2 Replies View Related

Fedora :: Got Font Sizes Right With 14 + KDE + Proprietary Nvidia Drivers?

Dec 22, 2010

If anyone else out there is being driven crazy by the fact that their fonts are too big in KDE (with the proprietary nvidia driver), here's all the places you need to change it to make it work:

In /etc/X11/xorg.conf, under Identifier "Screen0", add:
Option "UseEdidDpi" "FALSE"
Option "DPI" "90x90"

[code]....

View 3 Replies View Related

Fedora :: Cannot Change Icons, Colours, Font Sizes In Nautilus

Dec 1, 2009

Still ironing out the kinks in a new install of Fedora 12.For some reason I am not able to change the icons, colours or font size used in the Nautilus file browser. While I am able to change these settings in System>Preferences>Appearance, changes just don't affect the Nautilus file browser, which continues to use the default Fedora icons in blue and 9 pt. Sans as its font no matter what I do. On the GNOME desktop I am able to adjust fonts and sizes, but when I change the icons, settings do not stick after a reboot.

I have tried deleting the ~/.gconf/apps/nautilus directory, downgrading nautilus, even removing and reinstalling it entirely, but to no avail. Tools like gnome-color-chooser affect the panel and desktop, but just don't have any effect on the Nautilus file browser. Why?This looks to me like a permissions issue possibly? The situation could be affected by the fact that the settings in /home were inherited from a previous installation of another linux distro.

View 2 Replies View Related

Ubuntu :: Calibri And Cambria Fonts Looks Poor At Smaller Font Sizes?

Jan 12, 2011

Recently I installed some of the MS Office 2007 fonts onto my Ubuntu 10.10 machine in order to use them. Unfortunately, a few of them look really blocky at font sizes smaller than 16 pt. The two i'm having issues with are Calibri and Cambria. I don't seem to have this issue with any other set of fonts. Here is a screenshot of the issue in question. I remember having this same issue on 10.04, before I upgraded, if it means anything.

By the way, I took the fonts from a windows machine, on which the fonts were working properly.

View 3 Replies View Related

Ubuntu :: Firefox Font Sizes Vary From Page To Page?

Jul 11, 2010

10.04; 64 bit In Firefox, the size of the fonts varies greatly from site to site. Some are too small to read, others huge. Some headings and menus overlap.Screen size: 1152 x 864

My settings are:
Proportional: serif 14
Serif: Times New Roman
Sans serif: Arial
Monospace: Courier New 14

View 1 Replies View Related

General :: Create And Install All Relevant Font-metrics And Fontmaps Of A TrueType Font For (pdf)TeX?

Jul 9, 2010

Essentially I have found this guide, but it is for miktex, i need a guide for texlive on Debian/Ubuntu which will not pollute dpkg installed texmf.

I'm interested in converting TrueType font to be usable in (pdf)(La)TeX.

All the power google turn up just stuff f relating how to install microsoft fonts or do stuf on MikTeX.

I CANNOT USE XeLaTeX!!! I use pstricks and the font must be available in plain TeX! Otherwise my document looks inconsistent!

View 1 Replies View Related

General :: Missing Glyphs In Terminus Font - Setup A Fallback Font?

Jul 8, 2010

Most of my work happens in a terminal, so I need a clear, readable font. I've settled a while ago on Terminus [URL]..., which works wonders for me. I added XTerm*faceName : Terminus in my ~/.Xdefaults, and I do get the Terminus font. Unfortunately, a lot of Unicode glyphs are missing (mathematical symbols, greek and hebrew letters), displaying as little square blocks instead.

If I remove the faceName entry, the default configuration seems able to display most of the glyphs (including math, greek, hebrew, runic, and whatever else), but the default font is much harder to read.

A google search hints that it should be possible to use Terminus as the default font, and fallback to (an)other one(s) for missing glyphs, but provides no further explanation. I've seen documentation that recommends Bitstream Vera Sans as a fallback, but it lacks the glyphs I need too; I don't know how to identify the default font used by xterm either, I had a look at /usr/share/X11/app-defaults/XTerm, but all I can find are generic references to old pre-fontconfig font names.

Using Gentoo Linux, fontconfig and xterm are up to date, USEs trutype and unicode enabled, X.Org server 1.6.

Edit: I alternate between Ratpoison, Awesome and XMonad, without a desktop environment.

View 1 Replies View Related

General :: DD Install From One Drive To Another (2 Different Sizes)

Oct 19, 2010

I just ordered a 60 G SSD drive which I am going to use as my OS drive to replace the drive below. Can I just use DD to switch ?
dd if=/dev/sda of=/dev/sdb (New Drive)

Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a1a0c

Device Boot Start End Blocks Id System
/dev/sda1 * 1 89723 720693248 83 Linux
/dev/sda2 89723 91202 11878401 5 Extended
/dev/sda5 89723 91202 11878400 82 Linux swap / Solaris

View 3 Replies View Related

General :: Summarized Sizes Of Folders And Their Subfolders?

Jul 11, 2010

Let's say I want to get the size of each folder of a linux file system. When I use ls -la I don't really get the summarized size of the folders.If I use df I get the size of each mounted file system but that also doesn't help me. And with du I get the size of each subfolder and the summary of the whole file system.But I want to have only the summarized size of each folder within the ROOT folder of the file system. Is there any command to achiev that?

View 4 Replies View Related

General :: Why Does Du -sl Show Different Sizes For Source And Result Of Cp -rl?

Jul 14, 2011

I have used cp -rl to copy a folder. When measuring the size of the source and of the result of the copy du -sl returns slightly different sizes, even though diff confirms that their content are identical.Both folders reside on the same hard drive, no modifications to any of them have been done between the copy and the measure. I found nothing in the documentation of du and cp which could explain the difference.

View 1 Replies View Related

General :: Get The Summarized Sizes Of Folders And Their Subfolders?

Aug 13, 2010

I want to get the size of each folder of a linux file system. When I use ls -la I don't really get the summarized size of the folders. If I use df I get the size of each mounted file system but that also doesn't help me. And with du I get the size of each subfolder and the summary of the whole file system. But I want to have only the summarized size of each folder within the ROOT folder of the file system. Is there any command to achieve that?

View 3 Replies View Related

General :: Different Sizes In Data After Resizing Logical Volume?

Jul 7, 2010

I recently resized one of my Logical Volumes that contained 160MB data from 500MB to 6.5GB. After resizing it, I checked the size of the data via 'du -sh' and found that my data had reduced to 143MB.

Fortunately, I backed up the the 160MB of data on another partition before resizing the Logical Volume. I ran 'diff' on both directories holding the 160MB and 143MB, but there was no difference detected.

how come there is a 17MB difference after resizing?

In case you're wondering how I performed my resize, this is what i did:

e2fsck -f /dev/VolGroup01/LogVol00
lvextend -L +6G /dev/VolGroup01/LogVol00
resize2fs -p /dev/VolGroup01/LogVol00

View 5 Replies View Related

General :: Change The Limits Of E-mail Sizes On The Server?

Apr 28, 2010

How i change the limits of e-mail sizes on the server. I have an e-mail server installed with CentOS3.

View 4 Replies View Related

General :: Obtain System Info Like The CPU Cache Sizes And Core Speeds From The Shell?

Sep 1, 2010

how do you obtain system info like the CPU cache sizes and core speeds from the shell?

View 2 Replies View Related

OpenSUSE :: Can't Change Font - Font Size FIrefox 3.6.8

Aug 16, 2010

I can't change fonts in Firefox preferences (Content).

My OS is openSUSE 11.3, KDE 4.4.4. release 8.

Any type and size of font I use, nothing happens. It's still same font which I choose for the first time I've started Firefox afer installing openSUSE 11.3.

View 4 Replies View Related

Ubuntu :: By Default Pango Is Choosing AR PL UMing CN As Font To Render Japanese Text When Current Font Doesn't Have Japanese Glyphs

May 4, 2010

Actually I want to log a bug but I don't really know what package to log it against. The problem is that by default Pango is choosing the AR PL UMing CN as the font to render Japanese text when the current font doesn't have Japanese glyphs. But AR PL UMing CN is a Chinese font, so Chinese glyphs for kanji characters (e.g., 覚) are displayed. This is jarring and confusing for Japanese readers.

This situation mostly arises when you have mixed English and Japanese text. Some applications (for instance Firefox) will allow you to select a font for Asian text. Thus if the text contains only Asian characters it will use the font you select, rather than what Pango would have selected. But if it is a mix of English and Japanese, you end up with the wrong glyphs.

Other environments (like gnome-terminal, or a gedit) have difficulties as well. Since the primary interface requires mono spaced roman characters you run into difficulty selecting fonts. Most Japanese fonts only have proportional roman characters. This means that if use a nice roman font and use Japanese text (for instance file names), you end up with Chinese glyphs. What I want is a mechanism that will work across all of Gnome for selecting the font I want to use for Chinese characters. That way I can choose either Japanese or Chinese glyphs.

I realize this is low priority. It only bugs me a little, but many of my Japanese colleagues are put off from using Ubuntu because they are confused by the Chinese glyphs that pop up on my screen from time to time. As I said, I'd like to file a bug, but I'm not sure against what package...

View 2 Replies View Related

Fedora :: Upgrade To KDE 4.4 And "Configure Kmail" Displayed In The Default Font No In Console Font

Feb 25, 2010

In all previous versions of KDE I had Console8x16 set as KDE font for all cases (Settings->Appearance->Fonts). After tonight upgrade, this (only!) font is not working. I can see it in font manager, I can set it in ...Appearance->Fonts, but actually remains default font. Two of about 30 attempts somehow (can not reproduce) succeeded to set "console 12" font, but it disappeared after restart.

1. What can be the problem in 4.4?
2. In /usr/share/fonts tere are 3 files named console8x16.pcf, console8x8.pcf and console9x15.pcf, but in the font list in Appearance->Fonts I can see only 2 - one named "Console" (seems to be 8x16 and "console" (8x8). File 9x15 does not appear at all. Why?

Last results of attempts: cannot use console font in part of areas, while part works OK. For example: kdevelop editor, kmail message body text works OK. But kmail other parts - does not. The most interesting is that although setting the kmail body message text to console displays the message body text correctly (with console font), but the example message in "Configure kmail" dialogue "The Quick Brown Fox Jumps Over The Lazy Dog" is displayed in the default font, as if there is no console font!

View 3 Replies View Related

Programming :: Small "?" Next To Font In Xlib Font Used As A Graphic?

Mar 16, 2011

I am seeing a weird error in a font display. I see a small question mark next to a font that I am using as a simple graphic. Does this mean that some function call in xlib is being passed an invalid paramter?

View 1 Replies View Related

Red Hat :: Not Possible To Set Default Paper Sizes?

Aug 31, 2010

The "[SOLVED]" attribute to the How to set defaulter size in RHEL5 thread notwithstanding, the problem really is not solved. I've set my default language to both "C" and to "EN-us" and the problem is that absolutely every single time I print, I have to meander through varying layout print menus to find the "A4" setting and change it to "letter". That, or sacrifice the last two lines on every page because the default size is larger than the actual size. Bad default. It is not unique to Red Hat/CentOS, of course. Same problem exists on Debian and SuSE, too. Why is this such an intractable issue? Why is there not some simple and obvious way to say, "squish all instances of A4 (or "letter") and replace with "letter" (or "A4")!"?

View 5 Replies View Related

Red Hat / Fedora :: Does Anyone Have Any Recommendations For Partition Sizes?

Jan 27, 2010

I am way new to Linux and am getting thrown into the deep end. My company is rolling out a Linux environment to support an application we are using. We are using RHEL for the OS. Does anyone have any recommendations for partition sizes?From what I can tell that appears to be the default values if you do a 'wife install' (yes, yes, yes, yes, yes) on RHEL.

View 7 Replies View Related

Debian :: Sizes Of Letters On Booting Screen

May 26, 2015

I have Jessie on my laptop. The size of the letters during the booting screen when i choose the operating system is small for my convenience. How shall I increase the size?

View 6 Replies View Related

Fedora :: Changed Desktop Icon Sizes?

Feb 20, 2010

I've been using Linux for about 15 yrs.. and this is driving me crazy.My daughter often plays on my linux box - a kinda-fresh f12 install.. running gnome.SO one day I go on my computer and my icons on my desktop are as if she changed my display to 800x600 - since the icons are so huge - but web browsing & once i open an application the sizing is fine.Wondering what she may have done to make my icons so huge.i can't seem to figure out any settings for this - she was messing with accessibility options since she had some software keyboard coming up at login too

View 7 Replies View Related

OpenSUSE :: Multiple Monitors With Different Sizes And Orientations?

Mar 29, 2010

I would like to create the following setup:

3 monitors: 1 2 3
monitor 1 and 3: 4:3 monitors, running 1600x1200, rotated 90 degrees
monitor 2: 16:9 monitor, running 1920x1080

Can this be done in Linux? If so: how? If not: what's preventing it from being possible?

View 6 Replies View Related

OpenSUSE Install :: Ideal Partition Sizes

Feb 27, 2011

Usually I prefer to keep my operating system on a small partition (50 gigs or so), with the rest of my system on another partition. Normally, with windows (don't flame me for saying the W word!) a small OS partition makes sense.... this way i can scan for viruses, or defrag quickly-- two non issues with linux openSUSE. (with windows, i never install programs on my C: either; this keeps the OS partition small)One advantage at least on windows, with having a small operating system partition is that it's really easy to backup & restore. If my system gets wiped out, I only lose the OS and if i have to re-install, all my personal files are still there.

Is This Done for Me Already With the Default openSUSE Partition Set-up?I just got a new 1TB Seagate HD, which I'm going to use for development purposes in the openSUSE environment.I'm wondering if I can somehow apply my methodology explained above to openSUSE (or if it even makes sense). Are the default LVM partitions ideal for a clonezilla back-up? (can I just backup my primary partition, on the second partition somewhere in case I really mess up my machine). I've been using openSUSE for just a month now, and I'm really liking it (its my favorite linux OS now).

View 9 Replies View Related

Ubuntu :: DD And Cloning External Harddrives Of Different Sizes?

Feb 17, 2010

In the past, I have used dd to replace (as well as overwrite) hard drives.

If you do a direct clone of a drive, you are supposed to make sure the target drive is the same size as the source drive.

It is quite important that I am able to clone a failing drive (250GB), however, my only other drive available is a completely new 1TB external hard drive from a different manufacturer.

Is it still possible for me to safely clone the failing drive? If yes, how would I go about doing this? Make a 250GB partition on the 1TB drive?

If I use the TB drive as a "temporary backup", and once I have copied over with dd burn everything directly to DVDs, and then restore the TB drive to it's original state, will this be able to be done?

View 6 Replies View Related

Ubuntu :: 9.10 Alternate CD File Sizes Vary?

Apr 26, 2010

I'm downloading the iso images for 9.10 Alternate CD. As the desktop does not work, graphical. For whatever reason even once it starts to boot live (With no direct install) it says in the "boot terminal" (non-graphical, full screen) as I call it "Authentication Failure even bEFORE the actual program is loaded. Asks me for username / password which does not exist, etc. I'm sick of windows. I used Ubuntu for about a week and fell in love.

Windows is poppy-cosh, compared to the speed, performance, customization, updates, few errors and bugs, everything is superb! I already converted my fiance and best friend to using the OS in Dual-Boot I'll be an avid supporter and do even more using my media company to help promote xD What's the point? Wine allows me to use all the programs I need that require windows, regardless.. You have converted me. "If you build it, they will come." Amazing job.

I tried re-installing windows and to no-evail for whatever reason screwed up my entire re-installation of Ubuntu. Instead of saying Owner it says Administrator for the new install. Here's my list:

1.) I need to completely wipe out all partitions and start over with a "fresh" HDD. Any ideas how to do so without an OS? It was suggested on wiki answers to use BootDisk.com

2.) I have the torrent downloading which is 689.6MB [URL] and the normal ISO which is 690MB [URL] from two different Ubuntu.com pages...Which do I use? Why are they two different file sizes? I assume the larger file size is the best to use. This has happened when downloading the Desktop CD as well. The lesser file never worked properly. Do you guys have incomplete files on the server or something or perhaps just my hardware?

3.) Use alternate installer to have Ubuntu as the ONLY OS. Alternate Option: Put Ubuntu alternate cd installer onto my external HDD by Seagate and boot up to it, then install ubuntu...

View 5 Replies View Related

Ubuntu :: Compare Folder Sizes By Bytes?

Dec 5, 2010

As a recent migrant to Ubuntu from Windows, I was expecting to be able to compare the sizes of two folders or set of folders by Bytes (as in windows). I'm slightly OCD when it comes to my personal files and folders, and I like to maintain identical backups in various pen-drives; as such, I was hoping to be able to track the file sizes of each folder set, but I can only do so in Kilobytes... Is there any application or other means by which to compare sizes in bytes --as is the case in windows?..

View 1 Replies View Related

Ubuntu :: Command To List Directories And Sizes?

Mar 23, 2010

I need a command to list the total sizes for all the directories in a mounted drive.I tried df and du.df list the total size for the mounted drivedu depending on what option I give it either list the total size or list all the sizes for every file on the drive.All I want to know is the sizes of all the directories on the mounted drive.This is a windows vista hard-drive and for some reason ubuntu is reporting a 50 GB partition and only 10GB free, I want to know what's taking up all the free space. I can't find anything in the file browser, so far I've only managed to count up about 10GB of used space so where is the other 30GB.

View 3 Replies View Related

General :: Font Configuration With DPIs At 90 And 150

May 7, 2010

I have a laptop with a 15" screen and a resolution of 1920 X 1200 and a 22" external monitor running at 1680 X 1050. This means the laptop runs with a dpi of 150 and the monitor runs at a dpi of 90. Is there anyway to get the fonts on the laptop to be readable while keeping the fonts on the monitor from being gigantic?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved