LINUX.ORG.RU

собрать пакет со шрифтами


0

0

хочу соброть .deb .пакет с ттф шрифтами, нужно что-бы при установке они прописались в раздел со шрифтами в xorg.conf первыми.

как это осуществить? можно конечно и ручками но хочу так.

★★★★★

Народ, в X.org >= 7.2 в Section "Files" вообще не надо прописывать никакие каталоги для шрифтов. Очнитесь - она уже сто лет как не нужна.


Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "dri"
	Load  "glx"
EndSection

Section "ServerFlags"
	Option "DontZoom"
EndSection

Section "Extensions"
	Option "Composite" "Enable"
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
	Option		"XkbModel"		"pc104"
	Option		"XkbLayout"		"us,ru"
	Option		"XkbOptions"		"grp:alt_shift_toggle,grp_led:scroll"
	Option		"Xleds"			"1 2 3"
	Option		"XkbVariant"		",winkeys"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol" "auto"
	Option		"Device"   "/dev/input/mice"
	Option		"ZAxisMapping"	"4 5"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	VendorName	"Vasya Pupkin"
	ModelName	"Cool Monitor"
	Option		"DPMS"
EndSection

Section "Device"
	Identifier	"Videocard0"
	BusID		"PCI:0:5:0"
	Driver		"nvidia"
	VendorName	"NVIDIA"
	BoardName	"COOL NVIDIA Card"
	Option		"CursorShadow" "on"
	Option		"AllowGLXWithComposite" "on"
	Option          "RandRRotation" "on"
	Option		"RenderAccel" "on"
	Option		"Coolbits" "1" 
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Videocard0"
	Monitor		"Monitor0"
	Option		"AddARGBGLXVisuals" "True"
	Option		"DisableGLXRootClipping" "True"
	DefaultDepth		24
	DefaultColorDepth	24
	SubSection "Display"
		Viewport   0 0
		Depth	4
		Modes	"1280x1024" "1152x864" "1024x768" "800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth	8
		Modes	"1280x1024" "1152x864" "1024x768" "800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth	15
		Modes	"1280x1024" "1152x864" "1024x768" "800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth	16
		Modes	"1280x1024" "1152x864" "1024x768" "800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth	24
		Modes	"1280x1024" "1152x864" "1024x768" "800x600" "640x480" 
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection

birdie ★★★★★
()
Ответ на: комментарий от birdie

Бердяй, а у тебя что нет ни одной программы, которая использует старые xfont шрифты? Если каталог не указан в xorg.conf означает только то, что используется путь по умолчанию.

anonymous
()
Ответ на: комментарий от birdie

1.у меня debian etch xorg-7.1.

2.если явно не указать,то проги вроде xmms не видят "правильные" шрифты и -казяблики.

S_Paul ★★★★★
() автор топика

Так, это, можно до потери пульса пользоваться безумно устаревшими программами ;-) Я не запрещаю :-)

В вашем случае лучше XFS использовать, а в xorg прописать только unix:7100

birdie ★★★★★
()
Ответ на: комментарий от birdie

>> Народ, в X.org >= 7.2 в Section "Files" вообще не надо прописывать никакие каталоги для шрифтов. Очнитесь - она уже сто лет как не нужна.

мдэ... интеллект так и прёт...

sda00 ★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.