Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Terminal graphics glitch
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
scubed
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2003
Posts: 122

PostPosted: Wed Aug 16, 2006 4:52 pm    Post subject: Terminal graphics glitch Reply with quote

I have just upgraded some machines to X11R7. Then I started having problems with the virtual terminals. I couldn't switch to them. I checked that the DontVTSwitch option was false. It was. Eventually, I found that it had this:
Option "XkbRules" "xfree86"
I commented that out and now I can switch to the terminals.

While the terminals work, and I can log in and everything, the graphics are glitched. I can't see what I am doing. Is there an easy way to reset the console video mode? I tried setfont and stty rows cols, but neither worked.

How do I get the video mode for the console when I hit CTRL+ALT+F1 working again?

(I don't know if this belongs in the desktop section since it involves X.)
Back to top
View user's profile Send private message
wynn
Advocate
Advocate


Joined: 01 Apr 2005
Posts: 2421
Location: UK

PostPosted: Wed Aug 16, 2006 5:00 pm    Post subject: Reply with quote

This is the keyboard entry here
Code:
Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "gb"
EndSection
and this is /etc/conf.d/consolefont
Code:
CONSOLEFONT="lat9v-16"
#CONSOLEFONT="default8x16"
(unicode spoken here). No trouble in switching from X to virtual console using Alt-Ctrl-Fx.
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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