Strona 1 z 1

[solved] Brak polskich znakow: prawy alt dziala jak lewy

: 21 lis 2008, 18:34
autor: lis3k
Witam,
nie wiem co mi sie stało z komputerem. Otóż nie mam polskich znaków, gdy probuję wpisać e z ogonkiem (e+R Alt) działa tak jak lewy, tzn. w firefoksie otwiera mi się menu edycja, c -> pomoc, n ->narzedzia itd.
Wczoraj sciągnąłem nvidia-xconfig, uruchomiłem i było trochę problemów, system działał w trybie bezpiecznej rozdzielczości itp. Jakoś sobie z tym poradziłem ale xorg.conf jakiś inny, coś w nim jest o klawiaturze, może to to:

Kod: Zaznacz cały

# 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 "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 "Device"
	Identifier	"Configured Video Device"
	Driver		"nvidia"
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Configured Video Device"
	Monitor		"Configured Monitor"
	SubSection "Display"
		Modes		"1280x1024; 800x600"
	EndSubSection
	Defaultdepth	24
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
EndSection
Section "Module"
	Load		"glx"
EndSection
pomóżcie...

PS: Przepraszam wszystkich za brak polskich znaków, jak naprawię to poprawię (no i poprawiłem ;) )

EDIT:
Dodam jeszcze że klawiatura tracer podłączona na usb. W System->preferencje->klawiatura mam układ klawiatury: USA. Na liście do wyboru układów nie znalazłem tracera.

Adlatus, dzięki

Odp: Brak polskich znakow: prawy alt dziala jak lewy

: 21 lis 2008, 19:02
autor: Adlatus
lis3k pisze: Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Wpisz zamiast 'us' (pogrubione) 'pl' (bez ciapek).