Strona 1 z 2

[SOLVED] Problem z XFree86 - klawiatura ani mysz nie działa.

: 24 lutego 2007, 20:12
autor: Fan DOSa
Mam problem, jak w tytule.

W konsoli działa wszystko jak należy. Do pewnego czasu X też działał, ale nagle nie można było poruszyć myszą ani klawiaturą. Po reinstalacji linuksa (Debian 3.1 r4) i ponownym ściągnięciu XFree86 to samo (co jest dziwne, bo ponownie sformatowałem dysk). W konsoli mysz i klawiatura działa, a w X nie.

Dodam, że jestem początkującym użytkownikiem linuksa.

Proszę o pomoc :)

: 24 lutego 2007, 20:14
autor: mlyczek
Moim zdaniem powinieneś przejść na Etch i tym samym na Xorg. Xfree86 już nie jest takie dobre

: 24 lutego 2007, 20:26
autor: velmafia
zgadzam się z mlyczekiem przejdź na Etcha, Sarge to przeżytek ;)


aloha

: 24 lutego 2007, 20:29
autor: Fan DOSa
A jeśli mam bardzo wolne łącze i nie chcę czekać - jest jakieś rozwiązanie?

: 24 lutego 2007, 20:33
autor: velmafia
aktualizacja Sarge do Etcha:
http://www.debian.linux.pl/viewtopic.php?t=645


jeśli masz już skonfigurowanego neta pod Debianem.


aloha

: 24 lutego 2007, 23:39
autor: Fan DOSa
Niestety... po aktualizacji jest to samo... Klawiatura i mysz ani be, ani me :-( :-( :-(

: 24 lutego 2007, 23:44
autor: Kaka'
Fan DOSa pisze:Niestety... po aktualizacji jest to samo... Klawiatura i mysz ani be, ani me :-( :-( :-(
Mysz:

Kod: Zaznacz cały

modprobe mousedev
Klawiatura:

Kod: Zaznacz cały

nie wiem, ale podobnie jak do myszy

: 24 lutego 2007, 23:49
autor: mlyczek
Masz zwykłą mysz i klawiaturę, czy nie? Pokaż może też nam Twój plik xfree86-4.conf, czy jak on się tam w xfree86 nazywa.

: 24 lutego 2007, 23:49
autor: Kaka'
mlyczek, XF86Config-4 ;)

: 24 lutego 2007, 23:56
autor: Fan DOSa
Kaka' pisze:
Fan DOSa pisze:Niestety... po aktualizacji jest to samo... Klawiatura i mysz ani be, ani me :-( :-( :-(
Mysz:

Kod: Zaznacz cały

modprobe mousedev
Klawiatura:

Kod: Zaznacz cały

nie wiem, ale podobnie jak do myszy

Co do myszy - nie działa.
Co do klawiatury - tym bardziej nie wiem :-/

Teraz mam xorg.

xorg.conf:

Kod: Zaznacz cały

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
EndSection

Section "Device"
	Identifier	"Intel Corporation 82810 CGC [Chipset Graphics Controller]"
	Driver		"vesa"
	BusID		"PCI:0:1:0"
	VideoRam	2048
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82810 CGC [Chipset Graphics Controller]"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection
[/b]

Torturowany PC to Celeron 533, 192MB RAM, myszka "z kółeczkiem" PS/2, klawiatura PS/2 z podwójną reklamą Windowsa i klawiszem menu oraz "| \" .