Deutsch
Germany.ruФорумы → Архив Досок→ Linux & Co

ШГ

383  
  дактиль падчерица05.03.10 12:33
05.03.10 12:33 
Это просто ужас. Комп не мой, но когда я села за него, мои глаза поплыли.
На помощь ! Как убрать это мыло?
Linux Mint + Gnome + 97 dpi 1280x800 60 Hz
#1 
  дактиль падчерица05.03.10 12:35
NEW 05.03.10 12:35 
в ответ дактиль 05.03.10 12:33, Последний раз изменено 05.03.10 12:36 (дактиль)
Вот окно лисы:

#2 
  дактиль падчерица05.03.10 12:47
NEW 05.03.10 12:47 
в ответ дактиль 05.03.10 12:35
Хуууух, бл... вспомнила :)
http://foren.germany.ru/arch/showmessage.pl?Number=14343547&Board=linux
Спасибо Фоксель, аллес бестенс, легким движением руки )))))))
#3 
voxel3d коренной житель05.03.10 13:42
voxel3d
NEW 05.03.10 13:42 
в ответ дактиль 05.03.10 12:47
Ну, кстати, и не такие плохие. Меня больше убивает, когда артефакты на буквах появляются, а лёгкое мыло терпимо.
Мой текущий конфиг на минте:
<match target="pattern">
<test name="family">
<string>Times</string>
</test>
<edit mode="assign" name="family" >
<string>Times New Roman</string>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>serif</string>
</test>
<edit mode="assign" name="family" >
<string>Times New Roman</string>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>monospace</string>
</test>
<edit mode="assign" name="family" >
<string>Courier New</string>
</edit>
</match>
<match target="pattern">
<test name="family">
<string>sans-serif</string>
</test>
<edit mode="assign" name="family" >
<string>Arial</string>
</edit>
</match>
<match target="font">
<test qual="any" name="family">
<string>Arial</string>
<string>Courier New</string>
<string>Times New Roman</string>
<string>Cambria</string>
<string>Andale Mono</string>
<string>Verdana</string>
</test>
<test name="pixelsize" compare="less_eq">
<int>16</int>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
</match>
<match target="font">
<test qual="any" name="family">
<string>Tahoma</string>
</test>
<test name="pixelsize" compare="less_eq">
<int>14</int>
</test>
<edit name="antialias" mode="assign">
<bool>false</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
<match target="font">
<test qual="any" name="family">
<string>Tahoma</string>
<string>Courier New</string>
<string>Arial</string>
<string>Times New Roman</string>
<string>Verdana</string>
</test>
<test name="weight" compare="more"><const>medium</const></test>
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>


прямо в /etc/fonts/fonts.conf после инклюда conf.d
Я перестал "кошерно" в local.conf настройки держать , после того как обнаружил, что файрфокс оттуда их после очередного апдейта убунты перестал их подхватывать.
Также, свободная тахома это говно какое-то, надо брать из виндовса.

Dropbox - средство синхронизации и бэкапа файлов.
#4 
  дактиль падчерица05.03.10 21:50
NEW 05.03.10 21:50 
в ответ voxel3d 05.03.10 13:42
покажи скрин с ЛОРа
#5 
voxel3d коренной житель05.03.10 23:00
voxel3d
NEW 05.03.10 23:00 
в ответ дактиль 05.03.10 21:50
http://img2.pict.com/22/5c/fc/3043031/0/screenshotlinux.png
Dropbox - средство синхронизации и бэкапа файлов.
#6 
Simple Nothing is f*cked08.03.10 22:09
Simple
NEW 08.03.10 22:09 
в ответ voxel3d 05.03.10 13:42
Кстати, до кучи: почему в свежеинсталлированном эмаксе такие огромные буквы? Убунта в вмваре.
#7 
voxel3d коренной житель08.03.10 22:37
voxel3d
NEW 08.03.10 22:37 
в ответ Simple 08.03.10 22:09
"Почему" - не могу сказать, если правильно помню, оно огромное в любой убунте в гноме по-дефолту.
Dropbox - средство синхронизации и бэкапа файлов.
#8 
Simple Nothing is f*cked09.03.10 12:30
Simple
NEW 09.03.10 12:30 
в ответ voxel3d 08.03.10 22:37
И как его поменьше сделать?
#9 
voxel3d коренной житель09.03.10 14:01
voxel3d
NEW 09.03.10 14:01 
в ответ Simple 09.03.10 12:30
Советую использовать emacs-snapshot-gtk, если ты по какой-то причине используешь другой.
В меню Options -> Set Default Font ставишь нужный.
Для старых версий делалось так, на выбор:
(1) Add the following line to your ~/.Xdefaults:
Emacs*font: (your-font-name)
For example,
Emacs*font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1
Note: reinstalling .Xdefaults will erase this setting.
(2) Add the following line to your ~/.emacs:

(if-not-xemacs (set-default-font "your-font-name"))
where your-font-name is your font's name as in (1).
Note: reinstalling .emacs will erase this setting.
(3) In Emacs, type M-x, customize-face (ENTER) default (ENTER), then
check the options you want to set and set them. After that, you can
use the State menu in the page to apply the values for the current
session or all future sessions. (If you want to change the font only
for the current session, we suggest using option (4) below, as it's
easier).
Note: M-x stands for Meta-x, which on most computers means Alt-x.
Note 2: setting for future sesssions are saved in the file
.emacs-options in your home directory. Reinstalling this file will
erase the setting.


Но лучше использовать то, что я вверху указал. emacs-snapshot-gtk использует сглаживание шрифтов.

Dropbox - средство синхронизации и бэкапа файлов.
#10 
Simple Nothing is f*cked09.03.10 17:00
Simple
NEW 09.03.10 17:00 
в ответ voxel3d 09.03.10 14:01
Сенькаю \~/
Попробую сегодня.
#11