Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
Fan DOSa
Posty: 14 Rejestracja: 24 lutego 2007, 20:02
Post
autor: Fan DOSa » 24 lutego 2007, 20:12
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
mlyczek
Junior Member
Posty: 979 Rejestracja: 02 sierpnia 2006, 19:17
Post
autor: mlyczek » 24 lutego 2007, 20:14
Moim zdaniem powinieneś przejść na Etch i tym samym na Xorg. Xfree86 już nie jest takie dobre
velmafia
Member
Posty: 1820 Rejestracja: 01 września 2006, 00:56
Lokalizacja: Las
Post
autor: velmafia » 24 lutego 2007, 20:26
zgadzam się z
mlyczekiem przejdź na Etcha, Sarge to przeżytek
aloha
Fan DOSa
Posty: 14 Rejestracja: 24 lutego 2007, 20:02
Post
autor: Fan DOSa » 24 lutego 2007, 20:29
A jeśli mam bardzo wolne łącze i nie chcę czekać - jest jakieś rozwiązanie?
Fan DOSa
Posty: 14 Rejestracja: 24 lutego 2007, 20:02
Post
autor: Fan DOSa » 24 lutego 2007, 23:39
Niestety... po aktualizacji jest to samo... Klawiatura i mysz ani be, ani me :-( :-( :-(
Kaka'
Senior Member
Posty: 3018 Rejestracja: 30 lipca 2006, 13:17
Lokalizacja: Kartuzy
Post
autor: Kaka' » 24 lutego 2007, 23:44
Fan DOSa pisze: Niestety... po aktualizacji jest to samo... Klawiatura i mysz ani be, ani me :-( :-( :-(
Mysz:
Klawiatura:
mlyczek
Junior Member
Posty: 979 Rejestracja: 02 sierpnia 2006, 19:17
Post
autor: mlyczek » 24 lutego 2007, 23:49
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.
Kaka'
Senior Member
Posty: 3018 Rejestracja: 30 lipca 2006, 13:17
Lokalizacja: Kartuzy
Post
autor: Kaka' » 24 lutego 2007, 23:49
mlyczek ,
XF86Config-4
Fan DOSa
Posty: 14 Rejestracja: 24 lutego 2007, 20:02
Post
autor: Fan DOSa » 24 lutego 2007, 23:56
Kaka' pisze: Fan DOSa pisze: Niestety... po aktualizacji jest to samo... Klawiatura i mysz ani be, ani me :-( :-( :-(
Mysz:
Klawiatura:
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 "| \" .