Gentoo Archives: gentoo-user-ru

From: Sinitsin <karol@×××××.ru>
To: gentoo-user-ru@l.g.o
Subject: [gentoo-user-ru] Помогите с настройкой шрифтов
Date: Tue, 11 Sep 2007 07:18:25
Message-Id: 20070911130901.54fdab85@localhost
1 Помогите решить задачу: Хочу настроить нормальное отображение KDE при разрешении 1152*864.
2
3 При таком разрешении шрифты и картинки выглядят "бледно". Пробовал запускать startx с указанием 96 dpi:
4 #startx -- -dpi 96
5 и так:
6 # cat /usr/bin/startx|grep defaultserverargs
7 defaultserverargs="-dpi 96"
8
9 Все равно при 1152*864 выдается:
10 # xdpyinfo | grep resolution
11 resolution: 86x81 dots per inch
12
13 В тоже время при разрешении 1280*1024 xdpyinfo выдает 96 dpi.
14
15 Так же пробовал изменить xorg.conf :
16 Section "Files"
17 FontPath "/usr/share/fonts/misc:unscaled"
18 FontPath "/usr/share/fonts/TTF"
19 FontPath "/usr/share/fonts/100dpi:unscaled"
20 FontPath "/usr/share/fonts/75dpi:unscaled"
21 FontPath "/usr/lib/X11/fonts/Type1"
22 FontPath "/usr/share/fonts/corefonts"
23 FontPath "/usr/share/fonts/freefont"
24 FontPath "/usr/share/fonts/sharefonts"
25 FontPath "/usr/share/fonts/terminus"
26 FontPath "/usr/share/fonts/ttf-bitstream-vera"
27 FontPath "/usr/share/fonts/unifont"
28 FontPath "/usr/lib/X11/fonts/Speedo"
29 FontPath "/usr/lib/X11/fonts/cyrillic:unscaled"
30 FontPath "/usr/lib/X11/fonts/local/"
31 FontPath "/usr/share/fonts/artwiz"
32 EndSection
33
34 Section "ServerFlags"
35 Option "DPI" "96 x 96"
36 EndSection
37
38 Section "Monitor"
39 Identifier "GSM"
40
41 HorizSync 30.0 - 83.0
42 VendorName "LG"
43 ModelName "Flatron L1730S"
44 Option "DPMS"
45 Option "UseEdidDpi" "FALSE"
46 Option "DPI" "96 x 96"
47 VertRefresh 56.0 - 75.0
48 #1152*864
49 DisplaySize 304.8 228.6
50
51 ModeLine "1152x864" 108.00 1152 1216 1344 1596 864 869 872 900 +hsync +vsync
52 EndSection
53
54 Никакого эффекта не дало: При 1280*1024 показывает нормально, при 1152*864 с резкостью проблемы: и шрифты и картинки как будто в "дымке".