Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: Duffy 12 Prosince 2007, 14:15:13
-
Nevite nekdo jak se prepina mezi ceskou a anglickou klavesnici? Za boha to nemuzu najit.
-
uprav v xorg.conf keyboard layout z cz na cz,en.
restartuj xka.
pridej si na panel applet na prepinani klavesnice a je to ;)
-
Tak je to jeste vic v haji nez jsem si myslel. Nemohl by jsi mi nekdo poslat jak vypada vas xorg.conf, mam ho uplne strasne kratkej a nejaky sekce jako klavesnice tam vubec nejsou :D. Aneb takhle dopadnete kdyz pustite gentoo nadsence ke svymu kompu :).
-
Ja to udelal normalne prave tlacitko na panel->pridat na panel->indikator klavesnice->prave tlacitko na indikator klavesnice a tam nastaveni klavesnice->rozlozeni, tam pridas anglicke a pak nastavis v dalsi zalozce klavesove zkratky a je to.
-
Jo ale to mi ted nejde viz muj predesly prispevek ;)
-
Raději dám sem celý xorg.
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "Obecná grafická karta"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Busid "PCI:3:0:0"
EndSection
Section "Monitor"
Identifier "L1919S"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Obecná grafická karta"
Monitor "L1919S"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection
#Section "Extensions"
# Option "Composite" "0"
#EndSection
-
Diky moc ale nakonec to nebylo nutne, moje zaloha (xorg.conf.backup) byla nastesti jeste nedotcena :), snad se to nekomu bude hodit :).