View previous topic :: View next topic |
Author |
Message |
scubed Tux's lil' helper
Joined: 06 Jun 2003 Posts: 122
|
Posted: Wed Aug 16, 2006 4:52 pm Post subject: Terminal graphics glitch |
|
|
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 |
|
|
wynn Advocate
Joined: 01 Apr 2005 Posts: 2421 Location: UK
|
Posted: Wed Aug 16, 2006 5:00 pm Post subject: |
|
|
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 |
|
|
|
|
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
|
|