User Tools

Site Tools


локализация_x_сервера

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
локализация_x_сервера [2012/11/27 14:54]
val
локализация_x_сервера [2014/07/22 17:05]
val [Включаем поддержку русской клавиатуры]
Line 13: Line 13:
   * [[Локализация окружения]]   * [[Локализация окружения]]
  
-==== Включаем поддержку русских шрифтов ==== +==== Создание файла ​конфигурации X сервера ====
- +
-=== Штатные шрифты ​===+
 <​code>​ <​code>​
-cat /etc/X11/xorg.conf +[client1:​~] ​Xorg -configure 
-</​code><​code>​ + 
-..+[client1:~] # X -config ​/root/xorg.conf.new 
-Section "​Files"​ +Ctrl-Alt-Del 
-        ​RgbPath ​     "/​usr/​X11R6/​lib/​X11/​rgb"​ + 
-        ​ModulePath ​  "​/usr/X11R6/lib/​modules"​ +[client1:~] # cp /root/xorg.conf.new ​/etc/X11/xorg.conf
-          FontPath ​    "/​usr/​X11R6/​lib/X11/fonts/​cyrillic/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​misc/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​TTF/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​Type1/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​CID/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​75dpi/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​100dpi/"​ +
-EndSection+
 </​code>​ </​code>​
  
-=== TrueType ​шрифты ===+==== Включаем поддержку русских ​шрифтов ==== 
 <​code>​ <​code>​
-# cd /usr/X11R6/​lib/​X11/​fonts/​+# cd /usr/local/​lib/​X11/​fonts/​
  
 # fetch http://​koi8.pp.ru/​dist/​msttcorefonts.tgz # fetch http://​koi8.pp.ru/​dist/​msttcorefonts.tgz
  
-# tar -xvzf ~/msttcorefonts.tgz+# tar -xvzf msttcorefonts.tgz
  
 # cat /​etc/​X11/​xorg.conf # cat /​etc/​X11/​xorg.conf
 +</​code><​code>​
 +...
 Section "​Files"​ Section "​Files"​
-        ​RgbPath ​     "/​usr/​X11R6/​lib/​X11/​rgb"​ +        ModulePath ​  "/​usr/​local/lib/xorg/​modules"​ 
-        ​ModulePath ​  "/​usr/​X11R6/​lib/​modules"​ +        FontPath ​    "/​usr/​local/​lib/​X11/​fonts/​msttcorefonts/"​ 
-          FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​msttcorefonts/"​ +        FontPath ​    "/​usr/​local/​lib/​X11/​fonts/​cyrillic/​ 
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​cyrillic/​+...
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​misc/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​TTF/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​Type1/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​CID/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​75dpi/"​ +
-        FontPath ​    "/​usr/​X11R6/​lib/​X11/​fonts/​100dpi/"​ +
-EndSection+
 </​code>​ </​code>​
  
Line 65: Line 51:
 <​code>​ <​code>​
 # cat /​usr/​local/​etc/​hal/​fdi/​policy/​x11-input.fdi # cat /​usr/​local/​etc/​hal/​fdi/​policy/​x11-input.fdi
 +</​code><​code>​
 <?xml version="​1.0"​ encoding="​ISO-8859-1"?>​ <?xml version="​1.0"​ encoding="​ISO-8859-1"?>​
 <​deviceinfo version="​0.2">​ <​deviceinfo version="​0.2">​
локализация_x_сервера.txt · Last modified: 2015/08/26 12:31 by val