Date: Sun, 20 Mar 2005 23:57:42 -0700 From: "Mike Connolly" <jmconnolly1@comcast.net> To: <freebsd-questions@freebsd.org> Subject: Can't get out of X11 Message-ID: <003701c52de3$47906a40$6401a8c0@PowerSpecP4>
next in thread | raw e-mail | index | archive | help
Hi, I just installed FreeBSD 5.3 on my system. I used Xorg to configure the X window and it sees to work fine. But I can't get the Ctrl>Alt>Backspace to work to close down the X server. When I use the keyboard combo my Dell monitor goes blank. From there I can blindly type "startx" and it goes back into the X windows. But how can I get out of X and back to the console window ? Thanks, Mike 1600 Mhz Pentium 4 512 MB Memory VIA P4X266 VL33-S Mainboard Sis 315 Display Adapter Dell 933M Monitor Here is some of my xorg.config.new file: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" #DisplaySize 350 260 # mm Identifier "Monitor0" VendorName "DEL" ModelName "DELL M993s" ### Uncomment if you don't want to default to DDC: # HorizSync 1246581376.0 - 0.0 HorizSync 30.0 - 96.0 # VertRefresh 892810048.0 - 0.0 VertRefresh 48.0 - 160.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] .... .... Identifier "Card0" Driver "sis" VendorName "Silicon Integrated Systems [SiS]" BoardName "SiS315PRO PCI/AGP VGA Display Adapter" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003701c52de3$47906a40$6401a8c0>