Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
tty0 und ncurses problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
AntonWert
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 177

PostPosted: Sun May 21, 2006 7:19 pm    Post subject: tty0 und ncurses problem Reply with quote

Habe eben ein emerge sync; emerge -uD world durchgeführt.
Nunja, nun hat mein mc auf Konsole 0 eine falsche Darstellung, oder anders gesagt ich erkenne praktisch nix mehr. Auf allen anderen Text-Konsolen ist alles wie bisher.
Natürlich kann der Fehler auch schon länger existieren, habe ihn aber eben erst bemerkt.
Noch eine Inof, auf Konsole 0 läft bei mir agetty, auf den anderen mingetty. Sonst kann ich mir beim besten Willen keinen unterschied zusammenreimen....


Last edited by AntonWert on Fri May 26, 2006 2:47 pm; edited 1 time in total
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Sun May 21, 2006 8:09 pm    Post subject: Reply with quote

Benutzt du unicode und hast eventuell vergessen unicode_start zu setzen?

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
AntonWert
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 177

PostPosted: Sun May 21, 2006 8:15 pm    Post subject: Reply with quote

ich glaube irgendwann kam ein Update (o.ä.) mit unicode. Muss aber eingestehen dass ich aus Zeitgründen mich icht näher damit befasst habe... :oops:
Was / Wo muss ich unicode starten dass das ganze wieder "schön" aussieht?
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Sun May 21, 2006 9:08 pm    Post subject: Reply with quote

AntonWert wrote:
ich glaube irgendwann kam ein Update (o.ä.) mit unicode. Muss aber eingestehen dass ich aus Zeitgründen mich icht näher damit befasst habe... :oops:
Was / Wo muss ich unicode starten dass das ganze wieder "schön" aussieht?


Code:
if [ $TERM = "linux" ]; then
   /usr/bin/unicode_start
fi

_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
AntonWert
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 177

PostPosted: Mon May 22, 2006 7:14 pm    Post subject: Reply with quote

Erst mal danke für die Hilfe, leider löst das ganze mein Problem nicht :cry:

Zwar gibt ein
Code:
set
unter "TERM" den Eintrag "Linux" aus, jedoch hab ich auch mit aktiviertem unicode diese verrückte Darstellung. Mit unicode ist sogar mein Promt unleserlich geworden, und das auf allen Konsolen.

Weis jemand weiteren Rat?
Back to top
View user's profile Send private message
AntonWert
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 177

PostPosted: Fri May 26, 2006 2:45 pm    Post subject: Reply with quote

Das Problem scheint in der Tat mit unicode zusammenzuhängen, jedoch nicht mit dem mc, sondern mit ncurses!
Hab es bemerkt als ich mir einen neuen Kernel bauen wollte --> gleiches Problem auf Konsole 1.
Was kann ich machen?
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Fri May 26, 2006 2:52 pm    Post subject: Reply with quote

AntonWert wrote:
Das Problem scheint in der Tat mit unicode zusammenzuhängen, jedoch nicht mit dem mc, sondern mit ncurses!
Hab es bemerkt als ich mir einen neuen Kernel bauen wollte --> gleiches Problem auf Konsole 1.
Was kann ich machen?


Bedeutet Konsole1 VT1?

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
AntonWert
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 177

PostPosted: Fri May 26, 2006 3:10 pm    Post subject: Reply with quote

Also die, die man mit ALT+F1 erreicht !
Bei der ALT+F2 gibt es das Problem nicht.
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Fri May 26, 2006 3:19 pm    Post subject: Reply with quote

AntonWert wrote:
Also die, die man mit ALT+F1 erreicht !
Bei der ALT+F2 gibt es das Problem nicht.


Welchen Consolenfont hast du gewählt?

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
AntonWert
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 177

PostPosted: Fri May 26, 2006 3:36 pm    Post subject: Reply with quote

in /etc/conf.d/consolefont steht
Code:

CONSOLEFONT="default8x16"
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Fri May 26, 2006 3:38 pm    Post subject: Reply with quote

AntonWert wrote:
in /etc/conf.d/consolefont steht
Code:

CONSOLEFONT="default8x16"


Wieso kein Unicode font? :)
Code:

CONSOLETRANSLATION="8859-1_to_uni"

und
Code:
CONSOLEFONT="lat9w-16"

in
Code:
/etc/conf.d/consolefont


Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
AntonWert
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 177

PostPosted: Fri May 26, 2006 3:51 pm    Post subject: Reply with quote

Quote:

Wieso kein Unicode font? :)


Nunja weil meine Gentoo-installation vor Jahren das noch nicht vorsah....
Ist diese Einstellung nun grundsätzlich zu empfehlen?
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Fri May 26, 2006 4:35 pm    Post subject: Reply with quote

AntonWert wrote:
Quote:

Wieso kein Unicode font? :)


Nunja weil meine Gentoo-installation vor Jahren das noch nicht vorsah....
Ist diese Einstellung nun grundsätzlich zu empfehlen?


Natürlich. Oder willst du kaputte VTs? :)

Bye.
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum