xterm: Changes to 'upstream-experimental'
INSTALL | 100 Imakefile | 24 MANIFEST | 11 Makefile.in | 223 + THANKS| 15 Tekproc.c | 44 VTPrsTbl.c| 356 ++ VTparse.def |7 VTparse.h |8 XTerm.ad |4 aclocal.m4| 235 + button.c | 683 ++-- cachedGCs.c | 44 charclass.c |4 charproc.c| 1388 +++-- charsets.c| 828 +++-- config.guess | 329 -- config.sub| 90 configure | 6681 +- configure.in | 128 ctlseqs.ms| 228 + ctlseqs.txt | 315 +- cursor.c |6 data.c|8 data.h| 14 doublechr.c | 37 fontutils.c | 713 +++- fontutils.h | 40 graphics.c| 1776 graphics.h| 126 graphics_regis.c | 6313 +++ graphics_regis.h | 48 graphics_sixel.c | 642 graphics_sixel.h | 48 input.c | 36 linedata.c| 27 main.c| 368 +- main.h|8 menu.c| 419 +- menu.h| 30 minstall.in | 14 misc.c| 861 +++-- package/debian/changelog | 138 package/debian/control|2 package/debian/copyright |2 package/debian/postinst | 25 package/debian/prerm | 12 package/debian/rules |5 package/freebsd/Makefile | 106 package/freebsd/pkg-plist |7 package/xterm.spec| 106 plink.sh | 33 precompose.c | 10 print.c | 60 ptydata.c | 66 ptyx.h| 391 ++ resize.c | 14 screen.c | 210 - scrollback.c | 24 scrollbar.c | 49 terminfo |9 testxmc.c | 10 trace.c | 136 trace.h | 13 unicode/precompose.c.head |1 util.c| 905 -- version.h |8 vttests/256colors.pl | 13 vttests/256colors2.pl | 13 vttests/88colors.pl | 11 vttests/88colors2.pl | 13 vttests/dynamic.pl|7 vttests/paste64.pl|8 vttests/query-color.pl|7 vttests/query-fonts.pl|7 vttests/resize.pl | 36 vttests/tcapquery.pl |7 xstrings.c| 24 xterm.appdata.xml | 25 xterm.h | 121 xterm.log.html| 1128 ++- xterm.man | 587 +++- xterm_io.h| 17 xtermcap.c| 22 xtermcap.h|6 xtermcfg.hin | 17 86 files changed, 21861 insertions(+), 5829 deletions(-) New commits: commit a62200be403ccf73318437f35a4804f9b1828a3d Author: Sven Joachim Date: Sat Nov 29 10:31:49 2014 +0100 Imported Upstream version 313 diff --git a/INSTALL b/INSTALL index 4d442d2..e285532 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ --- $XTermId: INSTALL,v 1.152 2014/07/12 22:40:36 Steve.Wall Exp $ +-- $XTermId: INSTALL,v 1.153 2014/10/15 00:49:56 tom Exp $ --- -- Copyright 1997-2013,2014 by Thomas E. Dickey -- @@ -766,6 +766,9 @@ The options (in alphabetic order): Use --without-xterm-symlink to disable a link to "xterm" if none is wanted. + Corresponding links are also made for "resize", "uxterm" and + "koi8rxterm", as well as the xterm manpage. + --with-terminal-id[=V] set default decTerminalID (default: vt100) Set the default emulation level. diff --git a/MANIFEST b/MANIFEST index e9068a6..b15fa82 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,4 @@ -MANIFEST for xterm-312, version xterm-312 +MANIFEST for xterm-313, version xterm-313 MANIFESTthis file 256colres.h resource-definitions for 256-color mode @@ -150,6 +150,8 @@ package/debian/color.sedbuild-script package/debian/compat build-script package/debian/control build-script package/debian/copyrightbuild-script +package/debian/postinst post-install script for update-alternatives +package/debian/prermpre-remove script for update-alternatives package/debian/rulesbuild-script package/debian/source subdirectory package/debian
xterm: Changes to 'debian-experimental'
INSTALL | 100 Imakefile | 24 MANIFEST| 11 Makefile.in | 223 - THANKS | 15 Tekproc.c | 44 VTPrsTbl.c | 356 ++ VTparse.def |7 VTparse.h |8 XTerm.ad|4 aclocal.m4 | 235 + button.c| 683 ++-- cachedGCs.c | 44 charclass.c |4 charproc.c | 1388 ++-- charsets.c | 828 +++- config.guess| 329 - config.sub | 90 configure | 6681 +--- configure.in| 128 ctlseqs.ms | 228 + ctlseqs.txt | 315 + cursor.c|6 data.c |8 data.h | 14 debian/README.source| 24 debian/changelog| 176 + debian/clean|1 debian/compat |2 debian/control | 17 debian/copyright|3 debian/local/xterm.faq.html | 3403 +++- debian/patches/904_fontops.diff |6 debian/rules| 103 debian/upstream/signing-key.asc | 24 debian/watch|2 debian/xsfbs/repack.sh | 32 debian/xsfbs/xsfbs.mk | 285 - debian/xsfbs/xsfbs.sh | 622 --- debian/xterm.docs |2 debian/xterm.install|1 debian/xterm.postinst | 34 debian/xterm.postinst.in| 39 debian/xterm.prerm | 21 debian/xterm.prerm.in | 26 doublechr.c | 37 fontutils.c | 713 +++- fontutils.h | 40 graphics.c | 1776 ++ graphics.h | 126 graphics_regis.c| 6313 + graphics_regis.h| 48 graphics_sixel.c| 642 +++ graphics_sixel.h| 48 input.c | 36 linedata.c | 27 main.c | 368 +- main.h |8 menu.c | 419 +- menu.h | 30 minstall.in | 14 misc.c | 861 +++-- package/debian/changelog| 138 package/debian/control |2 package/debian/copyright|2 package/debian/postinst | 25 package/debian/prerm| 12 package/debian/rules|5 package/freebsd/Makefile| 106 package/freebsd/pkg-plist |7 package/xterm.spec | 106 plink.sh| 33 precompose.c| 10 print.c | 60 ptydata.c | 66 ptyx.h | 391 ++ resize.c| 14 screen.c| 210 - scrollback.c| 24 scrollbar.c | 49 terminfo|9 testxmc.c | 10 trace.c | 136 trace.h | 13 unicode/precompose.c.head |1 util.c | 905 +++-- version.h |8 vttests/256colors.pl| 13 vttests/256colors2.pl | 13 vttests/88colors.pl | 11 vttests/88colors2.pl| 13 vttests/dynamic.pl |7 vttests/paste64.pl |8 vttests/query-color.pl |7 vttests/query-fonts.pl |7 vttests/resize.pl | 36 vttests/tcapquery.pl|7 xstrings.c | 24 xterm.appdata.xml | 25 xterm.h | 121 xterm.log.html | 1128 ++ xterm.man | 587 ++- xterm_io.h | 17 xtermcap.c | 22 xtermcap.h |6 xtermcfg.hin| 17 106 files changed, 24128 insertions(+), 8385 deletions(-) New commits: commit 6e586c5e286450c9ba0d9c1226eb0d1960a82235 Author: Sven Joachim Date: Sat Nov 29 10:37:09 2014 +0100 New upstream release diff --git a/debian/changelog b/debian/changelog index 6b5ba0c..7174cec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xterm (313-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Sven Joachim Sat, 29 Nov 2014 10:37:05 +0100 + xterm (312
Bug#758460: Kernel panic using Gnome or Cinnamon with GeForce 6150 LE
Le lundi 24 novembre 2014 à 14:32 +0100, Julien Cristau a écrit : > On Wed, Nov 19, 2014 at 15:09:25 +0100, Yvan Masson wrote: > > > Package: xserver-xorg-video-nouveau > > Version: 1:1.0.11-1 > > Severity: important > > > Please file your own bug. > > Thanks, > Julien I just done it here : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771416 Thanks, Yvan -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1417260562.1529.2.ca...@openmailbox.org
Processed: merging
Processing commands for cont...@bugs.debian.org: > # no reply from A Mennucc, assume that his problem is the same as #740953 > package xserver-xorg-video-nouveau Limiting to bugs with field 'package' containing at least one of 'xserver-xorg-video-nouveau' Limit currently set to 'package':'xserver-xorg-video-nouveau' > forcemerge 740953 763660 Bug #740953 [xserver-xorg-video-nouveau] [xserver-xorg-video-nouveau]: No devices detected. (anymore) Bug #763660 [xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: GeForce 9400M , no screens found Set Bug forwarded-to-address to 'https://bugs.freedesktop.org/show_bug.cgi?id=77361'. Severity set to 'important' from 'normal' Marked as found in versions xserver-xorg-video-nouveau/1:1.0.10-1. Bug #740953 [xserver-xorg-video-nouveau] [xserver-xorg-video-nouveau]: No devices detected. (anymore) Marked as found in versions xserver-xorg-video-nouveau/1:1.0.11-1. Merged 740953 763660 > thanks Stopping processing here. Please contact me if you need assistance. -- 740953: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740953 763660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763660 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/handler.s.c.141726169832680.transcr...@bugs.debian.org
Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)
Control: reassign -1 src:linux Control: found -1 3.13~rc6-1~exp1 Control: fixed -1 3.17~rc5-1~exp1 On 2014-10-20 23:20 +0200, Viktor Malyarchuk wrote: > Fixed in kernel 3.16.5 (unstable) and 3.17 (experimental). > > Relevant commit is: > https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=7babfd7f066dae02c63d9ccac886419ccfb80cfd Thanks! Reassigning to the kernel then, will close the bug soon. Cheers, Sven > On Wed, Mar 26, 2014 at 5:27 PM, Sven Joachim wrote: > >> On 2014-03-26 22:57 +0100, Viktor Malyarchuk wrote: >> >> > On Sun, Mar 23, 2014 at 3:48 AM, Sven Joachim wrote: >> > >> >> When the nouveau kernel module is loaded, any conflicting framebuffer >> >> drivers are (supposed to be) removed. Check your dmesg if that is the >> >> case for you. >> >> > Conflicting framebuffer drivers are different. Here are relevant dmesg >> > lines: >> > >> > >> > a) CONFIG_X86_SYSFB=y (dmesg.3.13-1-amd64 and Xorg.0.log.3.13-1-amd64 in >> > attachment) >> > --- >> > [ 10.591133] fb: conflicting fb hw usage nouveaufb vs simple - removing >> > generic driver >> > ... >> > [ 10.983470] nouveau [ DRM] allocated 2560x1440 fb: 0x8, bo >> > 880265d15000 >> > [ 11.01] nouveau :01:00.0: fb0: nouveaufb frame buffer device >> > --- >> > >> > b) # CONFIG_X86_SYSFB is not set (dmesg.3.13.7+ and Xorg.0.log.3.13.7+ in >> > attachment) >> > --- >> > [ 11.666121] fb: conflicting fb hw usage nouveaufb vs EFI VGA - >> removing >> > generic driver >> > ... >> > [ 12.040732] nouveau [ DRM] allocated 2560x1440 fb: 0x8, bo >> > 880262dc8400 >> > [ 12.040790] fbcon: nouveaufb (fb0) is primary device >> > [ 12.121273] nouveau :01:00.0: fb0: nouveaufb frame buffer device >> > --- >> >> That's how it is supposed to be in both cases, so we can rule that out. >> Now why X fails in the first case but not in the second, I don't know. >> >> I think you're best off reporting the bug upstream, please see >> http://nouveau.freedesktop.org/wiki/Bugs/ for instructions. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87sih2z03l@turtle.gmx.de
Processed: Re: Bug#740953: [xserver-xorg-video-nouveau]: No devices detected. (anymore)
Processing control commands: > reassign -1 src:linux Bug #740953 [xserver-xorg-video-nouveau] [xserver-xorg-video-nouveau]: No devices detected. (anymore) Bug #763660 [xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: GeForce 9400M , no screens found Bug reassigned from package 'xserver-xorg-video-nouveau' to 'src:linux'. Bug reassigned from package 'xserver-xorg-video-nouveau' to 'src:linux'. No longer marked as found in versions xserver-xorg-video-nouveau/1:1.0.11-1 and xserver-xorg-video-nouveau/1:1.0.10-1. No longer marked as found in versions xserver-xorg-video-nouveau/1:1.0.11-1 and xserver-xorg-video-nouveau/1:1.0.10-1. Ignoring request to alter fixed versions of bug #740953 to the same values previously set Ignoring request to alter fixed versions of bug #763660 to the same values previously set > found -1 3.13~rc6-1~exp1 Bug #740953 [src:linux] [xserver-xorg-video-nouveau]: No devices detected. (anymore) Bug #763660 [src:linux] xserver-xorg-video-nouveau: GeForce 9400M , no screens found Marked as found in versions linux/3.13~rc6-1~exp1. Marked as found in versions linux/3.13~rc6-1~exp1. > fixed -1 3.17~rc5-1~exp1 Bug #740953 [src:linux] [xserver-xorg-video-nouveau]: No devices detected. (anymore) Bug #763660 [src:linux] xserver-xorg-video-nouveau: GeForce 9400M , no screens found Marked as fixed in versions linux/3.17~rc5-1~exp1. Marked as fixed in versions linux/3.17~rc5-1~exp1. -- 740953: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740953 763660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763660 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/handler.s.b740953.14172625285092.transcr...@bugs.debian.org
Bug#771424: R mysteriously injured by horizontal bars in xterm -title
Package: xterm Version: 312-1 File: /usr/bin/xterm This gives me a strip of letters across the top of the screen with the 'R' mysteriously injured by horizontal bars, $ set $(perl -e 'print chr $_ for ord q/!/.. ord q/~/'); xterm -title $@ -e read -title RR shows the same problem. I am running under icewm. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/87bnnsziie@jidanni.org
Bug#768958: ProSavage8 KM266/KL266 only support 800x600 with xserver-xorg-video-savage
Dear maintainers, I don't know if it can help, but I installed (and updated) Lubuntu 14.04 on this same computer : Although the bootsplash is also 800x600 and "ugly", lightm and lxsession are displayed with full resolution (1024x768), automatically. You can find the corresponding Xorg log attached. Thanks for your time, YvanM [46.837] X.Org X Server 1.15.1 Release Date: 2014-04-13 [46.837] X Protocol Version 11, Revision 0 [46.837] Build Operating System: Linux 3.2.0-37-generic i686 Ubuntu [46.837] Current Operating System: Linux EasyNote 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:31:23 UTC 2014 i686 [46.837] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic root=UUID=2608d8b1-aecc-4b19-9d3b-6c127b1876dd ro nomodeset quiet splash vt.handoff=7 [46.837] Build Date: 30 July 2014 12:19:53AM [46.837] xorg-server 2:1.15.1-0ubuntu2.1 (For technical support please see http://www.ubuntu.com/support) [46.837] Current version of pixman: 0.30.2 [46.837] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [46.837] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [46.837] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 29 16:38:29 2014 [47.021] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [47.151] (==) No Layout section. Using the first Screen section. [47.151] (==) No screen section available. Using defaults. [47.151] (**) |-->Screen "Default Screen Section" (0) [47.151] (**) | |-->Monitor "" [47.180] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [47.223] (==) Automatically adding devices [47.223] (==) Automatically enabling devices [47.223] (==) Automatically adding GPU devices [47.382] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [47.382] Entry deleted from font path. [47.382] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist. [47.382] Entry deleted from font path. [47.382] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. [47.383] Entry deleted from font path. [47.413] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist. [47.413] Entry deleted from font path. [47.413] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. [47.413] Entry deleted from font path. [47.413] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/Type1, built-ins [47.413] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules" [47.413] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [47.413] (II) Loader magic: 0xb77116c0 [47.413] (II) Module ABI versions: [47.413] X.Org ANSI C Emulation: 0.4 [47.413] X.Org Video Driver: 15.0 [47.413] X.Org XInput driver : 20.0 [47.413] X.Org Server Extension : 8.0 [47.415] (--) PCI:*(0:1:0:0) 5333:8d04:1631:e004 rev 0, Mem @ 0xe000/524288, 0x9000/134217728, BIOS @ 0x/65536 [47.456] Initializing built-in extension Generic Event Extension [47.456] Initializing built-in extension SHAPE [47.456] Initializing built-in extension MIT-SHM [47.456] Initializing built-in extension XInputExtension [47.456] Initializing built-in extension XTEST [47.456] Initializing built-in extension BIG-REQUESTS [47.456] Initializing built-in extension SYNC [47.456] Initializing built-in extension XKEYBOARD [47.456] Initializing built-in extension XC-MISC [47.456] Initializing built-in extension SECURITY [47.456] Initializing built-in extension XINERAMA [47.456] Initializing built-in extension XFIXES [47.456] Initializing built-in extension RENDER [47.456] Initializing built-in extension RANDR [47.456] Initializing built-in extension COMPOSITE [47.456] Initializing built-in extension DAMAGE [47.456] Initializing built-in extension MIT-SCREEN-SAVER [47.456] Initializing built-in extension DOUBLE-BUFFER [47.456] Initializing built-in extension RECORD [47.456] Initializing built-in extension DPMS [47.456] Initializing built-in extension Present [47.456] Initializing built-in extension DRI3 [47.456] Initializing built-in extension X-Resource [47.456] Initializing built-in extension XVideo [47.456] Initializing built-in extension XVideo-MotionCompensation [47.457] Initializing built-in extension SELinux [47.457] Initializing built-in extension XFree86-VidModeExtension [47.457] Initializing built-in extension XFree86-DGA [47.457] Initializing built-in extension XFree86-DRI [47.457] Initializing built-in e