[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xcalc, xfontsel тормозят при запуске.



Спасибо за ответы.

Действительно, "fc-cache -f -s -v" к сожалению, не помогло.

top показывает 95% загрузку процессора процессом xfs, когда xcalc висит и компьютер тормозит.
Т.е., я думаю, загвоздка в xfs.
Логи (less /var/log/xfs.log) пустые

xfs установлен и запущен. Вот конфиг:

"less /usr/X11R6/lib/X11/fs/config"
----------------------------------
client-limit = 10
clone-self = on
error-file = /var/log/xfs.log
use-syslog = on
no-listen = tcp
catalogue = /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/cyrillic/,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/CID,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/75dpi/
default-point-size = 120
default-resolutions = 100,100,75,75
cache-hi-mark = 2048
cache-low-mark = 1433
cache-balance = 70

Не знаю, работает ли он вообще - буду разбираться. 

"xfsinfo -server unix/:7100"
---------------------------
name of server: unix/:7100
version number: 2
vendor string:  X.Org Foundation
vendor release number:  60900000
maximum request size:   8192 longwords (32768 bytes)
number of catalogues:   1
        all
Number of alternate servers: 0
number of extensions:   0

А как еще можно узнать, используется ли xfs?
 
Возможно, в xorg.conf что-то бросится в глаза?
---------------------------------------------
Section "InputDevice"
 	Identifier "Keyboard1"
	Driver      "kbd"
	Option "XkdRules" "xorg"	
	Option	    "CoreKeyboard"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us,ru(winkeys)"
	Option		"XkbOptions"	"grp:caps_toggle"    
EndSection

Section "ServerLayout"
	Identifier     "L1"
	Screen         "Screen1" 0 0
	InputDevice    "Keyboard1" "CoreKeyboard"
	InputDevice    "Mouse1" "CorePointer"
EndSection

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath     "/usr/lib/X11/fonts/misc"
	FontPath     "/usr/lib/X11/fonts/cyrillic"
	FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/lib/X11/fonts/Type1"
	FontPath     "/usr/lib/X11/fonts/CID"
	FontPath     "/usr/lib/X11/fonts/100dpi"
	FontPath     "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"dri"
  Load  "bitmap"
	Load  "dbe"
#	Load  "ddc"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "record"
	Load  "speedo"
	Load  "type1"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mouse1"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "true"
	Option	    "ZAxisMapping" "5 4"
EndSection


Section "Monitor"
	Identifier   "SyncMaster 757p"
	VendorName   "Plug'n Play"
	HorizSync    30.0 - 96.0
	VertRefresh  50.0 - 160.0
	ModeLine     "1280x1024" 157.5 1280 1364 1524 1728 1024 1025 1028 1072 +hsync +vsync
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "RivaTNT2 vanta"
	Driver      "nvidia"
	Option	    "NoLogo"
	BusID       "pci:1:00:0"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "RivaTNT2 vanta"
	Monitor    "SyncMaster 757p"
	DefaultDepth     16
	SubSection "Display"
		Depth     1
		Modes    "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "800x600"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection




 



Reply to: