Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Użytkownik

Mam nastespujacy problem. Podczas uruchamiania gnome wywala mi taki blad:
po wpisaniu tych polecem mam to:
predator:~# xprop -root | grep XKB
_XKB_RULES_NAMES_BACKUP(STRING) = "xfree86", "pc105", "pl", "pl", ""
_XKB_RULES_NAMES(STRING) = "xfree86", "pc105", "pl", "pl", ""
predator:~# gconftool-2 -R /desktop/gnome/peripherals/keyboard/xkb
layouts = [pl pl,pl2]
model = pc105
overrideSettings = false
options = [grp grp:alts_toggle]
update_handlers = []
Chyba przez to nie moge napisac polskich znakow :/ Wie ktos moze co z tym da sie zrobic ?
Offline


Członek DUG
przydatny w tej sytuacji będzie chyba konfig XF86 (plik /etc/X11/XFree86-config - lub jakos tak).
Na początek znajdz ten plik i załącz go tutaj, możesz również odnaleźć wpis
Option XkbVariant "pl"
i zmienić go na
Option XkbVariant ""
z lenistwa możesz dac reconfiga
dpkg-reconfigure xserver-xfree86
i pogrzeb tam troche w ustawieniach klawiatury
Offline
Użytkownik

tak teraz wyglada moj config:
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/usr/lib/X11/fonts/ttf"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl_PL"
Option "XkbVariant" "pl_PL"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-81
VertRefresh 56-85
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Offline
Użytkownik

miałem dokładnie taki sam błąd i przez jakiś czas nic nie mogłem z tym zrobić do czasu konfiguracji servera x-ów. nie pamiętam tylko czy konfigurowalem go przy instalacji czy już zainstalowanego ( bo kilka razy stawiałem system żeby się tego pozbyć) więc
dpkg-reconfigure xserver-xfree86
i na pytania dotyczące klaviatury (chyba options variant i jeszcze coś) naciśnij enter nic nie wpisując. Wcześniej wpisywałem ustawienia swojej klawiatury i miałem ten bład a po przeleceniu bez wpisów błąd zniknął. Odpisz czy pomogło.
Pozdrowienia dla Żar. Przystanek Wodstock będe pamiętał zawsze.
Offline
Użytkownik

Wczoraj w nocy zmieniłem ręcznie configa że wyglądał tak:
Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "pl" Option "XkbVariant" "" EndSection
zrestarotwałem X-y i nadal wywalało błąd...
Dzisiaj rano odpalam kompa i co... o dziwo samo sie jakoś naprawiło :P
Dzięki za pomoc i pozdrawiam. :)
Offline