Zrzuty z HTOP i sysv-rc-conf.
 
 
 
 
 Może ktoś podpowie co jest zbędne i co jeszcze można wyłączyć?
Moje środowisko to GNOME/OpenBox.
A to mój xorg.conf:
Kod: Zaznacz cały
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
	Load	"glx"
	Load	"dri"
	Load	"extmod"
	Load	"xtrap"
	Load	"record"
	Load	"GLcore"
	Load	"dbe"
	Load	"ddc"
EndSection 
Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
EndSection
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection
Section "Device"
	BoardName	"915 GM"
	BusID	"0:2:0"
	Driver	"intel"
	Option	"AccelMethod" "xaa"
#######	Option	"MigrationHeuristic" "greedy"
	Identifier	"Card0"
	VideoRam	131072
	VendorName   "intel"
EndSection
Section "Monitor"
	#DisplaySize	  330   210	# mm
	Identifier   "Monitor0"
	VendorName   "CMO"
	ModelName    "1504"
EndSection
Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Section "Dri"
    Mode        0666
EndSection
#Section "Extensions"
#	Option "Composite" "Enable"
#	Option "RENDER" "Enable"
#
#EndSection