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

Re: No console from X



On Sat, May 16, 2009 at 16:55:07 -0400, Ed Jabbour wrote:
> On Saturday 16 May 2009 15:44:25 Florian Kulzer wrote:
> > On Sat, May 16, 2009 at 13:24:45 -0400, Ed Jabbour wrote:
> > > On Saturday 16 May 2009 12:05:56 Florian Kulzer wrote:
> > > > On Fri, May 15, 2009 at 14:33:32 -0400, Ed Jabbour wrote:
> > > > > On Friday 15 May 2009 13:34:45 Florian Kulzer wrote:
> > > > > > > > On Thu,14.May.09, 20:57:29, Ed Jabbour wrote:
> > > > > > > > > I can't get to a console from X.  I.e., alt-ctrl-f1, 2 ....
> > > > > > > > > get me only a black screen with no prompt.  The same thing
> > > > > > > > > happens if I try "console login" from kdm.  inittab is the
> > > > > > > > > default. Graphics driver NVidia 173.14.09.  Any hints,
> > > > > > > > > pointers, appreciated.
> [snip]
> 
> > > > grep -Ei 'vesa|nvidia|frame|buffer' /var/log/syslog

[...]

> OK.  I rebooted and ran it again.  Not sure it's relevant, but:
> 
> May 16 16:45:32 Ajax kernel: [    0.000000] ACPI: FACP 7BF649BA, 00F4 (r3 
> NVIDIA MCP67-M   6040000 PTL_    F4240)
> May 16 16:45:32 Ajax kernel: [    0.000000] ACPI: DSDT 7BF5C13A, 880C (r1 
> NVIDIA    MCP67  6040000 MSFT  3000000)
> May 16 16:45:32 Ajax kernel: [    0.084002] Security Framework initialized
> May 16 16:45:45 Ajax kernel: [   26.584309] NVRM: loading NVIDIA UNIX x86 
> Kernel Module  173.14.09  Wed Jun  4 23:43:17 PDT 2008

Which kernel do you run? You do not seem to have any active framebuffer;
with standard Debian kernels you should see something like this:

May 16 17:44:13 pc0197 kernel: [    2.492813] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc20010580000, using 2560k, total 7616k
May 16 17:44:13 pc0197 kernel: [    2.492823] vesafb: mode is 1280x1024x8, linelength=1280, pages=4
May 16 17:44:13 pc0197 kernel: [    2.492829] vesafb: scrolling: redraw
May 16 17:44:13 pc0197 kernel: [    2.492834] vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
May 16 17:44:13 pc0197 kernel: [    2.507373] Console: switching to colour frame buffer device 160x64
May 16 17:44:13 pc0197 kernel: [    2.521802] fb0: VESA VGA frame buffer device

Do you see any framebuffer devices at all?

$ ls -l /dev/fb*
crw-rw---- 1 root video 29, 0 2009-05-16 19:43 /dev/fb0

I did notice the absence of vesafb in your lsmod output, but this is
normal for the stock Debian kernels (vesafb is compiled into these
kernels).

If you rolled your kernel then you have to watch out for vesafb and
nvidiafb; for comparison, here are the settings for the standard
2.6.29-2-amd64 Debian kernel:

$ grep -E 'VESA|NVIDIA' /boot/config-$(uname -r)
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_UVESA=m
CONFIG_FB_VESA=y
CONFIG_FB_NVIDIA=m
# CONFIG_FB_NVIDIA_I2C is not set
# CONFIG_FB_NVIDIA_DEBUG is not set
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_BACKLIGHT_MBP_NVIDIA=m

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |


Reply to: