[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#451089: marked as done ([amd] fails to switch to VT, ILLEGAL EXTENDED X86 OPCODE)



Your message dated Wed, 02 Apr 2008 12:32:18 +0000
with message-id <E1Jh28Y-0002vt-24@ries.debian.org>
and subject line Bug#451089: fixed in xorg-server 2:1.4.1~git20080131-3
has caused the Debian Bug report #451089,
regarding [amd] fails to switch to VT, ILLEGAL EXTENDED X86 OPCODE
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
451089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=451089
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-amd
Version: 2.7.7.1-1: i386

When I switch from X to a text console by Alt+Ctrl+F1..6 text console is not
displayed on my screen. Sometimes I get a screen with accidently colored
areas, sometimes the screen leaves blank. However, it is possible to switch
back to X by Alt+F7.

Some lines are added in Xorg.log after such a switch/reswitch, the first is:
c000:0282 A2 ILLEGAL EXTENDED X86 OPCODE

I am using following hardware:
- AMD LX800 CPU
- 256 MB RAM
- LCD Monitor 1280x1024 connected to VGA output
- video mem set to 32 MB

In xorg.conf I configured driver "amd" and tried following options:
"NoPanel"  "true" ... because I'm using VGA, result: no difference
"FBSize"   "33554432" ... because I'm using 32 MB video memory, result: no
difference
"NoCompression" "true" result: no difference

I am using a Debian lenny (testing), Kernel 2.6.22-2-486 (Debian 2.6.22-4),
libc6 2.6.1-1+b1, xorg 1:7.2-5.

Please find attached
- dmesg.output
- Xorg.log.before_switching
- Xorg.log.after_switching
- xorg.conf

Please contact me, if you need further tests.


Best regards,

Thomas Olschewski


Attachment: Xorg.log.before_switching
Description: Binary data

Attachment: dmesg.output
Description: Binary data

Attachment: xorg.conf
Description: Binary data

Attachment: Xorg.log.after_switching
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: xorg-server
Source-Version: 2:1.4.1~git20080131-3

We believe that the bug you reported is fixed in the latest version of
xorg-server, which is due to be installed in the Debian FTP archive:

xnest_1.4.1~git20080131-3_i386.deb
  to pool/main/x/xorg-server/xnest_1.4.1~git20080131-3_i386.deb
xorg-server_1.4.1~git20080131-3.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.4.1~git20080131-3.diff.gz
xorg-server_1.4.1~git20080131-3.dsc
  to pool/main/x/xorg-server/xorg-server_1.4.1~git20080131-3.dsc
xserver-xephyr_1.4.1~git20080131-3_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.4.1~git20080131-3_i386.deb
xserver-xorg-core-dbg_1.4.1~git20080131-3_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.4.1~git20080131-3_i386.deb
xserver-xorg-core_1.4.1~git20080131-3_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.4.1~git20080131-3_i386.deb
xserver-xorg-dev_1.4.1~git20080131-3_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.4.1~git20080131-3_i386.deb
xvfb_1.4.1~git20080131-3_i386.deb
  to pool/main/x/xorg-server/xvfb_1.4.1~git20080131-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 451089@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated xorg-server package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 02 Apr 2008 00:20:15 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-dev xnest xvfb xserver-xephyr xserver-xorg-core-dbg
Architecture: source i386
Version: 2:1.4.1~git20080131-3
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 xnest      - Nested X server
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - Xorg X server - development files
 xvfb       - Virtual Framebuffer 'fake' X server
Closes: 451089 461783 471782 473165
Changes: 
 xorg-server (2:1.4.1~git20080131-3) unstable; urgency=low
 .
   * XKB: Fix processInputProc wrapping (cherry-picked from upstream).
     Thanks to Thomas Jaeger.  This should fix the bug with some keys getting
     stuck (closes: #473165).
   * xkb: when copying the keymap, make sure the structs default to 0/NULL
     (cherry-picked from upstream).  Fixes a crash and closes: #461783.
   * __glXDRIbindTexImage: Fail if no texture bound to pixmap's texture target
     (cherry-picked from upstream).
   * EXA: Fix off-by-one in polyline drawing (cherry-picked from upstream).
   * EXA: Skip empty glyphs (cherry-picked from upstream).
   * Fix overly-restrictive integer overflow check in EXA pixmap creation
     (cherry-picked from upstream).  Fixes BadAlloc errors returned by
     XCreatePixmap for pixmaps of width 8192 or greater (closes: #471782).
 .
   Following patches by Bart Trojanowski, stolen from the ubuntu package:
   * 15_X86EMU-added-blacklist-for-I-O-port-in-0-0xFF-range.patch
     - Restrict access to I/O ports in range 0-0xFF from x86emu.
   * 16_X86EMU-pass-the-correct-bus-dev-fn-tag-to-pci-emula.patch
     - Fix improper emulation of PCI access General Software BIOS.
   * Add 17_x86emu_handle_cpuid.patch to fix X86EMU CPUID handling.
     (closes: #451089).
Files: 
 7c96d697c643c1d29b0f695e2c3882e6 2488 x11 optional xorg-server_1.4.1~git20080131-3.dsc
 c2f1bfbd9a09ed3807b963aa74ad90a5 705987 x11 optional xorg-server_1.4.1~git20080131-3.diff.gz
 73f381944b0b5457fe60c828792a36a1 4060590 x11 optional xserver-xorg-core_1.4.1~git20080131-3_i386.deb
 5dece37f8c91aca9124ad89fb685eb26 684036 x11 optional xserver-xorg-dev_1.4.1~git20080131-3_i386.deb
 46c03affc5a2613e65a860f4655d18c3 1753066 x11 optional xnest_1.4.1~git20080131-3_i386.deb
 60ded6c77eb82ef0817a539e068f1211 1863602 x11 optional xvfb_1.4.1~git20080131-3_i386.deb
 9fbb01f3c92ffb55452be62b12d68da7 1900546 x11 optional xserver-xephyr_1.4.1~git20080131-3_i386.deb
 b2b5463ff78afb270cba432e73d40ecc 12575850 x11 extra xserver-xorg-core-dbg_1.4.1~git20080131-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH83RumEvTgKxfcAwRAjLcAJ44btjJJBmkAFpXPG6V2cCG83eyrwCffelg
GFAhj9mQG+tpvv6Rr9MFJ58=
=yRH1
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: