Bug#369109: xserver-xorg-video-ati: cannot display at 1024x768 on powerbook g4 titanium with 1280x854 LCD
On Mon, 2006-05-29 at 19:05 +0200, Giuseppe Sacco wrote: > Michel Dänzer ha scritto: > > On Sun, 2006-05-28 at 21:10 +0200, Giuseppe Sacco wrote: > [...] > > Should be possible via metamodes. Looks like the syntax you have > > currently is not quite correct for this though. > > > > Also, it looks like MergedFB is limiting the virtual resolution to the > > external display's maximum resolution; does it make a difference if you > > specify > > > > Virtual 1280 854 > > > > in SubSection "Display"? > > The only change is that on the external LCD I have a scrolling screen. > Note: while I move the pointer scrolling the screen, I see something > moving even on the internal LCD. So probably both screen are using a > 1024x768 resolution. Did you also fix the metamode syntax? Anyway, please provide a full log file for this. > >>Option "MonitorLayout" "LVDS,TMDS" > > I only have an LCD monitor to make my tests. If I use CRT instead of > TMDS, the external LCD will work at 1024x768 and the internal LCD will > not be visible: it will show slowly changes shadow like slightly > changing shadow on a plasma screen. Sounds like 'blooming', i.e. the internal LCD is not actively controlled. > > The radeon driver doesn't support two digital outputs at the same time > > yet. This fact stands (see https://bugs.freedesktop.org/show_bug.cgi?id=3621), and I suspect the digitally connected external display might confuse the driver even for the internal LCD. Please provide full log files for all cases. > >>Option "LVDSProbePLL" "on" > >>Option "EnablePageFlip""off" > >>Option "EnableDepthMoves" "on" > > > > > > This option is basically useless and might even be harmful. > > Are you referring only to EnableDepthMoves or to all of the last three > options? Only EnableDepthMoves, the others are NOPs. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer
Bug#353494: Cyrix CPUID disabled on newer 2.6 kernels?
I think I may have found the part that's causing trouble here. In fb/fbpict.c, there's a function fbHaveMMX that uses inline assembler, and appears to check for a 486 before trying to use CPUID. The Cyrix chips support CPUID, but it's turned off by default (!!), so trying to use it here makes the processor throw a SIGILL. (The kernel should be enabling this, but in 2.6.16 it's not fsr...) I'm going to check my kernel config to make sure the Cyrix hacks haven't been removed or disabled; if that's the case, I'll check with that kernel and report back. In any case, this doesn't appear to be a problem with X.org as much as it is a faulty kernel config. -lee -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#369504: xbase-clients: use /usr/bin/Xorg instead of /usr/bin/X in /usr/bin/startx and /etc/X11/xinit/xserverrc
Package: xbase-clients Version: 1:7.0.1-2 Severity: important After upgrade from xorg 6.9 to 7.0 startx & co dont work anymore, because /usr/bin/X is the wrong program to be used. Instead /usr/bin/Xorg should be used. Changing it both in /usr/bin/startx and /etc/X11/xinit/xserverrc solves the problem. Attila Kinali -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.9 Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1) Versions of packages xbase-clients depends on: ii libc6 2.3.6-9 GNU C Library: Shared libraries ii libfontconfig1 2.3.2-5.1generic font configuration library ii libfreetype62.2.1-2 FreeType 2 font engine, shared lib ii libfs6 2:1.0.0-3X11 Font Services library ii libgl1-mesa-glx [libgl1]6.4.1-0.4A free implementation of the OpenG ii libice6 1:1.0.0-3X11 Inter-Client Exchange library ii libpng12-0 1.2.8rel-5.1 PNG library - runtime ii libsm6 1:1.0.0-4X11 Session Management library ii libx11-62:1.0.0-6X11 client-side library ii libxau6 1:1.0.0-3X11 authorisation library ii libxaw7 1:1.0.1-5X11 Athena Widget library ii libxcursor1 1.1.5.2-5X cursor management library ii libxext61:1.0.0-4X11 miscellaneous extension librar ii libxft2 2.1.8.2-8FreeType-based font drawing librar ii libxi6 1:1.0.0-5X11 Input extension library ii libxkbfile1 1:1.0.2-3X11 keyboard file manipulation lib ii libxmu6 1:1.0.1-3X11 miscellaneous utility library ii libxmuu11:1.0.1-3X11 miscellaneous micro-utility li ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender1 1:0.9.0.2-4 X Rendering Extension client libra ii libxss1 1:1.0.1-4X11 Screen Saver extension library ii libxt6 1:1.0.0-5X11 toolkit intrinsics library ii libxtrap6 1:1.0.0-3X11 event trapping extension libra ii libxtst61:1.0.1-3X11 Testing -- Resource extension ii libxv1 1:1.0.1-3X11 Video extension library ii libxxf86dga12:1.0.0-3X11 Direct Graphics Access extensi ii libxxf86vm1 1:1.0.0-4X11 XFree86 video mode extension l ii x11-common 1:7.0.20 X Window System (X.Org) infrastruc ii zlib1g 1:1.2.3-11 compression library - runtime xbase-clients recommends no packages. -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#369502: x11-common: /usr/bin/X doesn't start X anymore
Package: x11-common Version: 1:7.0.20 Severity: important After an upgrade from xorg 6.9 to 7.0, startx and other scripts dont work anymore, because xorg isnt started by using X but by using Xorg. IMHO for compatibility and especialy during the transition X should be a wrapper around Xorg. Interestingly X itself doesn't print any error why it couldnt start x, it just exits. There is not even a warning. IMHO this should be fixed to, to avoid problems during and after upgrade Attila Kinali -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.9 Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1) Versions of packages x11-common depends on: ii debconf [debconf-2.0] 1.5.1 Debian configuration management sy ii debianutils 2.16.1 Miscellaneous utilities specific t ii lsb-base 3.1-5 Linux Standard Base 3.1 init scrip x11-common recommends no packages. -- debconf information: * x11-common/xwrapper/allowed_users: Console Users Only x11-common/experimental_packages: x11-common/xwrapper/actual_allowed_users: console x11-common/xwrapper/nice_value/error: * x11-common/upgrade_issues: * x11-common/xwrapper/nice_value: -10 * x11-common/x11r6_bin_not_empty: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Bug#369502: x11-common: /usr/bin/X doesn't start X anymore
On Tue, 30 May 2006, Attila Kinali wrote: After an upgrade from xorg 6.9 to 7.0, startx and other scripts dont work anymore, because xorg isnt started by using X but by using Xorg. IMHO for compatibility and especialy during the transition X should be a wrapper around Xorg. Interestingly X itself doesn't print any error why it couldnt start x, it just exits. There is not even a warning. IMHO this should be fixed to, to avoid problems during and after upgrade Please check if your /etc/X11/X symlink points to /bin/true - for me this had happened on update 6.9->7.0 - this symlink needs to point to /usr/bin/Xorg for everything to work. c'ya sven -- The Internet treats censorship as a routing problem, and routes around it. (John Gilmore on http://www.cygnus.com/~gnu/) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#369504: xbase-clients: use /usr/bin/Xorg instead of /usr/bin/X in /usr/bin/startx and /etc/X11/xinit/xserverrc
On Tue, 30 May 2006 11:11:27 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Tue, 2006-05-30 at 11:02 +0200, Attila Kinali wrote: > > Package: xbase-clients > > Version: 1:7.0.1-2 > > Severity: important > > > > After upgrade from xorg 6.9 to 7.0 startx & co dont work anymore, > > because /usr/bin/X is the wrong program to be used. Instead > > /usr/bin/Xorg should be used. > > No, /usr/bin/X is correct. If you don't have it, try reinstalling > x11-common; otherwise, check that /etc/X11/X points to /usr/bin/Xorg. I have it, it's installed: --- -rwsr-sr-x 1 root root 18K May 21 21:53 /usr/bin/X jashugan:~# dpkg -s x11-common|grep Version Version: 1:7.0.20 --- But running it doesn't do anything. It just exits. No error message, no warning. Even strace'ing it didnt reveal anything. I also filled a bugreport against x11-common because of this (#369502) Attila Kinali -- 心をこめて聞け心をこめて話せ
Bug#369505: xserver-xorg-core: /usr/bin/Xorg should be suid root
Package: xserver-xorg-core Version: 1:1.0.2-8 Severity: important After upgrade from xorg 6.9 to 7.0 /usr/bin/Xorg should be used instead of /usr/bin/X. But /usr/bin/Xorg is not suid root. Thus it is inpossible to use startx & co to start x as a user. Attila Kinali -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.9 Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1) Versions of packages xserver-xorg-core depends on: ii libc6 2.3.6-9GNU C Library: Shared libraries ii libfontenc1 1:1.0.1-6 X11 font encoding library ii libgcc1 1:4.1.0-4 GCC support library ii libxau6 1:1.0.0-3 X11 authorisation library ii libxdmcp6 1:1.0.0-4 X11 Display Manager Control Protoc ii libxfont1 1:1.0.0-4 X11 font rasterisation library ii x11-common1:7.0.20 X Window System (X.Org) infrastruc ii xserver-xorg-input-ev 1:1.0.0.5-2X.Org X server -- evdev input driv ii xserver-xorg-input-kb 1:1.0.1.3-2X.Org X server -- keyboard input d ii xserver-xorg-input-mo 1:1.0.4-3 X.Org X server -- mouse input driv ii xserver-xorg-video-du 1:0.1.0.5-2X.Org X server -- dummy display dr ii xserver-xorg-video-fb 1:0.1.0.5-2X.Org X server -- fbdev display dr ii xserver-xorg-video-mg 1:1.2.1.3.dfsg.1-2 X.Org X server -- MGA display driv ii xserver-xorg-video-ne 1:1.0.0.5-2X.Org X server -- Neomagic display ii xserver-xorg-video-si 1:1.3.1.5-3X.Org X server -- SiliconMotion di ii xserver-xorg-video-v4 0.0.1.5-1 X.Org X server -- Video 4 Linux di ii xserver-xorg-video-ve 1:1.0.1.3-2X.Org X server -- VESA display dri ii xserver-xorg-video-vg 1:4.0.0.5-2X.Org X server -- VGA display driv ii xserver-xorg-video-vo 1:1.0.0.5-2X.Org X server -- Voodoo display d ii zlib1g1:1.2.3-11 compression library - runtime Versions of packages xserver-xorg-core recommends: pn xkeyboard-config (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#369502: x11-common: /usr/bin/X doesn't start X anymore
On Tue, 30 May 2006 11:24:23 +0200 Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Tue, 2006-05-30 at 10:52 +0200, Attila Kinali wrote: > > Package: x11-common > > Version: 1:7.0.20 > > Severity: important > > > > After an upgrade from xorg 6.9 to 7.0, startx and other scripts > > dont work anymore, because xorg isnt started by using X but by using Xorg. > > IMHO for compatibility and especialy during the transition X should be > > a wrapper around Xorg. > > That's exactly what /usr/bin/X in x11-common is. If this problem isn't > covered by #369504, please provide more details about what the problem > is. For one, it doesn't do what it should do. If i run /usr/bin/X the follwing happens: --- jashugan:~# /usr/bin/X jashugan:~# --- /var/log/Xorg.0.log is not been touched at all. There is simply nothing that would reveal anything. Running an strace looks like this: --- jashugan:~# strace -f /usr/bin/X execve("/usr/bin/X", ["/usr/bin/X"], [/* 27 vars */]) = 0 uname({sys="Linux", node="jashugan", ...}) = 0 brk(0) = 0x804b000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f41000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f4 open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=59503, ...}) = 0 mmap2(NULL, 59503, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f31000 close(3)= 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/tls/libc.so.6", O_RDONLY)= 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260O\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1270928, ...}) = 0 mmap2(NULL, 1276892, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7df9000 mmap2(0xb7f27000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12e) = 0xb7f27000 mmap2(0xb7f2f000, 7132, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f2f000 close(3)= 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7df8000 mprotect(0xb7f27000, 20480, PROT_READ) = 0 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7df86c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 munmap(0xb7f31000, 59503) = 0 brk(0) = 0x804b000 brk(0x806c000) = 0x806c000 open("/etc/X11/Xwrapper.config", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0600, st_size=616, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f3f000 read(3, "# Xwrapper.config (Debian X Wind"..., 4096) = 616 read(3, "", 4096) = 0 close(3)= 0 munmap(0xb7f3f000, 4096)= 0 lstat64("/etc/X11/X", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0 readlink("/etc/X11/X", "/bin/true", 1024) = 9 access("/etc/X11/X", X_OK) = 0 getuid32() = 0 umask(0)= 022 mkdir("/tmp/.X11-unix", 01777) = -1 EEXIST (File exists) umask(022) = 0 lstat64("/tmp/.X11-unix", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0 stat64("/dev/dri", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 setresuid32(-1, 0, -1) = 0 getpriority(PRIO_PROCESS, 0)= 20 setpriority(PRIO_PROCESS, 0, -10) = 0 getpriority(PRIO_PROCESS, 0)= 30 chdir("/etc/X11") = 0 execve("/bin/true", ["/usr/bin/X"], [/* 27 vars */]) = 0 uname({sys="Linux", node="jashugan", ...}) = 0 brk(0) = 0x804c000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f9a000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f99000 open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=59503, ...}) = 0 mmap2(NULL, 59503, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f8a000 close(3)= 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/tls/libc.so.6", O_RDONLY)= 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260O\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1270928, ...}) = 0 mmap2(NULL, 1276892, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e52000 mmap2(0xb7f8, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12e) = 0xb7f8 mmap2(0xb7f88000, 7132, PROT_READ|PROT_WRITE
Bug#369502: x11-common: /usr/bin/X doesn't start X anymore
On Tue, 2006-05-30 at 10:52 +0200, Attila Kinali wrote: > Package: x11-common > Version: 1:7.0.20 > Severity: important > > After an upgrade from xorg 6.9 to 7.0, startx and other scripts > dont work anymore, because xorg isnt started by using X but by using Xorg. > IMHO for compatibility and especialy during the transition X should be > a wrapper around Xorg. That's exactly what /usr/bin/X in x11-common is. If this problem isn't covered by #369504, please provide more details about what the problem is. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer
Bug#369504: xbase-clients: use /usr/bin/Xorg instead of /usr/bin/X in /usr/bin/startx and /etc/X11/xinit/xserverrc
On Tue, 2006-05-30 at 11:02 +0200, Attila Kinali wrote: > Package: xbase-clients > Version: 1:7.0.1-2 > Severity: important > > After upgrade from xorg 6.9 to 7.0 startx & co dont work anymore, > because /usr/bin/X is the wrong program to be used. Instead > /usr/bin/Xorg should be used. No, /usr/bin/X is correct. If you don't have it, try reinstalling x11-common; otherwise, check that /etc/X11/X points to /usr/bin/Xorg. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer
Bug#369502: x11-common: /usr/bin/X doesn't start X anymore
On Tue, 30 May 2006 11:26:59 +0200 (CEST) Sven-Haegar Koch <[EMAIL PROTECTED]> wrote: > Please check if your /etc/X11/X symlink points to /bin/true - for me this > had happened on update 6.9->7.0 - this symlink needs to point to > /usr/bin/Xorg for everything to work. Hmm.. Looks like that was it. Now the question is how did the symlink end up pointing to /bin/true? Attila Kinali -- 心をこめて聞け心をこめて話せ
Bug#369510: xfonts-encodings: missing compatibility link for encodings/large
Package: xfonts-encodings Version: 1:1.0.0-5 Hello, xfonts-encoding ships a compatibility link in /usr/X11R6/lib/X11/fonts/encodings/encodings.dir towards the new location in /usr/share/fonts/X11/encodings. Seems like a similar one is missing: /usr/X11R6/lib/X11/fonts/encodings/large/encodings.dir -> /usr/share/fonts/X11/encodings/large/encodings.dir It be great to have this fixed soonishly, so that x-ttcidfont-conf's #362296 can be fixed properly. Thanks, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org Testing can show the presence of bugs, but not their absence. -- Dijkstra
livraison gratuite
Title: livraison gratuite Si cette page ne s'affiche pas correctement dans votre messagerie, cliquez ici Ce message vous a été envoyé pour une des raisons suivantes : • vous vous êtes enregistrés sur www.eurotape.lu • vous avez passé une commande • vous avez participé à un jeu concours de "eurotape.lu" www.eurotape.lu, le grossiste du consommable pour le particulier Cliquez ici pour vous désabonner de la €urotapeNews
Bug#369519: xdm: FTBFS on hurd-i386: Unsatisfiable Build-Depends libselinux1-dev
Package: xdm Version: 1:1.0.4-2 Severity: important Hi, your package failed to autobuild: > Automatic build of xdm_1:1.0.4-2 on beethoven by sbuild/hurd-i386 85 > Build started at 20060530-1233 > ** > Checking available source versions... > Fetching source files... > Reading package lists... > Building dependency tree... > Need to get 681kB of source archives. > Get:1 http://ftp2.de.debian.org unstable/main xdm 1:1.0.4-2 (dsc) [887B] > Get:2 http://ftp2.de.debian.org unstable/main xdm 1:1.0.4-2 (tar) [482kB] > Get:3 http://ftp2.de.debian.org unstable/main xdm 1:1.0.4-2 (diff) [199kB] > Fetched 681kB in 0s (710kB/s) > Download complete and in download only mode > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>= 5.0.0), pkg-config, libxmu-dev (>= 1:1.0.1-1), > libx11-dev (>= 2:1.0.0-1), libxau-dev (>= 1:1.0.0-1), libxaw7-dev (>= > 1:1.0.1-1), libpam0g-dev, libselinux1-dev, libxinerama-dev (>= 1:1.0.1-1), > quilt [...] > libselinux1-dev: missing > libxinerama-dev: already installed (1:1.0.1-4 >= 1:1.0.1-1 is satisfied) > quilt: already installed (0.44-6) > Checking for source dependency conflicts... > /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y --force-yes > install libxmu-dev libxaw7-dev libpam0g-dev libselinux1-dev > Reading package lists... > Building dependency tree... [...] > E: Couldn't find package libselinux1-dev > apt-get failed. Please make this Build-Depends optional on non-linux arches (i.e. kfreebsd-i386 and hurd-i386 for now). thanks, Michael -- Michael Banck Debian Developer [EMAIL PROTECTED] http://www.advogato.org/person/mbanck/diary.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#22506: tracey heard
He llo. Our Of fice has rec eived your fill ed app lication. ''' irrepti.net/6a Please Co py an d pa ste the abo ve URL in your bro wser. ''' Ou r office shall then re-con firm yo ur data. W ith Ref to: tracey heard a nd yo ur histroy is not a factor. All re efin ance types have been A pp roved for you tracey heard Sin cerely, Hal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[SOLVED] Re: X-Window/XTerm and environement variables
Hello Developers and Contributors. I have found the culpable one: DASH !!! I was wondering, WHY some of my programs/scripts do not more work, even if I have "#!/bin/bash" in the first line... first I was thinking it is XTerm which eat my Environement... No, it isnt. Running 'pstree -Alpancu michelle.konzack |xmessage -file -' from a button in fvwm give me bash,3983 `-startx,4171 /usr/X11R6/bin/startx `-xinit,4182 /usr/X11R6/lib/X11/xinit/xinitrc -- /usr/X11R6/lib/X11/xinit/xserverrc |-XFree86,4183,root -dpi 100 -nolisten tcp `-sh,4186 /home/michelle.konzack/.xsession |-ssh-agent,4214 /home/michelle.konzack/.xsession `-fvwm,4219 |-FvwmBacker,4220 9 6 /home/michelle.konzack/.fvwm//start/FvwmBacker 0 8 |-FvwmTaskBar,4221 11 6 /home/michelle.konzack/.fvwm//start/FvwmTaskBar 0 8 |-FvwmButtons,4222 13 6 /home/michelle.konzack/.fvwm//start/FvwmButtonsTop 0 8 ButtonsPanelTop |-FvwmButtons,4223 15 6 /home/michelle.konzack/.fvwm//start/FvwmButtonsRight 0 8 ButtonsPanelRight |-FvwmCommandS,4224 16 5 /home/michelle.konzack/.fvwm//config 0 8 |-FvwmButtons,4225 17 4 none 0 8 ButtonsBarTop |-FvwmButtons,4227 19 4 none 0 8 ButtonsBarRight |-FvwmPager,4228 21 4 none 0 8 |-xclock,4229 -analog -chime -update 1 -padding 2 -hands Black -highlight White -fg White -bg DeepSkyBlue |-wmmount,4230 -- -s |-wmmon,4231 -s |-wmmixer,4232 -w |-wmifs,4233 -i eth0 |-wmxmms,4234 --single --title |-wmfsm,4235 --noblink |-wmcpuload,4236 -bl -lc rgb:00/ff/ff -c 0 -i 1 -a 80 -w |-xterm,4246 -geometry 80x35+290+100 -fn -misc-fixed-medium-r-normal--18-*-*-*-*-*-iso8859-15 -bg black -fg white -title mutt -name mutt-n | `-mutt,4247 | `-mcedit,5994 /tmp/mutt-michelle1-1000-4247-13 | `-mcusrpd6Bca,6030 /tmp/mc-michelle.konzack/mcusrpd6Bca | `-pstree,6031 -Alpancu michelle.konzack `-xterm,6015 -geometry 94x29+0+150 -fn 10x20 -title Midnight\040Commander -name mc -n mc -e /usr/bin/mc `-mc,6016 `-bash,6018 -rcfile .bashrc which looks realy normal... but hold, PID 4186 is 'sh' which is a symlink to dash. Whenever I start a command like 'Exec xterm' from within fvwm it invokes /bin/sh which eat the environement... Changeing the symlink back to 'bash' as under Woody my whole environement is working again... I can now use TMPDIR and MANPATH without any problems and headstandings. Maybe the $USER schould be informed of this behaviour... or by installing DASH, debconf should inform the $USER, that some programs will have some strange behaviour... Or better, the X-Window-System should use the $SHELL variable from the $USER, if started with 'startx'. Greetings Michelle Konzack Am 2006-04-09 16:14:11, schrieb Michelle Konzack: > Dear X-Maintainers and X-Developers, > > before I fill up the BTS I want to clarify some (security) problems > on the list. > > > 1st problem > === > Because I am working in a secured environement, XTerm break it, > while droping the TEMPDIR variable which was set from /etc/profile, > ~/.bash_login or ~/.xsession. > > Generaly it is set using: > > mkdir -p /tmp/$USER > chmod 700 /tmp/$USER > export TMPDIR=/tmp/$USER > > > > 2nd problem > === > Then the Variable MANPATH is eaten by X-Window. We are using > heavyly private manpages from ~/man and using in the configs > > if test -z "$MANPATH" ; then export MANPATH=`manpath` ; fi > > Under Woody it was working, but now under Sarge, I can not more read > my private Manpages using xman. Opening a XTerm, show me, that > $MANPATH is droped. Testing it with > > echo $MANPATH |xmessage -file - > > from the "menu" system, a configured menu or a button in fvwm, give > me an empty xmessage window. > > Running a xterm and executing 'bash -l' and then the above command > with xmessage show me the right MANPATH > > /home/michelle.konzack/man:/usr/share/man:/usr/X11R6/man:/usr/local/man > > > > I think, running all the time 'xterm -e bash -l -c ' is NO > solution to get the right environement. > > Please note, that one of my colleague (at the french army) has > allready DoS'ed me as he encountered, my "mutt" was not working > inside the /tmp/$USER directory but in /tmp. > > This two are the most anoying bugs under X-Window and Xterm. I think, > they should be corected before the new
New template wording....
>trunk/debian/xorg/debian/x11-common.templates > Modified: trunk/debian/xorg/debian/x11-common.templates > === > --- trunk/debian/xorg/debian/x11-common.templates 2006-05-17 02:36:29 UTC > (rev 2160) > +++ trunk/debian/xorg/debian/x11-common.templates 2006-05-17 03:00:28 UTC > (rev 2161) > @@ -44,3 +44,17 @@ > package is installed after upgrade. If it is not installed and you require > it, it is recommended that you install the xorg package to make sure you > have a fully functional X setup. > + > +Template: x11-common/x11r6_bin_not_empty > +Type: note > +_Description: Can Not Remove /usr/X11R6/bin Directory I beg to slightly and kindly protest for that change...:-) I missed it whern it happened but it adds a new template with a quite debatable wording (CapTaliZation...:-))) I've just discovered it when I saw the updates sent by Jacobo today. I'll of course correct this and unfuzzy the already updated translations, but bleh..:-) signature.asc Description: Digital signature
Bug#369519: xdm: FTBFS on hurd-i386: Unsatisfiable Build-Depends libselinux1-dev
> Please make this Build-Depends optional on non-linux arches (i.e. > kfreebsd-i386 and hurd-i386 for now). For reference, here's what we use in shadow: Build-Depends: libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64] kfreebsd-amd64 has been added in advance after a short discussion with Aurélien Jarno, IIRC. signature.asc Description: Digital signature
X Strike Force X.Org X11 SVN commit: r2264 - in trunk/debian/xorg/debian: . po
Author: bubulle Date: 2006-05-30 14:54:48 -0400 (Tue, 30 May 2006) New Revision: 2264 Added: trunk/debian/xorg/debian/po/nb.po Modified: trunk/debian/xorg/debian/changelog trunk/debian/xorg/debian/po/gl.po Log: Updated Galician and added Norwegian translations Modified: trunk/debian/xorg/debian/changelog === --- trunk/debian/xorg/debian/changelog 2006-05-30 05:19:35 UTC (rev 2263) +++ trunk/debian/xorg/debian/changelog 2006-05-30 18:54:48 UTC (rev 2264) @@ -1,5 +1,11 @@ xorg (1:7.0.21) UNRELEASED; urgency=low + [ Christian Perrier ] + * Debconf translation updates +- Galician (Jacobo Tarrio). Closes: #369509 +- Norwegian Bokmal (Bjørn Steensrud). Closes: #369515 + + [ Steve Langasek ] * Conflict with ppxp (<= 0.2001080415-14), thanks to Florian Ludwig. -- Steve Langasek <[EMAIL PROTECTED]> Sun, 28 May 2006 15:36:49 -0700 Modified: trunk/debian/xorg/debian/po/gl.po === --- trunk/debian/xorg/debian/po/gl.po 2006-05-30 05:19:35 UTC (rev 2263) +++ trunk/debian/xorg/debian/po/gl.po 2006-05-30 18:54:48 UTC (rev 2264) @@ -15,7 +15,7 @@ "Project-Id-Version: xorg\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-05-17 07:04-0500\n" -"PO-Revision-Date: 2006-05-16 13:13-0500\n" +"PO-Revision-Date: 2006-05-30 11:32+0200\n" "Last-Translator: Jacobo Tarrio <[EMAIL PROTECTED]>\n" "Language-Team: Galician <[EMAIL PROTECTED]>\n" "MIME-Version: 1.0\n" @@ -1310,7 +1310,33 @@ "Escolla esta opción se quere que se volva detectar a disposición do teclado. " "Non a escolla se quere conservar a disposición actual." +#~ msgid "Can Not Remove /usr/X11R6/bin Directory" +#~ msgstr "Non se pode eliminar o directorio /usr/X11R6/bin" + #~ msgid "" +#~ "This upgrade requires that the /usr/X11R6/bin directory be removed and " +#~ "replaced with a symlink. An attempt was made to do so, but it failed, " +#~ "most likely because the directory is not yet empty. You must move the " +#~ "files that are currently in the directory out of the way so that the " +#~ "installation can complete. If you like, you may move them back after the " +#~ "symlink is in place." +#~ msgstr "" +#~ "Para esta actualización hai que eliminar o directorio /usr/X11R6/bin e " +#~ "substituílo por unha ligazón simbólica. Tentouse facelo, pero non se " +#~ "puido; posiblemente porque o directorio non estea baleiro xa. Debe " +#~ "apartar os ficheiros que haxa no directorio para que se poida completar a " +#~ "instalación. Se quere, pode volver deixalos no seu sitio despois de ter " +#~ "feita a ligazón simbólica." + +#~ msgid "" +#~ "This package installation will now fail and exit so that you can do this. " +#~ "Please re-run your upgrade procedure after you have cleaned out the " +#~ "directory." +#~ msgstr "" +#~ "Agora hase saír da instalación deste paquete para que o poida facer. " +#~ "Repita o procedemento de actualización despois de limpar o directorio." + +#~ msgid "" #~ "Multiple video cards have been detected, and different X servers are " #~ "required to support the various devices. It is thus not possible to " #~ "automatically select a default X server. Please configure the device " Added: trunk/debian/xorg/debian/po/nb.po === --- trunk/debian/xorg/debian/po/nb.po 2006-05-30 05:19:35 UTC (rev 2263) +++ trunk/debian/xorg/debian/po/nb.po 2006-05-30 18:54:48 UTC (rev 2264) @@ -0,0 +1,1277 @@ +# translation of xserver-xorg_debian_nb.po to Norwegian Bokmål +# +#Translators, if you are not familiar with the PO format, gettext +#documentation is worth reading, especially sections dedicated to +#this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +#Some information specific to po-debconf are available at +#/usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +#Developers do not need to manually edit POT or PO files. +# Bjørn Steensrud <[EMAIL PROTECTED]>, 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: xserver-xorg_debian_nb\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-05-17 07:04-0500\n" +"PO-Revision-Date: 2006-05-30 11:51+0200\n" +"Last-Translator: Bjørn Steensrud <[EMAIL PROTECTED]>\n" +"Language-Team: Norwegian Bokmål <[EMAIL PROTECTED]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.10\n" + +#. Type: select +#. Choices +#: ../x11-common.templates:3 +msgid "Root Only, Console Users Only, Anybody" +msgstr "Bare root, Bare konsoll-brukere, Alle" + +#. Type: select +#. Description +#: ../x11-common.templates:5 +msgid "Users allowed to start the X server:" +msgstr "Brukere som har lov til å starte X-tjeneren:" + +#. Type: select +#. Description +#: ../x11-common.
Processed: tagging 369515
Processing commands for [EMAIL PROTECTED]: > tags 369515 pending Bug#369515: nb translation for xserver-xorg Tags were: patch Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: tagging 369509
Processing commands for [EMAIL PROTECTED]: > tags 369509 pending Bug#369509: [INTL:gl] Updated Galician translation of xorg's debconf templates Tags were: l10n patch Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#359328: ERROR! sizeof(I830DRIRec) does not match passed size from device driver
Hi there, I have the same issue on my D610. DRI fails to initialize. Comparing I830DRIRec definition from xf86-video-i810-1.5.1.0 and Mesa-6.4.1, the former has the extra: drmSize rotatedSize; drm_handle_t rotatedbuffer; Hence they would be different in size and uncompatible. Regards, P. C. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading
On Sun, May 28, 2006 at 10:18:12PM +0200, Denis Barbier wrote: > On Fri, May 26, 2006 at 03:10:44PM -0400, Noel Maddy wrote: > > Same situation for me here, but interestingly it's only one user's > > account that has this problem. Unfortunately, it's the one account that > > I really need to use X on. > > > > I got it to work again by commenting out the -VMode/+VMode sections of > > /etc/X11/xkb/symbols/pc/pc (as below). Of course, this disables > > resolution changes, but I never use that anyway... > > XKB files have been moved into /usr/share/X11/xkb, so it is very strange > that your workaround has any influence. I can see only 2 reasons at the > moment: > * Some of your X packages have not been upgraded to X.Org 7 > * The XKBPATH environment variable is set to /etc/X11/xkb > Can you please check? > > Denis > Thanks for the clues. Found out I've still got xlibs 6.9.0.dfsg.1-6 installed. When I try to apt-get remove this, it also removes: gnome-applets gnome-control-center gnome-panel gnome-session gnome-terminal nautilus totem totem-gstreamer When I reinstall these, it reinstalls xlibs. gnome-control-center 1:2.12.3-2 depends on xlibs (unversioned) (bug #365977, perhaps?) totem-gstreamer 1.2.1-4 depends on xlibs (>= 4.2.1-9) xlibs (transitional?) 1:7.0.* is still in experimental This may explain why the /etc/X11/xkb files are still in play? I'll try installing the experimental xlibs and see what happens. -- ROM BASIC(INT 18H) IS NOT SUPPORTED DISK ERROR, INSERT SYSTEM DISK AND PRESS ANY KEY TO TRY AGAIN -- portable automatic teller +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ Noel Maddy <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#289584: my chance
Dear afriend, I found your picture on one of the webbsites, can we talk to each other? I might be cominga to your place in few weeks.a This would be a great opportunity to meet each other. Btw, I am a woman. I am 25. Drop me a line at [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#364932: Workaround Re: xorg: My keyboard no longer works after upgrading
On Tue, May 30, 2006 at 04:27:54PM -0400, Noel Maddy wrote: > On Sun, May 28, 2006 at 10:18:12PM +0200, Denis Barbier wrote: > > On Fri, May 26, 2006 at 03:10:44PM -0400, Noel Maddy wrote: > > > Same situation for me here, but interestingly it's only one user's > > > account that has this problem. Unfortunately, it's the one account that > > > I really need to use X on. > > > > > > I got it to work again by commenting out the -VMode/+VMode sections of > > > /etc/X11/xkb/symbols/pc/pc (as below). Of course, this disables > > > resolution changes, but I never use that anyway... > > > > XKB files have been moved into /usr/share/X11/xkb, so it is very strange > > that your workaround has any influence. I can see only 2 reasons at the > > moment: > > * Some of your X packages have not been upgraded to X.Org 7 > > * The XKBPATH environment variable is set to /etc/X11/xkb > > Can you please check? > > Thanks for the clues. > > Found out I've still got xlibs 6.9.0.dfsg.1-6 installed. Sorry I was unclear, this one is normal. But no package should use files from /etc/X11/xkb anymore in unstable, that's why I do not understand why your fix does work. Denis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#369510: xfonts-encodings: missing compatibility link for encodings/large
tag 369510 patch thanks > It be great to have this fixed soonishly, so that x-ttcidfont-conf's > #362296 can be fixed properly. Here's a complete patch to fix this issue. David, if you could upload soon, that'd be great; I'm also happy to do an upload myself if you wish so. Thanks in advance, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org Listening to: Múm - smell memory diff -u xfonts-encodings-1.0.0/debian/changelog xfonts-encodings-1.0.0/debian/changelog --- xfonts-encodings-1.0.0/debian/changelog +++ xfonts-encodings-1.0.0/debian/changelog @@ -1,3 +1,13 @@ +xfonts-encodings (1:1.0.0-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Complete the fix for #365403 in 1.0.0-3 by shipping a compatibility link +for the large/ subdir as well (/usr/X11R6/lib/X11/fonts/encodings/large). +Update 01_encodings_dir_absolute_paths.diff to include large/Makefile.am. +(Closes: #369510) + + -- Adeodato Simó <[EMAIL PROTECTED]> Tue, 30 May 2006 23:10:23 +0200 + xfonts-encodings (1:1.0.0-5) unstable; urgency=low * Replace old xfonts-base rather than conflict with them. Thanks Steve diff -u xfonts-encodings-1.0.0/debian/patches/01_encodings_dir_absolute_paths.diff xfonts-encodings-1.0.0/debian/patches/01_encodings_dir_absolute_paths.diff --- xfonts-encodings-1.0.0/debian/patches/01_encodings_dir_absolute_paths.diff +++ xfonts-encodings-1.0.0/debian/patches/01_encodings_dir_absolute_paths.diff @@ -1,7 +1,7 @@ Index: xfonts-encodings/Makefile.am === xfonts-encodings.orig/Makefile.am 2006-05-09 23:34:03.0 -0400 -+++ xfonts-encodings/Makefile.am 2006-05-09 23:34:09.0 -0400 +--- xfonts-encodings.orig/Makefile.am xfonts-encodings/Makefile.am @@ -48,7 +48,7 @@ @GZIP@ -c < $< > $@ @@ -13,0 +14,13 @@ +Index: xfonts-encodings/large/Makefile.am +=== +--- xfonts-encodings.orig/large/Makefile.am xfonts-encodings/large/Makefile.am +@@ -28,7 +28,7 @@ + @GZIP@ -c < $< > $@ + + encodings.dir: +- @MKFONTSCALE@ -b -s -l -n -r -p $(encodingsdir) -e . . ++ @MKFONTSCALE@ -b -s -l -n -p $(encodingsdir) -e . . + + encodings_DATA = $(COMPRESSED) encodings.dir + CLEANFILES = $(COMPRESSED) encodings.dir diff -u xfonts-encodings-1.0.0/debian/xfonts-encodings.links xfonts-encodings-1.0.0/debian/xfonts-encodings.links --- xfonts-encodings-1.0.0/debian/xfonts-encodings.links +++ xfonts-encodings-1.0.0/debian/xfonts-encodings.links @@ -1,0 +2 @@ +usr/share/fonts/X11/encodings/large/encodings.dir usr/X11R6/lib/X11/fonts/encodings/large/encodings.dir only in patch2: unchanged: --- xfonts-encodings-1.0.0.orig/large/Makefile.in +++ xfonts-encodings-1.0.0/large/Makefile.in @@ -281,7 +281,7 @@ @GZIP@ -c < $< > $@ encodings.dir: - @MKFONTSCALE@ -b -s -l -n -r -p $(encodingsdir) -e . . + @MKFONTSCALE@ -b -s -l -n -p $(encodingsdir) -e . . # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT:
Processed: Re: xfonts-encodings: missing compatibility link for encodings/large
Processing commands for [EMAIL PROTECTED]: > tag 369510 patch Bug#369510: xfonts-encodings: missing compatibility link for encodings/large There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#369510: xfonts-encodings: missing compatibility link for encodings/large
> Here's a complete patch to fix this issue. David, if you could upload > soon, that'd be great; I'm also happy to do an upload myself if you wish > so. Sigh. Now I've realized that /usr/share/fonts/X11/encodings/encodings.dir already includes the encodings present in large/, so large/encodings.dir is duplication. But well, sarge also has such duplication, so I guess it makes sense to ship the symlink. Anyway, the previous patch had a small error, I'm sending a fixed one now. Thanks, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org Everything you read in newspapers is absolutely true, except for that rare story of which you happen to have first-hand knowledge. -- Erwin Knoll diff -u xfonts-encodings-1.0.0/debian/changelog xfonts-encodings-1.0.0/debian/changelog --- xfonts-encodings-1.0.0/debian/changelog +++ xfonts-encodings-1.0.0/debian/changelog @@ -1,3 +1,13 @@ +xfonts-encodings (1:1.0.0-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Complete the fix for #365403 in 1.0.0-3 by shipping a compatibility link +for the large/ subdir as well (/usr/X11R6/lib/X11/fonts/encodings/large). +Update 01_encodings_dir_absolute_paths.diff to include large/Makefile.am. +(Closes: #369510) + + -- Adeodato Simó <[EMAIL PROTECTED]> Tue, 30 May 2006 23:10:23 +0200 + xfonts-encodings (1:1.0.0-5) unstable; urgency=low * Replace old xfonts-base rather than conflict with them. Thanks Steve diff -u xfonts-encodings-1.0.0/debian/patches/01_encodings_dir_absolute_paths.diff xfonts-encodings-1.0.0/debian/patches/01_encodings_dir_absolute_paths.diff --- xfonts-encodings-1.0.0/debian/patches/01_encodings_dir_absolute_paths.diff +++ xfonts-encodings-1.0.0/debian/patches/01_encodings_dir_absolute_paths.diff @@ -1,7 +1,7 @@ Index: xfonts-encodings/Makefile.am === xfonts-encodings.orig/Makefile.am 2006-05-09 23:34:03.0 -0400 -+++ xfonts-encodings/Makefile.am 2006-05-09 23:34:09.0 -0400 +--- xfonts-encodings.orig/Makefile.am xfonts-encodings/Makefile.am @@ -48,7 +48,7 @@ @GZIP@ -c < $< > $@ @@ -13,0 +14,19 @@ +Index: xfonts-encodings/large/Makefile.am +=== +--- xfonts-encodings.orig/large/Makefile.am xfonts-encodings/large/Makefile.am +@@ -1,4 +1,4 @@ +-encodingsdir = @ENCODINGSDIR@/large ++encodingsdir = @ENCODINGSDIR@/large/ + + ENCODING_FILES = \ + big5.eten-0.enc \ +@@ -28,7 +28,7 @@ + @GZIP@ -c < $< > $@ + + encodings.dir: +- @MKFONTSCALE@ -b -s -l -n -r -p $(encodingsdir) -e . . ++ @MKFONTSCALE@ -b -s -l -n -p $(encodingsdir) -e . . + + encodings_DATA = $(COMPRESSED) encodings.dir + CLEANFILES = $(COMPRESSED) encodings.dir diff -u xfonts-encodings-1.0.0/debian/xfonts-encodings.links xfonts-encodings-1.0.0/debian/xfonts-encodings.links --- xfonts-encodings-1.0.0/debian/xfonts-encodings.links +++ xfonts-encodings-1.0.0/debian/xfonts-encodings.links @@ -1,0 +2 @@ +usr/share/fonts/X11/encodings/large/encodings.dir usr/X11R6/lib/X11/fonts/encodings/large/encodings.dir only in patch2: unchanged: --- xfonts-encodings-1.0.0.orig/large/Makefile.in +++ xfonts-encodings-1.0.0/large/Makefile.in @@ -89,7 +89,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -encodingsdir = @ENCODINGSDIR@/large +encodingsdir = @ENCODINGSDIR@/large/ ENCODING_FILES = \ big5.eten-0.enc \ @@ -281,7 +281,7 @@ @GZIP@ -c < $< > $@ encodings.dir: - @MKFONTSCALE@ -b -s -l -n -r -p $(encodingsdir) -e . . + @MKFONTSCALE@ -b -s -l -n -p $(encodingsdir) -e . . # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT:
Bug#369624: xserver-xorg-video-mga: uninstallable on etch - depends on unavailable version of xserver-xorg-core
Package: xserver-xorg-video-mga Version: 1:1.2.1.3.dfsg.1-2 Severity: grave Justification: renders package unusable I can't install xserver-xorg-video-mga on my etch system, which I just upgraded from sarge. Dselect reports: xserver-xorg-video-mga depends on xserver-xorg-core (>= 0.99.0-1) xserver-xorg-core does not appear to be available Similarly, apt-get reports: # apt-get install xserver-xorg-video-mga/testing Reading package lists... Done Building dependency tree... Done Selected version 1:1.2.1.3.dfsg.1-2 (Debian:testing) for xserver-xorg-video-mga Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies. xserver-xorg-video-mga: Depends: xserver-xorg-core (>= 1:0.99.0-1) but it is not installable E: Broken packages So, I can't run X. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
adding ddccontrol to debian
Hi, In the last 5 months, I encountered twice LCD flat screens without hardware control or with half functionnal hardware control. The proper way to configure those screens was with software through the ddc protocol. The only software I'm aware of working under linux is ddccontrol [1] which is not in sid yet. Bored DD's might take some pleasure to warm the current frozen ITP [2]. Users eyes might bless your name for that in the etch time. @+, Fab [1] http://ddccontrol.sourceforge.net/ [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322774 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: adding ddccontrol to debian
Fabrice Lorrain wrote: > Hi, > > In the last 5 months, I encountered twice LCD flat screens without > hardware control or with half functionnal hardware control. > > The proper way to configure those screens was with software through the > ddc protocol. The only software I'm aware of working under linux is > ddccontrol [1] which is not in sid yet. > > Bored DD's might take some pleasure to warm the current frozen ITP [2]. > Users eyes might bless your name for that in the etch time. > > @+, > Fab > > [1] http://ddccontrol.sourceforge.net/ > [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322774 > > Fabrice, The current ITP is not frozen :-) I have a package ready at the moment. However, it only cleanly builds with the version of gcc in Sarge. I have been assured by upstream that a new release is forthcoming which fixes the build issues with gcc 4.x. Once it is out, the package will be updated and uploaded. -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto signature.asc Description: OpenPGP digital signature
Bug#369624: marked as done (xserver-xorg-video-mga: uninstallable on etch - depends on unavailable version of xserver-xorg-core)
Your message dated Tue, 30 May 2006 16:26:35 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#369624: xserver-xorg-video-mga: uninstallable on etch - depends on unavailable version of xserver-xorg-core has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: xserver-xorg-video-mga Version: 1:1.2.1.3.dfsg.1-2 Severity: grave Justification: renders package unusable I can't install xserver-xorg-video-mga on my etch system, which I just upgraded from sarge. Dselect reports: xserver-xorg-video-mga depends on xserver-xorg-core (>= 0.99.0-1) xserver-xorg-core does not appear to be available Similarly, apt-get reports: # apt-get install xserver-xorg-video-mga/testing Reading package lists... Done Building dependency tree... Done Selected version 1:1.2.1.3.dfsg.1-2 (Debian:testing) for xserver-xorg-video-mga Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies. xserver-xorg-video-mga: Depends: xserver-xorg-core (>= 1:0.99.0-1) but it is not installable E: Broken packages So, I can't run X. --- End Message --- --- Begin Message --- On Tue, May 30, 2006 at 04:00:00PM -0700, Chip Salzenberg wrote: > Package: xserver-xorg-video-mga > Version: 1:1.2.1.3.dfsg.1-2 > Severity: grave > Justification: renders package unusable > I can't install xserver-xorg-video-mga on my etch system, which I just > upgraded from sarge. Completely as expected. You shouldn't be trying to install this package yet, it's not useful to you until the rest of xorg7 transitions into testing. > So, I can't run X. No, you're just installing the wrong package. Install xserver-xorg instead. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature --- End Message ---
Bug#369519: xdm: FTBFS on hurd-i386: Unsatisfiable Build-Depends libselinux1-dev
On Tue, May 30, 2006 at 06:36:14PM +0200, Christian Perrier wrote: > > Please make this Build-Depends optional on non-linux arches (i.e. > > kfreebsd-i386 and hurd-i386 for now). > > For reference, here's what we use in shadow: > > Build-Depends: libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64] > > kfreebsd-amd64 has been added in advance after a short discussion with > Aurélien Jarno, IIRC. Right, kfreebsd-amd64 is sensible to add as well, thanks for reminding me. Michael -- Michael Banck Debian Developer [EMAIL PROTECTED] http://www.advogato.org/person/mbanck/diary.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: adding ddccontrol to debian
Roberto C. Sanchez a écrit : Fabrice Lorrain wrote: Hi, In the last 5 months, I encountered twice LCD flat screens without hardware control or with half functionnal hardware control. The proper way to configure those screens was with software through the ddc protocol. The only software I'm aware of working under linux is ddccontrol [1] which is not in sid yet. Bored DD's might take some pleasure to warm the current frozen ITP [2]. Users eyes might bless your name for that in the etch time. @+, Fab [1] http://ddccontrol.sourceforge.net/ [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322774 Fabrice, The current ITP is not frozen :-) I have a package ready at the moment. However, it only cleanly builds with the version of gcc in Sarge. I have been assured by upstream that a new release is forthcoming which fixes the build issues with gcc 4.x. Once it is out, the package will be updated and uploaded. -Roberto Hi Roberto. Thanks a lot for the quick answer and your work on this package. @+, Fab -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: adding ddccontrol to debian
Fabrice Lorrain wrote: > > Hi Roberto. > > Thanks a lot for the quick answer and your work on this package. > > @+, > Fab > No problem. -Roberto -- Roberto C. Sanchez http://familiasanchez.net/~roberto signature.asc Description: OpenPGP digital signature
Bug#369502: x11-common: /usr/bin/X doesn't start X anymore
On Tue, May 30, 2006 at 11:42:28AM +0200, Attila Kinali wrote: > On Tue, 30 May 2006 11:26:59 +0200 (CEST) > Sven-Haegar Koch <[EMAIL PROTECTED]> wrote: > > > > Please check if your /etc/X11/X symlink points to /bin/true - for me this > > had happened on update 6.9->7.0 - this symlink needs to point to > > /usr/bin/Xorg for everything to work. > > Hmm.. Looks like that was it. > Now the question is how did the symlink end up pointing to /bin/true? Argh... that was supposed to have been fixed a while ago. I'll take a look and try and figure out what's wrong. - David Nusinow -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2265 - vendor/X11R7/driver
Author: dnusinow Date: 2006-05-30 21:44:28 -0400 (Tue, 30 May 2006) New Revision: 2265 Added: vendor/X11R7/driver/xserver-xorg-input-evdev/ Removed: vendor/X11R7/driver/xf86-input-evdev-X11R7.0-1.0.0.5/ Log: Rename evdev vendor branch to use svn best practices Copied: vendor/X11R7/driver/xserver-xorg-input-evdev (from rev 1986, vendor/X11R7/driver/xf86-input-evdev-X11R7.0-1.0.0.5) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2266 - in vendor/X11R7/driver/xserver-xorg-input-evdev: . man src
Author: dnusinow Date: 2006-05-30 21:46:59 -0400 (Tue, 30 May 2006) New Revision: 2266 Added: vendor/X11R7/driver/xserver-xorg-input-evdev/compile vendor/X11R7/driver/xserver-xorg-input-evdev/man/evdev.man vendor/X11R7/driver/xserver-xorg-input-evdev/src/evdev.h vendor/X11R7/driver/xserver-xorg-input-evdev/src/evdev_axes.c vendor/X11R7/driver/xserver-xorg-input-evdev/src/evdev_brain.c vendor/X11R7/driver/xserver-xorg-input-evdev/src/evdev_btn.c vendor/X11R7/driver/xserver-xorg-input-evdev/src/evdev_key.c vendor/X11R7/driver/xserver-xorg-input-evdev/src/inotify-syscalls.h vendor/X11R7/driver/xserver-xorg-input-evdev/src/inotify.h Modified: vendor/X11R7/driver/xserver-xorg-input-evdev/ChangeLog vendor/X11R7/driver/xserver-xorg-input-evdev/Makefile.in vendor/X11R7/driver/xserver-xorg-input-evdev/aclocal.m4 vendor/X11R7/driver/xserver-xorg-input-evdev/config.guess vendor/X11R7/driver/xserver-xorg-input-evdev/config.sub vendor/X11R7/driver/xserver-xorg-input-evdev/configure vendor/X11R7/driver/xserver-xorg-input-evdev/configure.ac vendor/X11R7/driver/xserver-xorg-input-evdev/depcomp vendor/X11R7/driver/xserver-xorg-input-evdev/install-sh vendor/X11R7/driver/xserver-xorg-input-evdev/ltmain.sh vendor/X11R7/driver/xserver-xorg-input-evdev/man/Makefile.am vendor/X11R7/driver/xserver-xorg-input-evdev/man/Makefile.in vendor/X11R7/driver/xserver-xorg-input-evdev/missing vendor/X11R7/driver/xserver-xorg-input-evdev/mkinstalldirs vendor/X11R7/driver/xserver-xorg-input-evdev/src/Makefile.am vendor/X11R7/driver/xserver-xorg-input-evdev/src/Makefile.in vendor/X11R7/driver/xserver-xorg-input-evdev/src/evdev.c Log: Vendor drop of evdev driver 1.1.2 Including diff would make mail exceed size limit of 10 bytes. Use "svn diff -r 2265:2266 http://necrotic.deadbeast.net/svn/xorg-x11/"; to view diff. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2267 - trunk/driver
Author: dnusinow Date: 2006-05-30 21:50:35 -0400 (Tue, 30 May 2006) New Revision: 2267 Added: trunk/driver/xserver-xorg-input-evdev/ Removed: trunk/driver/xf86-input-evdev-X11R7.0-1.0.0.5/ Log: Rename evdev driver working dir to use svn best practices Copied: trunk/driver/xserver-xorg-input-evdev (from rev 2264, trunk/driver/xf86-input-evdev-X11R7.0-1.0.0.5) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2268 - trunk/util/xutils-dev/debian
Author: dnusinow Date: 2006-05-30 21:51:30 -0400 (Tue, 30 May 2006) New Revision: 2268 Modified: trunk/util/xutils-dev/debian/changelog trunk/util/xutils-dev/debian/compat trunk/util/xutils-dev/debian/control trunk/util/xutils-dev/debian/rules Log: * Stop trying to put the debugging symbols somewhere. We're not going to ship them unless there's a compelling reason to do so * Run dh_install with --list-missing * Bump debhelper compatibility to 5 Modified: trunk/util/xutils-dev/debian/changelog === --- trunk/util/xutils-dev/debian/changelog 2006-05-31 01:50:35 UTC (rev 2267) +++ trunk/util/xutils-dev/debian/changelog 2006-05-31 01:51:30 UTC (rev 2268) @@ -16,8 +16,12 @@ * Bump standards version to 3.7.2.0 * Correct the mkdirhier manpage rewrite patch so that the manpage suffix is correct + * Stop trying to put the debugging symbols somewhere. We're not going to +ship them unless there's a compelling reason to do so + * Run dh_install with --list-missing + * Bump debhelper compatibility to 5 - -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 01:19:46 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 21:51:43 -0400 xutils-dev (1:1.0.2-3) unstable; urgency=low Modified: trunk/util/xutils-dev/debian/compat === --- trunk/util/xutils-dev/debian/compat 2006-05-31 01:50:35 UTC (rev 2267) +++ trunk/util/xutils-dev/debian/compat 2006-05-31 01:51:30 UTC (rev 2268) @@ -1 +1 @@ -4 +5 Modified: trunk/util/xutils-dev/debian/control === --- trunk/util/xutils-dev/debian/control2006-05-31 01:50:35 UTC (rev 2267) +++ trunk/util/xutils-dev/debian/control2006-05-31 01:51:30 UTC (rev 2268) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian X Strike Force Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), pkg-config, quilt, x11proto-core-dev +Build-Depends: debhelper (>= 5.0.0), pkg-config, quilt, x11proto-core-dev Standards-Version: 3.7.2.0 Package: xutils-dev Modified: trunk/util/xutils-dev/debian/rules === --- trunk/util/xutils-dev/debian/rules 2006-05-31 01:50:35 UTC (rev 2267) +++ trunk/util/xutils-dev/debian/rules 2006-05-31 01:51:30 UTC (rev 2268) @@ -80,10 +80,10 @@ dh_testroot dh_installdocs - dh_install --sourcedir=debian/tmp + dh_install --sourcedir=debian/tmp --list-missing dh_installchangelogs dh_link - dh_strip --dbg-package=$(PACKAGE) + dh_strip dh_compress dh_fixperms dh_installdeb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2269 - in trunk/driver/xserver-xorg-input-evdev: . man src
Author: dnusinow Date: 2006-05-30 21:52:55 -0400 (Tue, 30 May 2006) New Revision: 2269 Added: trunk/driver/xserver-xorg-input-evdev/compile trunk/driver/xserver-xorg-input-evdev/man/evdev.man trunk/driver/xserver-xorg-input-evdev/src/evdev.h trunk/driver/xserver-xorg-input-evdev/src/evdev_axes.c trunk/driver/xserver-xorg-input-evdev/src/evdev_brain.c trunk/driver/xserver-xorg-input-evdev/src/evdev_btn.c trunk/driver/xserver-xorg-input-evdev/src/evdev_key.c trunk/driver/xserver-xorg-input-evdev/src/inotify-syscalls.h trunk/driver/xserver-xorg-input-evdev/src/inotify.h Modified: trunk/driver/xserver-xorg-input-evdev/ChangeLog trunk/driver/xserver-xorg-input-evdev/Makefile.in trunk/driver/xserver-xorg-input-evdev/aclocal.m4 trunk/driver/xserver-xorg-input-evdev/config.guess trunk/driver/xserver-xorg-input-evdev/config.sub trunk/driver/xserver-xorg-input-evdev/configure trunk/driver/xserver-xorg-input-evdev/configure.ac trunk/driver/xserver-xorg-input-evdev/depcomp trunk/driver/xserver-xorg-input-evdev/install-sh trunk/driver/xserver-xorg-input-evdev/ltmain.sh trunk/driver/xserver-xorg-input-evdev/man/Makefile.am trunk/driver/xserver-xorg-input-evdev/man/Makefile.in trunk/driver/xserver-xorg-input-evdev/missing trunk/driver/xserver-xorg-input-evdev/mkinstalldirs trunk/driver/xserver-xorg-input-evdev/src/Makefile.am trunk/driver/xserver-xorg-input-evdev/src/Makefile.in trunk/driver/xserver-xorg-input-evdev/src/evdev.c Log: Merge evdev driver 1.0.2 to working branch Including diff would make mail exceed size limit of 10 bytes. Use "svn diff -r 2268:2269 http://necrotic.deadbeast.net/svn/xorg-x11/"; to view diff. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2270 - trunk/driver/xserver-xorg-input-evdev/debian
Author: dnusinow Date: 2006-05-30 21:55:23 -0400 (Tue, 30 May 2006) New Revision: 2270 Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog Log: Prepare changelog with closers Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog === --- trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 01:52:55 UTC (rev 2269) +++ trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 01:55:23 UTC (rev 2270) @@ -1,3 +1,11 @@ +xserver-xorg-input-evdev (1:1.1.2-1) UNRELEASED; urgency=low + + * New upstream release ++ Now includes manpage (closes: #362679) ++ Doesn't suck (closes: #365581) + + -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 21:54:35 -0400 + xserver-xorg-input-evdev (1:1.0.0.5-2) unstable; urgency=low * Upload to modular -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2271 - trunk/driver/xserver-xorg-input-evdev/debian
Author: dnusinow Date: 2006-05-30 22:02:37 -0400 (Tue, 30 May 2006) New Revision: 2271 Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog trunk/driver/xserver-xorg-input-evdev/debian/rules Log: * Run dh_install with --list-missing Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog === --- trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 01:55:23 UTC (rev 2270) +++ trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 02:02:37 UTC (rev 2271) @@ -3,8 +3,9 @@ * New upstream release + Now includes manpage (closes: #362679) + Doesn't suck (closes: #365581) + * Run dh_install with --list-missing - -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 21:54:35 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 21:57:08 -0400 xserver-xorg-input-evdev (1:1.0.0.5-2) unstable; urgency=low Modified: trunk/driver/xserver-xorg-input-evdev/debian/rules === --- trunk/driver/xserver-xorg-input-evdev/debian/rules 2006-05-31 01:55:23 UTC (rev 2270) +++ trunk/driver/xserver-xorg-input-evdev/debian/rules 2006-05-31 02:02:37 UTC (rev 2271) @@ -72,7 +72,7 @@ dh_installdocs dh_installchangelogs - dh_install --sourcedir=debian/tmp + dh_install --sourcedir=debian/tmp --list-missing dh_link dh_strip dh_compress -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2272 - trunk/driver/xserver-xorg-input-evdev/debian
Author: dnusinow Date: 2006-05-30 22:03:14 -0400 (Tue, 30 May 2006) New Revision: 2272 Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog trunk/driver/xserver-xorg-input-evdev/debian/compat trunk/driver/xserver-xorg-input-evdev/debian/control Log: * Bump debhelper compat to 5 Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog === --- trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 02:02:37 UTC (rev 2271) +++ trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 02:03:14 UTC (rev 2272) @@ -4,8 +4,9 @@ + Now includes manpage (closes: #362679) + Doesn't suck (closes: #365581) * Run dh_install with --list-missing + * Bump debhelper compat to 5 - -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 21:57:08 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 22:03:50 -0400 xserver-xorg-input-evdev (1:1.0.0.5-2) unstable; urgency=low Modified: trunk/driver/xserver-xorg-input-evdev/debian/compat === --- trunk/driver/xserver-xorg-input-evdev/debian/compat 2006-05-31 02:02:37 UTC (rev 2271) +++ trunk/driver/xserver-xorg-input-evdev/debian/compat 2006-05-31 02:03:14 UTC (rev 2272) @@ -1 +1 @@ -4 +5 Modified: trunk/driver/xserver-xorg-input-evdev/debian/control === --- trunk/driver/xserver-xorg-input-evdev/debian/control2006-05-31 02:02:37 UTC (rev 2271) +++ trunk/driver/xserver-xorg-input-evdev/debian/control2006-05-31 02:03:14 UTC (rev 2272) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian X Strike Force Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev, linux-kernel-headers, x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev +Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev, linux-kernel-headers, x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev Standards-Version: 3.6.1.0 Package: xserver-xorg-input-evdev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2273 - trunk/driver/xserver-xorg-input-evdev/debian
Author: dnusinow Date: 2006-05-30 22:04:53 -0400 (Tue, 30 May 2006) New Revision: 2273 Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog trunk/driver/xserver-xorg-input-evdev/debian/control Log: * Bump standards version to 3.7.2.0 Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog === --- trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 02:03:14 UTC (rev 2272) +++ trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 02:04:53 UTC (rev 2273) @@ -5,8 +5,9 @@ + Doesn't suck (closes: #365581) * Run dh_install with --list-missing * Bump debhelper compat to 5 + * Bump standards version to 3.7.2.0 - -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 22:03:50 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 22:05:28 -0400 xserver-xorg-input-evdev (1:1.0.0.5-2) unstable; urgency=low Modified: trunk/driver/xserver-xorg-input-evdev/debian/control === --- trunk/driver/xserver-xorg-input-evdev/debian/control2006-05-31 02:03:14 UTC (rev 2272) +++ trunk/driver/xserver-xorg-input-evdev/debian/control2006-05-31 02:04:53 UTC (rev 2273) @@ -4,7 +4,7 @@ Maintainer: Debian X Strike Force Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev, linux-kernel-headers, x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev -Standards-Version: 3.6.1.0 +Standards-Version: 3.7.2.0 Package: xserver-xorg-input-evdev Architecture: any -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2274 - trunk/driver/xserver-xorg-input-evdev/debian
Author: dnusinow Date: 2006-05-30 22:14:20 -0400 (Tue, 30 May 2006) New Revision: 2274 Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog trunk/driver/xserver-xorg-input-evdev/debian/control Log: * Add x11proto-kb-dev to build-depends Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog === --- trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 02:04:53 UTC (rev 2273) +++ trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 02:14:20 UTC (rev 2274) @@ -6,8 +6,9 @@ * Run dh_install with --list-missing * Bump debhelper compat to 5 * Bump standards version to 3.7.2.0 + * Add x11proto-kb-dev to build-depends - -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 22:05:28 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 22:14:30 -0400 xserver-xorg-input-evdev (1:1.0.0.5-2) unstable; urgency=low Modified: trunk/driver/xserver-xorg-input-evdev/debian/control === --- trunk/driver/xserver-xorg-input-evdev/debian/control2006-05-31 02:04:53 UTC (rev 2273) +++ trunk/driver/xserver-xorg-input-evdev/debian/control2006-05-31 02:14:20 UTC (rev 2274) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian X Strike Force Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev, linux-kernel-headers, x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev +Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev, linux-kernel-headers, x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev, x11proto-kb-dev Standards-Version: 3.7.2.0 Package: xserver-xorg-input-evdev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: adding ddccontrol to debian
On Wed, May 31, 2006 at 12:46:08AM +0200, Fabrice Lorrain wrote: > Hi, > > In the last 5 months, I encountered twice LCD flat screens without > hardware control or with half functionnal hardware control. > > The proper way to configure those screens was with software through the > ddc protocol. The only software I'm aware of working under linux is > ddccontrol [1] which is not in sid yet. > > Bored DD's might take some pleasure to warm the current frozen ITP [2]. > Users eyes might bless your name for that in the etch time. > > @+, > Fab > > [1] http://ddccontrol.sourceforge.net/ > [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322774 > Imho there should be an X implementation of this: * driver side should be possible entirely from within the ddc module: the ddc module could probe and initialise the ddci slave address for the driver when handed the I2C bus for ddc and could handle everything else from there. * most work will be in the actual utility and the backend used for that. But then, mode related control is very much unchartered territory for X. Luc Verhaegen. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2275 - trunk/driver/xserver-xorg-input-evdev/debian
Author: dnusinow Date: 2006-05-30 23:06:21 -0400 (Tue, 30 May 2006) New Revision: 2275 Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog Log: Prepare changelog for release Modified: trunk/driver/xserver-xorg-input-evdev/debian/changelog === --- trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 02:14:20 UTC (rev 2274) +++ trunk/driver/xserver-xorg-input-evdev/debian/changelog 2006-05-31 03:06:21 UTC (rev 2275) @@ -1,4 +1,4 @@ -xserver-xorg-input-evdev (1:1.1.2-1) UNRELEASED; urgency=low +xserver-xorg-input-evdev (1:1.1.2-1) unstable; urgency=low * New upstream release + Now includes manpage (closes: #362679) @@ -8,7 +8,7 @@ * Bump standards version to 3.7.2.0 * Add x11proto-kb-dev to build-depends - -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 22:14:30 -0400 + -- David Nusinow <[EMAIL PROTECTED]> Tue, 30 May 2006 22:37:01 -0400 xserver-xorg-input-evdev (1:1.0.0.5-2) unstable; urgency=low -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
X Strike Force X.Org X11 SVN commit: r2276 - tags/driver/xserver-xorg-input-evdev
Author: dnusinow Date: 2006-05-30 23:10:21 -0400 (Tue, 30 May 2006) New Revision: 2276 Added: tags/driver/xserver-xorg-input-evdev/xserver-xorg-input-evdev-1.1.2-1/ Log: Tag upload of xserver-xorg-input-evdev-1.1.2-1 to unstable Copied: tags/driver/xserver-xorg-input-evdev/xserver-xorg-input-evdev-1.1.2-1 (from rev 2275, trunk/driver/xserver-xorg-input-evdev) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#362679: marked as done (evdev(4) manpage missing)
Your message dated Tue, 30 May 2006 20:17:07 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#362679: fixed in xserver-xorg-input-evdev 1:1.1.2-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: xserver-xorg-input-evdev Version: 1:1.0.0.5-2 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I miss the manpage for the evdev driver in this package. Could this manpage please be added? Regards, Daniel - -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15.08060320 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) Versions of packages xserver-xorg-input-evdev depends on: ii libc6 2.3.6-7GNU C Library: Shared libraries ii xserver-xorg-core 1:1.0.2-4 X.Org X server -- core server xserver-xorg-input-evdev recommends no packages. - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEQDALdg0kG0+YFBERAk5LAJ9d/nzSYGRUBfATFGKEB4E27AQIOQCfdBvy WoCgNSTfLi2+1FlPOYm3Wok= =rTE4 -END PGP SIGNATURE- --- End Message --- --- Begin Message --- Source: xserver-xorg-input-evdev Source-Version: 1:1.1.2-1 We believe that the bug you reported is fixed in the latest version of xserver-xorg-input-evdev, which is due to be installed in the Debian FTP archive: xserver-xorg-input-evdev_1.1.2-1.diff.gz to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.2-1.diff.gz xserver-xorg-input-evdev_1.1.2-1.dsc to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.2-1.dsc xserver-xorg-input-evdev_1.1.2-1_i386.deb to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.2-1_i386.deb xserver-xorg-input-evdev_1.1.2.orig.tar.gz to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.2.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. David Nusinow <[EMAIL PROTECTED]> (supplier of updated xserver-xorg-input-evdev 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 30 May 2006 22:37:01 -0400 Source: xserver-xorg-input-evdev Binary: xserver-xorg-input-evdev Architecture: source i386 Version: 1:1.1.2-1 Distribution: unstable Urgency: low Maintainer: David Nusinow <[EMAIL PROTECTED]> Changed-By: David Nusinow <[EMAIL PROTECTED]> Description: xserver-xorg-input-evdev - X.Org X server -- evdev input driver Closes: 362679 365581 Changes: xserver-xorg-input-evdev (1:1.1.2-1) unstable; urgency=low . * New upstream release + Now includes manpage (closes: #362679) + Doesn't suck (closes: #365581) * Run dh_install with --list-missing * Bump debhelper compat to 5 * Bump standards version to 3.7.2.0 * Add x11proto-kb-dev to build-depends Files: 24ae9cacac6ffdaca2d710c06e9efe0e 907 x11 optional xserver-xorg-input-evdev_1.1.2-1.dsc 7c58b916a9972b8d007a68199e772e5d 337684 x11 optional xserver-xorg-input-evdev_1.1.2.orig.tar.gz 76e80b7f5aac3f92a21b99f645ab72ee 16171 x11 optional xserver-xorg-input-evdev_1.1.2-1.diff.gz 28980cce6287833afdc7a35bdb264b6b 21140 x11 optional xserver-xorg-input-evdev_1.1.2-1_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEfQkKyLfpNdY0ad8RAvoAAJ4oDwWgo5ty3dZqIyTUtNZAxDYllwCdFNBK DfpZJhyOnfT0b1AOmGM7+7I= =wl9v -END PGP SIGNATURE- --- End Message ---
Bug#359328: ERROR! sizeof(I830DRIRec) does not match passed size from device driver
On Tue, May 30, 2006 at 04:06:40PM -0400, P.C. Chan wrote: > Comparing I830DRIRec definition from xf86-video-i810-1.5.1.0 and Mesa-6.4.1, > the former has the extra: > > drmSize rotatedSize; > drm_handle_t rotatedbuffer; > > Hence they would be different in size and uncompatible. Thanks for pointing out the exact source of the problem. You can fix this by just installing the mesa packages from experimental. I'm sorry that I can't provide a solution that doesn't involve CVS code at the moment. Marcelo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#365581: marked as done (xserver-xorg-input-evdev: evdev breaks hotplugging)
Your message dated Tue, 30 May 2006 20:17:07 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#365581: fixed in xserver-xorg-input-evdev 1:1.1.2-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --- Begin Message --- Package: xserver-xorg-input-evdev Version: 1:1.0.0.5-2 Severity: important Tags: fixed-upstream With my Logitech MX510 USB mouse having more than 7 buttons, I am forced to use the evdev driver, which still seems to be horribly broken in Xorg 7.0. The most annoying bug is certainly missing hotplugging support. Unplugging and replugging the mouse renders it frozen, requiring a hard X server reset. Consequently, this also makes resuming from Suspend-To-RAM with a working pointer impossible. Could you please package the newest upstream version (v1.1.2) of xf86-input-evdev? It solved all the issues I had before... * Hotplugging works perfectly, as well as Suspend-to-RAM. * The number of buttons is autodetected. Wheel and side buttons are mapped automagically to buttons 4+5 and 6+7, respectively. I do not even have to use Xmodmap anymore. With the old driver, I had to supply 32(!) button mappings to Xmodmap, additionally fixing a weird middle mouse button order screw-up. (pointer = 1 3 2 4 5 8 9 6 7 10 11 12 13 ...) * As a further convenience, "Name" and "Phys" options are supported again. BTW, thank you very much for packaging modular Xorg. Your hard work made compiling and installing the upstream evdev driver on my local machine a matter of minutes (instead of hours). -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (400, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-maia Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages xserver-xorg-input-evdev depends on: ii libc6 2.3.6-7GNU C Library: Shared libraries ii xserver-xorg-core 1:1.0.2-7 X.Org X server -- core server xserver-xorg-input-evdev recommends no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: xserver-xorg-input-evdev Source-Version: 1:1.1.2-1 We believe that the bug you reported is fixed in the latest version of xserver-xorg-input-evdev, which is due to be installed in the Debian FTP archive: xserver-xorg-input-evdev_1.1.2-1.diff.gz to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.2-1.diff.gz xserver-xorg-input-evdev_1.1.2-1.dsc to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.2-1.dsc xserver-xorg-input-evdev_1.1.2-1_i386.deb to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.2-1_i386.deb xserver-xorg-input-evdev_1.1.2.orig.tar.gz to pool/main/x/xserver-xorg-input-evdev/xserver-xorg-input-evdev_1.1.2.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. David Nusinow <[EMAIL PROTECTED]> (supplier of updated xserver-xorg-input-evdev 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 30 May 2006 22:37:01 -0400 Source: xserver-xorg-input-evdev Binary: xserver-xorg-input-evdev Architecture: source i386 Version: 1:1.1.2-1 Distribution: unstable Urgency: low Maintainer: David Nusinow <[EMAIL PROTECTED]> Changed-By: David Nusinow <[EMAIL PROTECTED]> Description: xserver-xorg-input-evdev - X.Org X server -- evdev input driver Closes: 362679 365581 Changes: xserver-xorg-input-evdev (1:1.1.2-1) unstable; urgency=low . * New upstream release + Now includes manpage (closes: #362679) + Doesn't suck (closes: #365581) * Run dh_install with --list-missing * Bump debhelper compat to 5 * Bump standards version to 3.7.2.0 * Add x11proto-kb-dev to build-depends Files: 24ae9cacac6ffdaca2d710c06e9efe0e 907 x11 optional xserver-xorg-input-evdev_1.1.2-1.dsc 7c58b916a9972b8d007a68199e772e5d 337684 x11 optional xserver-xorg-input-evdev_1.1.2.orig.tar.gz 76e80b7f5aac3f92a21b99f645ab72ee 16171 x11 optional xserver-xorg-input-evdev_1.1.2-1.diff.gz 28980cce6287833afdc7a3