DragonFly BSD
DragonFly users List (threaded) for 2013-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: alt-ctrl-F1 doesn't work


From: Pierre Abbat <phma@xxxxxxxxxxxx>
Date: Fri, 14 Jun 2013 03:52:38 -0400

--nextPart1792478.k2dTreU1Wt
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="iso-8859-1"

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=20
something in xorg.conf, but didn't find anything by looking at it.

Pierre
--=20
When a barnacle settles down, its brain disintegrates.
J=E1 n=E3o percebe nada, j=E1 n=E3o percebe nada.

--nextPart1792478.k2dTreU1Wt
Content-Disposition: attachment; filename="xorg.conf"
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="UTF-8"; name="xorg.conf"

# $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

--nextPart1792478.k2dTreU1Wt--



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]