ho dato :

apt-get install xorg xfonts-base
apt-get install kde
Xorg -configure

ho copiato xorg.conf.new in /etc/X11

poi startkde

e ricevo

kwin : cannoct connect to X server
kpersonalizer : cannot connect to X server

se do startx

Fatal error:
no screens found

che devo fa???

xorg.conf ve lo posto

codice:
Section "ServerLayout" 	Identifier     "X.org Configured" 	Screen      0  "Screen0" 0 0 	InputDevice    "Mouse0" "CorePointer" 	InputDevice    "Keyboard0" "CoreKeyboard" EndSection  Section "Files" 	RgbPath      "/etc/X11/rgb" 	ModulePath   "/usr/lib/xorg/modules" 	FontPath     "/usr/share/fonts/X11/misc" 	FontPath     "/usr/X11R6/lib/X11/fonts/misc" 	FontPath     "/usr/share/fonts/X11/cyrillic" 	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled" 	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled" 	FontPath     "/usr/share/fonts/X11/Type1" 	FontPath     "/usr/X11R6/lib/X11/fonts/Type1" 	FontPath     "/usr/share/fonts/X11/100dpi" 	FontPath     "/usr/share/fonts/X11/75dpi" 	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection  Section "Module" 	Load  "dbe" 	Load  "record" 	Load  "extmod" 	Load  "xtrap" 	Load  "glx" 	Load  "dri" 	Load  "type1" EndSection  Section "InputDevice" 	Identifier  "Keyboard0" 	Driver      "kbd" EndSection  Section "InputDevice" 	Identifier  "Mouse0" 	Driver      "mouse" 	Option	    "Protocol" "auto" 	Option	    "Device" "/dev/mouse" 	Option	    "ZAxisMapping" "4 5 6 7" EndSection  Section "Monitor" 	#DisplaySize	  340   300	# mm 	Identifier   "Monitor0" 	VendorName   "XXE" 	ModelName    "19" TFT-LCD"  ### Comment all HorizSync and VertSync values to use DDC: 	HorizSync    30.0 - 80.0 	VertRefresh  56.0 - 75.0 	Option	    "DPMS" EndSection  Section "Device"         ### Available Driver options are:-         ### Values: [i]: integer, <f>: float, <bool>: "True"/"False",         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"         ### [arg]: arg optional         #Option     "NoAccel"            	# [<bool>]         #Option     "SWcursor"           	# [<bool>]         #Option     "Dac6Bit"            	# [<bool>]         #Option     "Dac8Bit"            	# [<bool>]         #Option     "DMAForXv"           	# [<bool>]         #Option     "ForcePCIMode"       	# [<bool>]         #Option     "CCEPIOMode"         	# [<bool>]         #Option     "CCENoSecurity"      	# [<bool>]         #Option     "CCEusecTimeout"     	# [i]         #Option     "AGPMode"            	# [i]         #Option     "AGPSize"            	# [i]         #Option     "RingSize"           	# [i]         #Option     "BufferSize"         	# [i]         #Option     "EnablePageFlip"     	# [<bool>]         #Option     "Display"            	# <str>         #Option     "PanelWidth"         	# [i]         #Option     "PanelHeight"        	# [i]         #Option     "ProgramFPRegs"      	# [<bool>]         #Option     "UseFBDev"           	# [<bool>]         #Option     "VideoKey"           	# [i]         #Option     "ShowCache"          	# [<bool>]         #Option     "VGAAccess"          	# [<bool>] 	Identifier  "Card0" 	Driver      "ati" 	VendorName  "ATI Technologies Inc" 	BoardName   "Rage 128 Pro Ultra TF" 	BusID       "PCI:1:0:0" 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