Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 80009
Collapse All | Expand All

(-)xorg.conf.in_src (-22 / +6 lines)
Lines 14-42 Link Here
14
EndSection
14
EndSection
15
15
16
Section "Files"
16
Section "Files"
17
	RgbPath      "/usr/X11R6/lib/X11/rgb"
17
	RgbPath      "/usr/lib/X11/rgb"
18
	ModulePath   "/usr/X11R6/lib/modules"
18
	ModulePath   "/usr/lib/modules"
19
	FontPath     "/usr/share/fonts/misc:unscaled"
20
	FontPath     "/usr/share/fonts/misc"
19
	FontPath     "/usr/share/fonts/misc"
21
	FontPath     "/usr/share/fonts/75dpi:unscaled"
20
	FontPath     "/usr/share/fonts/TTF"
21
	FontPath     "/usr/share/fonts/Type1"
22
	FontPath     "/usr/share/fonts/75dpi"
22
	FontPath     "/usr/share/fonts/75dpi"
23
	FontPath     "/usr/share/fonts/100dpi:unscaled"
24
	FontPath     "/usr/share/fonts/100dpi"
23
	FontPath     "/usr/share/fonts/100dpi"
25
	FontPath     "/usr/share/fonts/TTF"
26
# Additional fonts: Locale, Gimp, TTF...
27
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
28
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
29
#	FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
30
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
31
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
32
	FontPath     "/usr/share/fonts/ttf/western"
33
	FontPath     "/usr/share/fonts/ttf/decoratives"
34
	FontPath     "/usr/share/fonts/truetype"
35
	FontPath     "/usr/share/fonts/truetype/openoffice"
36
	FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
37
	FontPath     "/usr/share/fonts/latex-ttf-fonts"
38
	FontPath     "/usr/share/fonts/defoma/CID"
39
	FontPath     "/usr/share/fonts/defoma/TrueType"
40
EndSection
24
EndSection
41
25
42
Section "Module"
26
Section "Module"
Lines 55-63 Link Here
55
39
56
Section "InputDevice"
40
Section "InputDevice"
57
	Identifier  "Keyboard0"
41
	Identifier  "Keyboard0"
58
	Driver      "keyboard"
42
	Driver      "kbd"
59
	Option      "CoreKeyboard"
43
	Option      "CoreKeyboard"
60
	Option "XkbRules" "xfree86"
44
	Option "XkbRules" "xorg"
61
	Option "XkbModel" "pc105"
45
	Option "XkbModel" "pc105"
62
	Option "XkbLayout" "en"
46
	Option "XkbLayout" "en"
63
	Option "XkbVariant" "nodeadkeys"
47
	Option "XkbVariant" "nodeadkeys"

Return to bug 80009