: 25 listopada 2010, 23:02
Udało mi się podłączyć myszkę (MX1000 BT) i klawiaturę "na chwilę". Po chwili, nie wiedzieć czemu przestała działać?
Jak mi się uda do końca to opiszę co i jak.
Jak mi się uda do końca to opiszę co i jak.
Polski portal użytkowników dystrybucji Debian GNU/Linux, dyskusje, artykuły, nowości, blog, porady, pomoc.
https://www.debian.pl/
Kod: Zaznacz cały
mik@debian:~$ dpkg -l | grep bluetooth
ii bluedevil 1.0~rc3-2 The KDE bluetooth stack
ii bluetooth 4.66-2 Bluetooth support
ii kdebluetooth 1:1.0~rc3-2 dummy transition package for kdebluetooth to bluedevil
ii libbluetooth3 4.66-2 Library to use the BlueZ Linux Bluetooth stack
Kod: Zaznacz cały
dpkg -l | grep udev
dpkg -l | grep console-setup
Kod: Zaznacz cały
apt-get install udev console-setup
Kod: Zaznacz cały
nano /etc/defaults/console-setup
Kod: Zaznacz cały
XKBMODEL="pc105"
XKBLAYOUT="pl"
#XKBVARIANT=""
XKBOPTIONS="lv3:ralt_switch"
Kod: Zaznacz cały
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "VSC"
ModelName "E70f-2"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon RV200 QW [Radeon 7500]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection