Probleme mit Desktop installation Debian

ops

auch son schnellschuss sry
 
einmal die: /etc/X11/XF86Config-4

Code:
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

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/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/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

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

Section "Device"
	Identifier	"NVIDIA Corporation NV15 [GeForce2 GTS/Pro]"
	Driver		"nv"
EndSection

Section "Monitor"
	Identifier	"3815 FA"
	HorizSync	28-38
	VertRefresh	43-72
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV15 [GeForce2 GTS/Pro]"
	Monitor		"3815 FA"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection
 
Code:
debian:~# modprobe psmouse usbhid
Note: /etc/modules.conf is more recent than /lib/modules/2.4.27-3-386/modules.dep
modprobe: Can't locate module usbhid

Des sagt der.
 
Code:
modprobe psmouse
oder
modprobe usbmouse

sollte reichen
 
Zuletzt bearbeitet:
Code:
modprobe psmouse
Note: /etc/modules.conf is more recent than /lib/modules/2.4.27-3-386/modules.dep
modprobe: Can't locate module psmouse

Code:
modprobe usbmouse
Note: /etc/modules.conf is more recent than /lib/modules/2.4.27-3-386/modules.dep
 
Versuch mal als su

Code:
depmod -a
modprobe usbmouse


dann als user

Code:
startx
 
@hengs:
Da kam wieder der gleiche Fehler.

@Wolfgang:
Eine PS2 Mouse.
 
hab ich mir fast gedacht

Hast du einen "fertigen" Kernel installiert oder selbst gebaut?

Schau mal nach ob es Folgende Datei gibt:

Code:
/lib/modules/[deine kernel-version]/kernel/drivers/input/mouse/psmouse.ko
 
Ich hab einfach nur netinstall CD rein und dan installiert also nex neues reingemacht (bin wirklich insachen linux aktiv installieren ein noob weil bis jetzt immer nur ServerVerwaltung)

Und die Datei finde ich übrigens nicht.
 
Hab grad gesehn, du hast einen 2.4er Kernel.

Bei denen müsste psmouse bereits im Kernel sein, darum ist kein Modul vorhanden.
 
Und wie sollte ich am besten vorgehen das ich einfach nur das system installieren kann und dan ohne Probleme nen Desktop zu sehen bekomme???
gibt es da keine möglichkeit die soeinfach läuft wie bei Windoof??
 
Und wie sollte ich am besten vorgehen das ich einfach nur das system installieren kann und dan ohne Probleme nen Desktop zu sehen bekomme???
gibt es da keine möglichkeit die soeinfach läuft wie bei Windoof??

Windoof gibst nicht, bei mir heißts Windows!

Ich würd' einen 2.6er Kernel empfehlen (zumindest für dein Maus-Problem)

Bei der ersten Installation nicht einfach [Enter] bei der ersten Eingabeaufforder drücken sondern install26 (ich hoffe das stimmt, soweit ich mich noch erinnern kann). Du könntest auch testing installieren, aber das ist meiner Meinung nach Geschmacksache.


Weiters ist die Frage, ob Debian die richtige Wahl ist, wenn Du schnell einen Desktop sehen willst, gibt es sicher bessere Alternativen imho
 
Zuletzt bearbeitet:
Ich habe mir gedacht Suse will ich net und dann bin ich auf Debian gekommen.
Wohl gemerkt es ist nicht dringend und ich versuche es einfach immer wieder.
Doch irgendwann will ich nurnoch Mac und Linux verwenden (kein Windows mehr)

Ich werde es mal versuchen.

Aber mal ne andere Frage kann es auch daran liegen das der Bildschirm ein Problem mit dem Signal hat sowas wie z.B. zuhohe Auflösung / Mhz??
 
Ich habe mir gedacht Suse will ich net und dann bin ich auf Debian gekommen.
Wohl gemerkt es ist nicht dringend und ich versuche es einfach immer wieder.
Doch irgendwann will ich nurnoch Mac und Linux verwenden (kein Windows mehr)

Ich werde es mal versuchen.

Aber mal ne andere Frage kann es auch daran liegen das der Bildschirm ein Problem mit dem Signal hat sowas wie z.B. zuhohe Auflösung / Mhz??

Kann sein, bei dir glaub ich aber nicht, weil in in deiner X-config eine maximale Auflösung von 800x600 eingetragen ist.

Wenn Du bei Debian bleiben willst, würd ich Dir mal ein Debian-Derivat wie Ubuntu empfehlen oder eine LiveCD-starten, so siehst Du sofort ob es "gröbere" Probleme gibt.
 
Bekommt man sone Live CD aus na netz?

(ich denke auch das es villeicht mal sinnvoll wäre)

Oder ich sollte einfach mal den total überbeschäftigten Linux-Spezialisten von nebenan fragen.
(Der verwendet nur Linux und auf 1-2 Rechnern Windows2000)
Ich hoffe mal der verwendet auch Debian...

villeich kann er ja mal einen Thermin für mich freischaufeln.:-)

Also erstmal großes Dankeschön!!!
 

Ähnliche Themen

Keine grafische Oberfläche (Debian Installation)

Zurück
Oben