Hi guys.. again more apologies.... been fighting with a new huawei E220 modem that I'd like to get set up the same way my old PCMCIA 'broadband' modem worked (New = 3.6MB/s and Old = 1.8MB/s)
As exams are over now things should make good progress in much less time....
As reported before F7 x86_64 is running in the laptop, dual-booting with the purchased Vista that came with the tx1000z
as for booting... is seems that switching off APIC (the noapic or nolapic options) eventually lead to a system sooooo slow it was embarrassig.. I think the irqpoll helped, but couldn't do enough fast enough... anyway...
for you anxiously waiting... add vga=0x317 (this sets your boot display/text to 1024x768x16 resolution) to your boot params at boot or in your /etc/grub.conf for a more permanent solution.... the line you are looking for starts with "kernel /vmlinuz...."
It seems this is all you need to stabilise the boot and leave your IRQs nice and managed.... live aand learn..

Other settings such as vga=971 also seems to be OK
for a quick reference check out
http://tldp.org/HOWTO/Framebuffer-HOWTO-5.html
or here's the some ideas on framebuffer settings
Colours 640x400 640x480 800x600 1024x768 1152x864 1280x1024 1600x1200
--------+------------------------------------------------------------------------------------------
4 bits |...?..............?..............0x302.....?..... .........?...............?..................?..... ...........
8 bits |...0x300......0x301......0x303.....0x305.......0x 161.......0x307..........0x31C
15 bits |..?..............0x310......0x313.....0x316...... .0x162.......0x319..........0x31D
16 bits |..?..............0x311......0x314.....0x317...... .0x163.......0x31A..........0x31E
24 bits |..?..............0x312......0x315.....0x318...... .?...............0x31B..........0x31F
32 bits |..?..............?...............?.............?. ..............0x164......?
As for getting your soundcard working.....
make sure the line in /etc/modprobe.conf now reads
options snd-hda-intel index=0 model=3stack position_fix=0 single_cmd=0
as for wireless, it seems some have gone the NDIS route... but I actually want the modem to download patches/packages before I can report anything.....
(If you want go check out
http://ubuntuforums.org/showthread.php?t=297092
in the meantime)
more soon...