Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: Эпопея установки XOrg 7.2
Показать сообщение отдельно

Аватара для SantaXP

Старожил


Сообщения: 453
Благодарности: 16

Профиль | Отправить PM | Цитировать


Хм... Собственно, изменил конфиг Иксов. Выглядит так:
Код: Выделить весь код
Section "ServerLayout"
	Identifier     "Layout0"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/lib/X11/fonts"
        FontPath     "/usr/local/lib/X11/fonts/TTF"
        FontPath     "/usr/local/lib/X11/fonts/misc"
        FontPath     "/usr/local/lib/X11/fonts/Type1"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/cyrillic"
	FontPath     "/usr/local/lib/X11/fonts/beatstream-vera"
	FontPath     "/usr/local/lib/X11/fonts/100dpi"
	FontPath     "/usr/local/lib/X11/fonts/75dpi"
	FontPath     "/usr/local/lib/X11/fonts/encodings"
	FontPath     "/usr/local/lib/X11/fonts/util"
EndSection

Section "Module"
	Load "freetype"
	# Load "xtt"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "type1"
	Load  "speedo"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Emulate3Buttons"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "keyboard"
        Option "AutoRepeat" "250 30"
#        Option "XkbRules" "xfree86"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us,ru(winkeys)"
        Option "XkbVariant" "winkeys"
        Option "XkbOptions" "grp:alt_shift_toggle"
EndSection


Section "Monitor"
	Identifier   "Monitor0"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    31.5 - 92.0
	VertRefresh  40.0 - 150.0
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "ati"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1280x960" "1152x864" "1024x768"
	EndSubSection
EndSection
Особых изменений со шрифтами не заметил. Однако заработал Nautilus. Это уже лучше. Но при этом не пашет переключатель раскладок иксовый. =( На русский вобще никак не переключить. Жуть. Firefox и Thunderbird не запускаются.
xterm пашет но криво - жалуется на локаль. Вот сообщения выдаваемые программами:
Код: Выделить весь код
#linux-firefox
Fontconfig error: Cannot load default config file
Segmentation fault (core dumped)
#xterm -en koi8-r
Warning: couldn't find charset data for locale ru_RU.KOI8-R; using ISO 8859-1
---
Жуть одним словом и хаос...

-------
...Не так страшен чёрт FreeBSD, как ужасен глюк Windows...


Отправлено: 01:35, 05-06-2007 | #4

Название темы: Эпопея установки XOrg 7.2