Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Hardware => Téma založeno: mircin 10 Června 2008, 22:18:11
-
nevie niekto poradiť? pred nedávnom som sa hral s nastaveniami compizu a odvtedy mi zle nastavuje rozloženie klávesnice, presnejšie povedané nereaguje. proste po naštartovaní PC mi horný riadok kláves nepíše písmená s diakritikou ale čísla a ostetné veci. keď skontrolujem nastavenie tak je všetko v poriadku, keď sa v tých nastaveniach pohrabem a zavrem okno tak je všetko ako má byť - čiže slovenské nastavenie píše písmená a anglické píše čísla. ale po ďalšom zapnutí PC sa to celé opakuje. čo som zblbol a ako to napravím? vypnutie compizu a jeho opätovné zapnutie nepomáha, defaultne ho mám vypnutý - kvôli ati grafike
-
vlož sem prosím výpis
cat /etc/X11/xorg.confsnad nám to napoví víc...můžeš použít i gksudo gedit /etc/X11/xorg.conf
-
miro@miro-desktop:~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
VendorName "Plug 'n' Play"
ModelName "Plug 'n' Play"
Gamma 1
ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection
Section "Monitor"
#
Identifier "monitor1"
Gamma 1
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
BoardName "vesa"
BusID "PCI:2:0:1"
EndSection
Section "Device"
#
Identifier "device1"
Driver "vesa"
VendorName "ATI"
BoardName "ATI Radeon"
BusID "PCI:2:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
SubSection "Display"
Virtual 640 480
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "Screen"
#
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
takto to vyzerá. myslím že chyba je v input device a layout, ale ako ju odstránim?
-
že by v xorg.conf stačilo pripísať ďalšie rozloženie klávesnice? ak ano, je jedno ktoré bude prvé?
-
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"všimněte si, že v tomto oddíle máte nastavenu "us" klávesnici. já tam tedy mám "cz", vy asi budete chtít spíš "sk" nevím, jak je to u slovenčiny ;)
-
tiež som si myslel že chyba bude tam, už je to v poriadku, vďaka za pomoc