Blank ttys when using vesafb (vga=xxx)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
initramfs-tools (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Hardy |
Fix Released
|
Medium
|
Unassigned | ||
linux (Ubuntu) |
Fix Released
|
Medium
|
Ben Collins | ||
Hardy |
Fix Released
|
Medium
|
Ben Collins | ||
linux-source-2.6.22 (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Hardy |
Invalid
|
Undecided
|
Unassigned | ||
xserver-xorg-video-ati (Debian) |
Fix Released
|
Unknown
|
|||
xserver-xorg-video-ati (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Hardy |
Fix Released
|
Undecided
|
Unassigned | ||
xserver-xorg-video-intel (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
Hardy |
Invalid
|
Undecided
|
Unassigned |
Bug Description
This is on a Dell Inspiron 8600 w/ ATi Mobility Radeon 9600, and might be related to bug #102712. Since a dist-upgrade to Gutsy, changing to tty[1-6] will result on a black screen. The tty's however, are showing in `ps aux`, and they will respond to input if I switch to any of those (i.e. I can reboot the computer from tty1 or play an ogg). Also, ssh logins are successful.
Boot options in grub are: nolapic splash locale=es_ES vga=791
I've updated the BIOS and the video BIOS, and also used the custom DSDT from acpi.sourceforg
I have no /etc/inittab file, but feisty doesn't seem to have one either. There are three files named *inittab* in my system; a vim hilight file, a sample file at /usr/share/
Thank you very much for your attention.
Related branches
Changed in initramfs-tools: | |
importance: | Critical → High |
Changed in initramfs-tools: | |
importance: | High → Critical |
Changed in xserver-xorg-video-ati: | |
status: | New → Confirmed |
Changed in xserver-xorg-video-ati: | |
status: | Unknown → Fix Released |
Changed in linux: | |
importance: | Undecided → Medium |
status: | New → Incomplete |
Changed in xserver-xorg-video-intel: | |
status: | New → Invalid |
Changed in linux: | |
assignee: | nobody → ubuntu-kernel-team |
status: | Incomplete → Triaged |
Changed in linux-source-2.6.22: | |
status: | New → Invalid |
Changed in xserver-xorg-video-ati: | |
status: | Confirmed → Invalid |
Changed in initramfs-tools: | |
importance: | Critical → Medium |
Changed in initramfs-tools: | |
importance: | Medium → Critical |
Changed in linux: | |
importance: | Medium → Critical |
Changed in initramfs-tools: | |
importance: | Critical → Medium |
Changed in linux: | |
importance: | Critical → Medium |
Changed in linux: | |
status: | Triaged → Invalid |
Changed in initramfs-tools: | |
status: | Triaged → Invalid |
Changed in linux: | |
status: | Invalid → Confirmed |
Changed in initramfs-tools: | |
status: | Invalid → Fix Released |
Changed in linux: | |
status: | Confirmed → Invalid |
Changed in linux: | |
assignee: | ubuntu-kernel-team → ben-collins |
status: | Invalid → Fix Committed |
Changed in linux: | |
status: | Fix Committed → Fix Released |
In case it's helpful, this is the terminal output of `dmesg | grep vesafb`:
$ dmesg | grep vesafb
[ 15.050294] vesafb: framebuffer at 0xd0000000, mapped to 0xe0880000, using 3072k, total 131008k
[ 15.050301] vesafb: mode is 1024x768x16, linelength=2048, pages=84
[ 15.050305] vesafb: protected mode interface info at c000:5a0d
[ 15.050310] vesafb: pmi: set display start = c00c5a7b, set palette = c00c5ab5
[ 15.050314] vesafb: pmi: ports = c010 c016 c054 c038 c03c c05c c000 c004 c0b0 c0b2 c0b4
[ 15.050324] vesafb: scrolling: redraw
[ 15.050328] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
Note that my screen supports 1280x800, and that killing the vga=791 option doesn't help.