You are not logged in.

#1 2006-02-20 15:21:35

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

[xorg7] international keyboard issues [SOLVED]

note that i've read the wiki as well as most of the related posts here in the bbs wink

thereafter i edited :etc:x11:xorg;conf (sorry, keyboard is lost)
got xf86-input-keyboard and xf86-input-mouse and xf86-video-nv installed, as well as xorg-fonts-100dpi;
since it didn't do what i wanted, killed x and launched xorgcfg -textmode to reconfigure it, with no difference; shoud i try hwd -x ,

xorg7 starts in this location, but have issues left :

- keyboard configuration is lost in x  : capital, accentuated are lost; i'm on a international (105) fr keyboard
- mouse scroll is gone
- the shift keys do not allow me to select any string (but the middle mouse button does)

cannot find yet a related topic that would give me some hint on how to solve this;
can someone give a hand on this issue please ,

/etc/X11/xorg;conf :

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
      ...

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc:unscaled"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
      ...

Section "Module"
    #Load           "glx" Unsupported with Composite extension
        Load  "ddc"  # ddc probing of monitor
        Load  "dbe"
        Load  "extmod"
        Load  "bitmap" # bitmap-fonts
        Load  "type1"
        Load  "freetype"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "fr"
        Option      "XkbOptions" "compose:rwin"
    #Option         "XkbVariant" "nodeadkeys" ## accents ds les consoles, mais empeche les accents circonflexes dans les applis X sad
EndSection

Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "ZAxisMapping" "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "false"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents" "true"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 97.0
        VertRefresh  50.0 - 180.0
      ...

Section "Device"
    #Driver      "vesa"
    #Driver         "nvidia"
        Identifier  "Card0"
        Driver      "nv"
        VendorName  "All"
        BoardName   "All"
        Card        "NVIDIA GeForce"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option      "DPMS"
        Option      "nvagp" "1"
    # should be switched off *if* the system crash:
        Option      "RenderAccel" "true"
    #Option "AllowGLXWithComposite"
        SubSection "Display"
                Depth     1
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
      ...


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#2 2006-02-20 17:13:15

Moo-Crumpus
Member
From: Hessen / Germany
Registered: 2003-12-01
Posts: 1,487

Re: [xorg7] international keyboard issues [SOLVED]

Option "XkbRules" "xfree86"
Afaik, it should be
Option "XkbRules" "xorg"


Frumpus addict
[mu'.krum.pus], [frum.pus]

Offline

#3 2006-02-20 17:29:16

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: [xorg7] international keyboard issues [SOLVED]

hum, but xorgcfg and hwd -x did write  it this way. guess it should be good to keep Option "XkbRules" "xfree86" (:interrogation:)

same thing under Section "ServerLayout"
    Identifier     "XFree86 Configured"


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#4 2006-02-20 17:57:28

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: [xorg7] international keyboard issues [SOLVED]

For your keboard:
Option "XkbRules" "xorg"
instead of
Option "XkbRules" "xfree86"

For your mouse:
Option "Protocol" "IMPS/2"
instead of
Option "Protocol" "auto"

Offline

#5 2006-02-20 18:08:37

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: [xorg7] international keyboard issues [SOLVED]

Trying out smile...

is this writen somewhere and i missed it ?

It seems to solve all of my keyboard & mouse issues.
Only is the cursor quite bizarre ; when i go left with the [left arrow],the cursor shows in every position  it goes (dunno if one can visualize this!), and doesn't blink anymore. Anyway that's just a detail that I'l cope with later.
Thanks a lot Cerebral big_smile


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

Board footer

Powered by FluxBB