ďťż
 
 
   [+] system widzi polskie znaki ale nie mogę ich wpisywać
 
 

Tematy

 
    
 

 

 

 

[+] system widzi polskie znaki ale nie mogę ich wpisywać





Andros - 10-04-2009 17:23
Witam.
Zainstalowalem Debiana Lenny i wybralem jezyk polski i uklad klawiatury tez pl ale jednak nie moge nigzie pisac polskich znakow? Prosze o pomoc

[Dodano: 2009-04-10, 17:27]
Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc105"
        Option                "XkbLayout"        "pl"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
EndSection

Section "Device"
        Identifier        "Configured Video Device"
EndSection

Section "Monitor"
        Identifier        "Configured Monitor"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Monitor                "Configured Monitor"
EndSection



tomekgreen1985 - 10-04-2009 18:09
U mnie w xorg.conf nie ma tej linii: Option "XkbRules" "xorg"



Andros - 10-04-2009 22:06
Nie pomogło wykasowanie tego wpisu. Znalazłem rozwiązanie, gdy odinstaluję sterowniki NVidia to jest dobrze i mam polskie znaki. Ale wtedy nie mam compiza i emeralda. Proszę o pomoc.



tomekgreen1985 - 10-04-2009 22:14
A próbowałeś rozwiązań podanych na tym forum? Ja przed instalacją zawsze usuwam plik xorg.conf i po zainstalowaniu sterownika sam sobie tworzy nowy xorg.conf, tylko że trzeba dopisać do niego odpowiednie dane odnośnie klawiatury.



fnmirk - 10-04-2009 22:26
Andros, zainstaluj sobie sterownik karty graficznej aby działało wszystko związane z compizem. Zrestartuj komputer, sprawdź czy działa compiz itp. Wklej następnie na forum po tych wszystkich operacjach plik /etc/X11/xorg.conf.



Andros - 11-04-2009 15:36
Oto mój xorg.conf # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Tue Mar 24 06:15:32 PST 2009

Section "ServerLayout"
    Identifier    "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load          "dbe"
    Load          "extmod"
    Load          "type1"
    Load          "freetype"
    Load          "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/psaux"
    Option        "Emulate3Buttons" "no"
    Option        "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier    "Keyboard0"
    Driver        "kbd"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Unknown"
    HorizSync      28.0 - 33.0
    VertRefresh    43.0 - 72.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection    "Display"
        Depth      24
    EndSubSection

Option        "TripleBuffer" "true"
Option        "no GLXFBConfig for depth 32"
Option        "AddARGBVisuals" "True"
Option        "AddARGBGLXVisuals" "True"
Option        "DisableGLXRootClipping" "true"

EndSection

Section "Extensions"
    Option        "Composite" "Enable"
EndSection i co dalej?



nightwish86 - 11-04-2009 15:44
Zamień:
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection na:
Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc105"
        Option                "XkbLayout"        "pl"
EndSection



Andros - 11-04-2009 17:04
Oj stary Twoja rada nie pomogla, wywalilo mi calkiem X po tym wpisie. Dobrze ze zrobilem kopie.
Jakis inny pomysl? Pomozcie bo przez swieta musze napisac kilka rzeczy na komputerze, a nie chcę robic tego pod Windowsem.



ArnVaker - 11-04-2009 17:12
Porównaj oba pliki. Następnie "sklej" swojego własnego xorga. Masz tam przecież wszystko co jest Ci potrzebne.



Andros - 11-04-2009 17:16
Znalazłem rozwiązanie przez Googlach wystarczy w konsoli wkleić: setxkbmap pl Tylko tyle że po restarcie nie działa. Dopisać na siłę do sesji?

[Dodano: 2009-04-11, 17:17]
Może jakieś lepsze rozwiązanie?

[Dodano: 2009-04-11, 17:19]
A tak na marginesie jak zmienić godzinę bo wskazuje mi 21.18. Kiedyś pod Ubuntu użyłem takiego pakietu co sam wszystko synchronizował przez internet. [b]N[/n]ie chce mi się bawić poleceniem ,,date''.



ArnVaker - 11-04-2009 17:37
Czytałeś poradnik Kaki' ?
Jest tam dokładnie opisane jak skonfigurować xorg.conf po instalacji sterowników nvidii.

W kwestii ustawień czasu chodzi Ci zapewne o "Network Time Protocol".



lamek - 11-04-2009 18:42
Zmien w xorg.conf sekcje InputDevice na:
I powinno ruszyć. Mi tak działa :)



7PGXW - 11-04-2009 20:48

Oj stary Twoja rada nie pomogla, wywalilo mi calkiem X po tym wpisie. Dobrze ze zrobilem kopie.
Jakis inny pomysl? Pomozcie bo przez swieta musze napisac kilka rzeczy na komputerze, a nie chcę robic tego pod Windowsem.
Musisz zmienić też trochę wyżej Keyboard0 na Generic Keyboard.

Wydaje mi się, że całość powinna wyglądać tak:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Tue Mar 24 06:15:32 PST 2009

Section "ServerLayout"
    Identifier    "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load          "dbe"
    Load          "extmod"
    Load          "type1"
    Load          "freetype"
    Load          "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/psaux"
    Option        "Emulate3Buttons" "no"
    Option        "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "pl"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Unknown"
    HorizSync      28.0 - 33.0
    VertRefresh    43.0 - 72.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection    "Display"
        Depth      24
    EndSubSection

Option        "TripleBuffer" "true"
Option        "no GLXFBConfig for depth 32"
Option        "AddARGBVisuals" "True"
Option        "AddARGBGLXVisuals" "True"
Option        "DisableGLXRootClipping" "true"

EndSection

Section "Extensions"
    Option        "Composite" "Enable"
EndSection



Andros - 11-04-2009 21:34
Pomogło, dziękuję.
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • minister.pev.pl

  •  

     


     

     
    Copyright 2003. MĂłj serwis