Comment 291 for bug 129910

Revision history for this message
Fabio Marzocca (thesaltydog) wrote :

You're right, Loye, I should have provided more informations.

Here they are:

1. nvidia-glx 1:1.0.9639+2.6.22.4-14.10

2. fabio@Plato:~ $ lsmod | grep fb
vga16fb 15500 0
vgastate 11008 1 vga16fb
vesafb 9092 1
fbcon 41760 72
tileblit 3584 1 fbcon
font 9344 1 fbcon
bitblit 6912 1 fbcon

3. fabio@Plato:~ $ lsmod | grep agp
agpgart 35016 1 nvidia

4. I switch to tty-1 with Ctrl-Alt-1. Only on that tty I see the line "Loading. Please wait...". On other tty's there is a blank screen
    If I go to single-mode user (with telinit 1) the tty screen is good.

5. kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=ead6c453-7721-49c0-ad26-1287c8486460 ro quiet splash vga=791 quiet splash

6. /etc/modules:
psmouse
mousedev
lp

/etc/initramfs-tools/modules
fbcon
vesafb
vga16fb

7. Relevant log messages:
vesafb: framebuffer at 0xe0000000, mapped to 0xf8880000, using 3072k, total 131072k
[ 24.264190] vesafb: mode is 1024x768x16, linelength=2048, pages=1
[ 24.264193] vesafb: protected mode interface ino at c000:d5a0
[ 24.264196] vesafb: pmi: set display start = c00cd5d6, set palette = c00cd640
[ 24.264198] vesafb: pmi: ports = 3b4 3b5 3ba 3c0 3c1 3c4 3c5 3c6 3c7 3c8 3c9 3cc 3ce 3cf 3d0 3d1 3d2 3d3 3d4 3d5 3da
[ 24.264214] vesafb: scrolling: redraw
[ 24.264217] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[ 24.264339] Console: switching to colour frame buffer device 128x48
[ 24.293986] fb0: VESA VGA frame buffer device
[ 25.452768] vga16fb: initializing
[ 25.452773] vga16fb: mapped to 0xc00a0000
[ 25.452832] fb1: VGA16 VGA frame buffer device

8. I blacklisted vesafb and vga16fb

9. fabio@Plato:~ $ lsmod | grep nv
nvidia 4716468 32
agpgart 35016 1 nvidia
i2c_core 26112 2 nvidia,i2c_nforce2
sata_nv 20612 1
libata 125168 3 ata_generic,sata_nv,ahci

Thank you.

Fabio