alt-ctrl-F1 doesn't work

Pierre Abbat phma at bezitopo.org
Fri Jun 14 00:52:38 PDT 2013


On Tuesday, June 11, 2013 09:49:58 Max Herrgard wrote:
> Does Alt-F1, Alt-F2 work to switch consoles in text mode?

I shut down kdm and tried. I can switch consoles in text mode. I guess it's 
something in xorg.conf, but didn't find anything by looking at it.

Pierre
-- 
When a barnacle settles down, its brain disintegrates.
Já não percebe nada, já não percebe nada.
-------------- next part --------------
# $DragonFly: src/nrelease/gui/etc/X11/xorg.conf,v 1.2 2008/09/01 21:20:30 swildner Exp $

Section "ServerLayout"
	Identifier	"Layout0"
	Screen	0	"Screen0"	0	0
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
EndSection

Section "Files"
	RgbPath      "/usr/pkg/share/X11/rgb"
	ModulePath   "/usr/pkg/lib/xorg/modules"
	FontPath     "/usr/pkg/lib/X11/fonts/misc/"
	FontPath     "/usr/pkg/lib/X11/fonts/TTF/"
	FontPath     "/usr/pkg/lib/X11/fonts/OTF"
	FontPath     "/usr/pkg/lib/X11/fonts/Type1/"
	FontPath     "/usr/pkg/lib/X11/fonts/100dpi/"
	FontPath     "/usr/pkg/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load "dbe"
	Load "glx"
	Load "freetype"
	Load "extmod"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option 	    "XkbOptions" "ctrl:nocaps"
	Option      "XkbLayout" "us-dvorak"
	#Option	    "XkbVariant" "
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	Option		"DPMS"
EndSection

Section "Device"
	Identifier	"Card0"
	Driver		"vesa"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection


More information about the Users mailing list