[Bug 556555] New: in textmode after changing console language Yast2 graphics is broken
http://bugzilla.novell.com/show_bug.cgi?id=556555#c0 Summary: in textmode after changing console language Yast2 graphics is broken Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: i586 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: lokapal@gmail.com QAContact: jsrain@novell.com Found By: --- Blocker: --- Created an attachment (id=328219) --> (http://bugzilla.novell.com/attachment.cgi?id=328219) Picture with broken pseudographics User-Agent: Opera/9.64 (Windows NT 5.1; U; en) Presto/2.1.1 After setting the following parameters in /etc/sysconfig/console (as in all previous SUSE versions): CONSOLE_FONT="Cyr_a8x16.gz" CONSOLE_UNICODEMAP="/usr/share/kbd/unimaps/cyralt.uni" CONSOLE_SCREENMAP="koi2alt" CONSOLE_MAGIC="(K" CONSOLE_ENCODING="KOI8-R" and computer reload we can see if run Yast2 in textmode, that it's pseudographics is broken, while Midnight COmmander graphics is Ok, as always. Reproducible: Always Steps to Reproduce: 1. Put to /etc/sysconfig/console settings that are listed above. 2. Restart computer in text mode (init 3) 3. Run Yast Actual Results: Midnight Commander graphics is Ok at local TTYs and remote consoles, Yast graphics is broken both at local and remote consoles. Expected Results: Correct pseudographics. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556555 http://bugzilla.novell.com/show_bug.cgi?id=556555#c1 shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |sqiu@novell.com Info Provider| |lokapal@gmail.com --- Comment #1 from shuang qiu <sqiu@novell.com> 2009-11-19 09:17:42 UTC --- Could you please attach y2logs according to http://en.opensuse.org/Bugs/YaST. Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556555 http://bugzilla.novell.com/show_bug.cgi?id=556555#c2 IT Admin <lokapal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|lokapal@gmail.com | --- Comment #2 from IT Admin <lokapal@gmail.com> 2009-11-19 12:08:43 UTC --- Created an attachment (id=328416) --> (http://bugzilla.novell.com/attachment.cgi?id=328416) Yast2Logs asked for.... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556555 http://bugzilla.novell.com/show_bug.cgi?id=556555#c shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556555 http://bugzilla.novell.com/show_bug.cgi?id=556555#c6 Hubert Mantel <mantel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |office@hantsch.co.at --- Comment #6 from Hubert Mantel <mantel@novell.com> 2010-02-22 13:46:22 UTC --- *** Bug 579032 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=579032 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556555 http://bugzilla.novell.com/show_bug.cgi?id=556555#c Gabriele Mohr <gs@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |gs@novell.com AssignedTo|mantel@novell.com |gs@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556555 http://bugzilla.novell.com/show_bug.cgi?id=556555#c7 Gabriele Mohr <gs@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|gs@novell.com |mmarek@novell.com --- Comment #7 from Gabriele Mohr <gs@novell.com> 2010-04-01 11:33:40 UTC --- The reason for 2-byte chars line drawing is that textmode YaST writes UTF-8 chars to a terminal which isn't in unicode mode. The default for textmode YaST is UTF-8 because the YaST start script ('/sbin/yast') sets UTF-8 mode. This works for former versions because on a (local) console the UTF-8 mode for the terminal was enabled by calling '/bin/unicode_start' in '/sbin/yast'. It doesn't work any longer because the test script '/bin/testutf8' which is used in '/sbin/yast' to check whether the console is in UTF-8 mode has changed (always returns UTF-8 is enabled) and therefore unicode_start isn't called. '/bin/testutf8' (from package kbd) has to be restored to make '/sbin/yast' work correctly (to call /bin/unicode_start, see line 345 and also to work for xterm, see line 377). To get a working YaST for now you can call '/bin/unicode_start' on command line before starting 'yast' or call YaST without start script ('/usr/lib/YaST2/bin/y2base menu ncurses'). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=556555 http://bugzilla.novell.com/show_bug.cgi?id=556555#c9 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE --- Comment #9 from Michal Marek <mmarek@novell.com> 2010-04-01 11:37:32 UTC --- Let's discuss this in bnc#436378. *** This bug has been marked as a duplicate of bug 436378 *** http://bugzilla.novell.com/show_bug.cgi?id=436378 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com