Discussion:
xserver-xorg-video-trident broken for cyberblade/XP
(too old to reply)
Beeblebrox
2014-08-28 12:30:03 UTC
Permalink
I have an old laptop with a Trident Cyberblade/XP video card. tridentfb has
been broken for this model card for some time now.

# service lightdm stop
# modprobe tridentfb (from tty0)
Screen goes black then shows stripes with light and dark areas.

* I'm only able to get a gui environent by forcing vesa in xorg.conf and not
loading tridentfb.
* With vesa, screensaver locks-up the system (no tty, no caps-lock response)
so that's been disabled.
* Debian jessie-i386-lxde (new install)




--
View this message in context: http://debian.2.n7.nabble.com/xserver-xorg-video-trident-broken-for-cyberblade-XP-tp3342656.html
Sent from the Debian User mailing list archive at Nabble.com.
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/1409227387776-***@n7.nabble.com
Bzzzz
2014-08-28 12:40:02 UTC
Permalink
On Thu, 28 Aug 2014 05:03:07 -0700 (PDT)
Post by Beeblebrox
# modprobe tridentfb (from tty0)
Screen goes black then shows stripes with light and dark areas.
* I'm only able to get a gui environent by forcing vesa in xorg.conf
and not loading tridentfb.
* With vesa, screensaver locks-up the system (no tty, no caps-lock
response) so that's been disabled.
* Debian jessie-i386-lxde (new install)
Try to reinstall a stable to see if you encounter the same problem
('cos this looks more VRAM problems than driver to me).
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/***@msi.defcon1
Bzzzz
2014-08-28 14:30:01 UTC
Permalink
On Thu, 28 Aug 2014 07:03:55 -0700 (PDT)
This problem exists since 4 previous generations of Ubuntu. I just
recently switched it to Debian and get the same problem (not
surprisingly). Switching to some other version on Debian is not going
to help.
Might the problem be acpi related?
May be, try some kernel switches about it.

I'll see (not now, missing time:( how it goes on my very old
laptop that also have a Trident GC (but it worked OK one year ago).
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/***@msi.defcon1
Beeblebrox
2014-08-28 15:20:02 UTC
Permalink
Post by Bzzzz
Might the problem be acpi related?
May be, try some kernel switches about it.
I placed on the linux line of grub.cfg
acpi=force lapic=debug
to no avail. Do you have any specific suggestions?
--
FreeBSD_amd64_11-Current_RadeonKMS




--
View this message in context: http://debian.2.n7.nabble.com/xserver-xorg-video-trident-broken-for-cyberblade-XP-tp3342656p3342794.html
Sent from the Debian User mailing list archive at Nabble.com.
Bzzzz
2014-08-28 15:30:02 UTC
Permalink
On Thu, 28 Aug 2014 07:54:50 -0700 (PDT)
Post by Beeblebrox
I placed on the linux line of grub.cfg
acpi=force lapic=debug
to no avail. Do you have any specific suggestions?
Also try acpi=off (! may broke the boot)

Here's a bootparams list:
https://www.kernel.org/doc/Documentation/kernel-parameters.txt
(you'll see that there are debug options for acpi, might be interesting)

Also try something about apic.
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/***@msi.defcon1
Beeblebrox
2014-08-28 14:30:02 UTC
Permalink
This problem exists since 4 previous generations of Ubuntu. I just recently
switched it to Debian and get the same problem (not surprisingly). Switching
to some other version on Debian is not going to help.

Might the problem be acpi related?

$ dmesg | grep acpi
[ 0.197046] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.881506] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments
MSI]
[ 0.881804] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.882508] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
(ignored)
[ 0.882596] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff]
(ignored)
[ 0.882685] acpi PNP0A03:00: host bridge window [mem
0x000a0000-0x000bffff] (ignored)
[ 0.882775] acpi PNP0A03:00: host bridge window [mem
0x000d8000-0x000dffff] (ignored)
[ 0.882865] acpi PNP0A03:00: host bridge window [mem
0x24100000-0xfee9ffff] (ignored)
[ 0.883011] acpi PNP0A03:00: fail to add MMCONFIG information, can't
access extended PCI configuration space under this bridge.
[ 0.960554] acpiphp: Slot [1] registered
[ 0.962497] acpiphp: Slot [2-1] registered
[ 0.964044] acpiphp: Slot [2] registered
[ 1.586939] Switched to clocksource acpi_pm
[ 28.621163] ACPI: acpi_idle registered with cpuidle
[ 28.628288] Switched to clocksource acpi_pm
[ 31.910990] acpi device:22: registered as cooling_device2
[ 32.083029] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.19


Also this message (lapic was included in grub's linux line) "$ dmesg | grep
apic" >
[ 0.000000] APIC: disable apic facility
[ 0.000000] APIC: switched to apic NOOP
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14-2-486
root=UUID=8aec7e2c-5f81-4734-aa60-78e520e9287a ro verbose lapic
[ 0.138659] no APIC, boot with the "lapic" boot parameter to force-enable
it.




--
View this message in context: http://debian.2.n7.nabble.com/xserver-xorg-video-trident-broken-for-cyberblade-XP-tp3342656p3342756.html
Sent from the Debian User mailing list archive at Nabble.com.
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Archive: https://lists.debian.org/1409234635082-***@n7.nabble.com
Loading...