Bug 457116

Summary: Not corrected choice Locale Keyboard
Product: [openSUSE] openSUSE 11.1 Reporter: Гараев Ренат <rvny>
Component: X.OrgAssignee: Stefan Dirsch <sndirsch>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <xorg-maintainer-bugs>
Severity: Major    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: i686   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Гараев Ренат 2008-12-07 18:22:28 UTC
I install OpenSuse 11.1 RC1 and choice Russian language and installer not corrected install the keyboard:


Section "InputDevice"
  Driver       "kbd" 
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "us,ru"  
  Option       "XkbModel" "microsoftpro"
  Option       "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" ",winkeys"
EndSection


Corrected choice from Mandriva 2009 is :


Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,ru(winkeys)"
    Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,compose:rwin"
EndSection

You fix this bug?
Comment 1 Гараев Ренат 2008-12-07 18:24:02 UTC
Why need change this: Becouse not work key Backspace :))) I move cursor keyboard and press delete key, It's not good :)))

Comment 2 Matthias Hopf 2008-12-08 14:11:33 UTC
Can you verify whether this is the same as bug #432627 ? I'm unsure ATM.
Comment 3 Stefan Dirsch 2008-12-16 14:33:39 UTC
I'm rather sure it's a duplicate.

*** This bug has been marked as a duplicate of bug 432627 ***