[Bug 41355] [NEW] segfaults on the thinkpad t23

Launchpad Bug Tracker 41355 at bugs.launchpad.net
Sun Apr 27 23:45:21 UTC 2008


You have been subscribed to a public bug:

when setting the tvout to pal the application segfaults. there exists the following patch but it was never really submitted anywhere except in fedora.
#### Begin: s3switch-thinkpad-t23.patch
Fix segfaults seen on IBM ThinkPad T23 when changing TV signal format.
Thanks to the upstream author, Tim Roberts, for help in creating this patch.

--- s3switch.c.orig     2002-09-12 01:25:33.000000000 +0300
+++ s3switch.c  2004-07-22 13:28:32.000000000 +0300
@@ -100,4 +100,8 @@
     ioperm( 0x40, 4, enable );
+    ioperm( 0x4f, 1, enable );
     ioperm( 0x61, 1, enable );
+    ioperm( 0x70, 1, enable );
+    ioperm( 0x71, 1, enable );
     ioperm( 0x80, 1, enable );
+    ioperm( 0xb2, 1, enable );
     ioperm( 0x3b0, 0x30, enable );
#### End: s3switch-thinkpad-t23.patch

** Affects: s3switch (Ubuntu)
     Importance: Medium
     Assignee: MOTU (motu)
         Status: Triaged


** Tags: thinkpad video
-- 
segfaults on the thinkpad t23
https://bugs.launchpad.net/bugs/41355
You received this bug notification because you are a member of MOTU, which is a bug assignee.




More information about the universe-bugs mailing list