Is Xorg -configure meant to still work?

2012-05-16 Thread Ti Strga
I'm running sid, and trying to debug a problem after updating today to the
Xorg 2:1.12.1-2 packages.  There's no xorg.conf file on the system in
question, only a /usr/share/X11/xorg.conf.d with some stock files (evdev,
synaptics, wacom (I don't have any of that hardware)).  So I thought I'd make
an xorg.conf and see if I could tweak the system into shape.  I followed the
instructions at

http://wiki.debian.org/Xorg

which are be in a text console, stop the X server, run Xorg -configure.
Did those (and double-checked that X was in fact not running at the time),
and got a segfault.  The log is pasted below if it matters.

The last time I had to do anything with an X11 config file by hand was back
when it was still called XFree86 and I was running Slackware.  So I don't
know whether we're supposed to be using Xorg -configure like that, or if
there's some other tool we're meant to run instead.  I just followed the
Debian wiki.  :-)

What's the official blessed tool to generate an xorg.conf as a starting
point?



[  1810.953]
X.Org X Server 1.12.1
Release Date: 2012-04-13
[  1810.955] X Protocol Version 11, Revision 0
[  1810.957] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[  1810.958] Current Operating System: Linux [hostname]
3.1.0-1-686-pae #1 SMP Tue Jan 10 05:42:54 UTC 2012 i686
[  1810.959] Kernel command line: BOOT_IMAGE=/vmlinuz-3.1.0-1-686-pae
root=/dev/mapper/vg1-root ro quiet fbcon=scrollback:128k
[  1810.961] Build Date: 07 May 2012  12:52:03AM
[  1810.961] xorg-server 2:1.12.1-2 (Cyril Brulebois k...@debian.org)
[  1810.962] Current version of pixman: 0.24.4
[  1810.963]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[  1810.966] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1810.971] (==) Log file: /var/log/Xorg.0.log, Time: Wed May 16
02:10:38 2012
[  1810.973] (II) Loader magic: 0xb7742580
[  1810.973] (II) Module ABI versions:
[  1810.973]X.Org ANSI C Emulation: 0.4
[  1810.973]X.Org Video Driver: 12.0
[  1810.973]X.Org XInput driver : 16.0
[  1810.973]X.Org Server Extension : 6.0
[  1810.976] (--) PCI:*(0:0:2:0) 80ee:beef:: rev 0, Mem @
0xe000/33554432
[  1810.977] List of video drivers:
[  1810.978]siliconmotion
[  1810.979]nouveau
[  1810.980]s3
[  1810.981]r128
[  1810.981]sisusb
[  1810.982]tseng
[  1810.983]sis
[  1810.984]savage
[  1810.985]i740
[  1810.986]ati
[  1810.987]mach64
[  1810.988]voodoo
[  1810.989]vmware
[  1810.990]s3virge
[  1810.991]tdfx
[  1810.992]mga
[  1810.993]radeon
[  1810.994]ark
[  1810.995]apm
[  1810.995]i128
[  1810.996]openchrome
[  1810.997]cirrus
[  1810.998]geode
[  1811.000]trident
[  1811.001]neomagic
[  1811.003]ztv
[  1811.005]rendition
[  1811.006]intel
[  1811.007]chips
[  1811.009]fbdev
[  1811.009]vesa
[  1811.010] (II) LoadModule: siliconmotion
[  1811.011] (II) Loading /usr/lib/xorg/modules/drivers/siliconmotion_drv.so
[  1811.024] (II) Module siliconmotion: vendor=X.Org Foundation
[  1811.024]compiled for 1.12.1, module version = 1.7.6
[  1811.024]Module class: X.Org Video Driver
[  1811.024]ABI class: X.Org Video Driver, version 12.0
[  1811.025] (II) LoadModule: nouveau
[  1811.025] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  1811.051] (II) Module nouveau: vendor=X.Org Foundation
[  1811.051]compiled for 1.12.1, module version = 0.0.16
[  1811.051]Module class: X.Org Video Driver
[  1811.051]ABI class: X.Org Video Driver, version 12.0
[  1811.052] (II) LoadModule: s3
[  1811.052] (II) Loading /usr/lib/xorg/modules/drivers/s3_drv.so
[  1811.061] (II) Module s3: vendor=X.Org Foundation
[  1811.061]compiled for 1.12.1, module version = 0.6.3
[  1811.061]Module class: X.Org Video Driver
[  1811.061]ABI class: X.Org Video Driver, version 12.0
[  1811.061] (II) LoadModule: r128
[  1811.061] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[  1811.063] (II) Module r128: vendor=X.Org Foundation
[  1811.063]compiled for 1.12.1, module version = 6.8.2
[  1811.063]Module class: X.Org Video Driver
[  1811.063]ABI class: X.Org Video Driver, version 12.0
[  1811.063] (II) LoadModule: sisusb
[  1811.063] (II) Loading /usr/lib/xorg/modules/drivers/sisusb_drv.so
[  1811.070] (II) Module sisusb: vendor=X.Org Foundation
[  1811.070]compiled for 1.12.1, module version = 0.9.4
[  1811.070]Module class: X.Org Video Driver
[  1811.070]ABI class: X.Org Video Driver, version 12.0
[  1811.070] (II) LoadModule: tseng
[  1811.071] (II) Loading /usr/lib/xorg/modules/drivers/tseng_drv.so
[  1811.079] (II) Module tseng: vendor=X.Org Foundation
[  1811.079]compiled for 1.12.1, module version = 1.1.0
[  

Re: Is Xorg -configure meant to still work?

2012-05-16 Thread Cyril Brulebois
Ti Strga wearyofallthisc...@gmail.com (16/05/2012):
 I'm running sid, and trying to debug a problem after updating today to the
 Xorg 2:1.12.1-2 packages.  There's no xorg.conf file on the system in
 question, only a /usr/share/X11/xorg.conf.d with some stock files (evdev,
 synaptics, wacom (I don't have any of that hardware)).  So I thought I'd make
 an xorg.conf and see if I could tweak the system into shape.  I followed the
 instructions at
 
 http://wiki.debian.org/Xorg

I missed that page when moving contents from the wiki to this set of pages:
  http://x.debian.net/

 What's the official blessed tool to generate an xorg.conf as a starting
 point?

You didn't tell us what your issue is. Basically, you may want to upgrade
from 3.1 to latest 3.2 in unstable, as a first step.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#673148: CVE-2012-2118

2012-05-16 Thread Moritz Muehlenhoff
Package: xorg-server
Severity: important
Tags: security

Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-2118 for more
details and links to upstream patches.

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120516130917.13613.63942.report...@vurm.knut.univention.de



Bug#673169: /usr/bin/xset: cannot set keyclick

2012-05-16 Thread Michal Suchanek
Package: x11-xserver-utils
Version: 7.7~3
Severity: normal
File: /usr/bin/xset

Hello,

I wanted to check some application which seems to ignore keypresses at
times but I cannot turn on keyclick.

$ xset c on ; echo $?
0

but no clicks are produced.

ii  xserver-xorg-core 2:1.11.4-1Xorg X
server - core server

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable
  APT policy: (900, 'stable'), (500, 'testing'), (410, 'unstable'), (200, 
'experimental'), (111, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages x11-xserver-utils depends on:
ii  cpp  4:4.6.2-4
ii  libc62.13-32
ii  libice6  2:1.0.8-2
ii  libx11-6 2:1.4.99.901-2
ii  libxaw7  2:1.0.10-2
ii  libxcursor1  1:1.1.13-1
ii  libxext6 2:1.3.1-2
ii  libxi6   2:1.6.0-1
ii  libxmu6  2:1.1.1-1
ii  libxmuu1 2:1.1.1-1
ii  libxrandr2   2:1.3.2-2
ii  libxrender1  1:0.9.7-1
ii  libxt6   1:1.1.3-1
ii  libxxf86vm1  1:1.1.2-1

x11-xserver-utils recommends no packages.

Versions of packages x11-xserver-utils suggests:
pn  cairo-5cnone
pn  nickle  none
pn  xorg-docs-core  none

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120516154454.17536.72606.report...@optiplex960.ruk.cuni.cz



Bug#673170: xfonts-100dpi: fonts not available until X restarted

2012-05-16 Thread Jonathan Nieder
Package: xfonts-utils
Version: 1:7.7~1
Files: /usr/sbin/update-fonts-dir

Hi,

Trying to address http://bugs.debian.org/563250 (xvile appearance
wrong due to missing font), I installed xfonts-100dpi.  Alas:

$ xmessage -fn lucidasans-10 It was the best of times
Warning: Cannot convert string lucidasans-10 to type FontStruct
$ xlsfonts | grep lucida
$

Restarting X makes the font show up.

xfonts-100dpi.postinst simply runs update-fonts-dir:

$ cat $(dpkg-query --control-path xfonts-100dpi postinst)
#!/bin/sh
set -e
# Automatically added by dh_installxfonts
if which update-fonts-dir /dev/null 21; then
update-fonts-dir --x11r7-layout 100dpi;update-fonts-alias 
--include /etc/X11/fonts/100dpi/xfonts-100dpi.alias 100dpi
fi
# End automatically added section

Should update-fonts-dir be informing X somehow to reread the fonts
dir?  Alternatively, if some other package is responsible for making
that happen, please feel free to reassign this bug.

Thanks,
Jonathan

$ cat /etc/X11/xorg.conf
Section Device
Identifier  geforce
#   Driver  nouveau
Driver  fbdev
#   Driver  vesa
EndSection
$ dpkg-query -W xfonts-100dpi
xfonts-100dpi   1:1.0.3

-- System Information:
Debian Release: wheezy/sid
Architecture: i386 (i686)

Kernel: Linux 3.3.0-trunk-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfonts-100dpi depends on:
ii  xfonts-utils  1:7.7~1

Versions of packages xfonts-utils depends on:
ii  libc6 2.13-32
ii  libfontenc1   1:1.1.1-1
ii  libfreetype6  2.4.9-1
ii  libxfont1 1:1.4.5-2
ii  x11-common1:7.6+13
ii  xfonts-encodings  1:1.0.4-1
ii  zlib1g1:1.2.7.dfsg-1

xfonts-100dpi recommends no packages.

xfonts-utils recommends no packages.

Versions of packages xfonts-100dpi suggests:
ii  xserver-xfbdev [xserver]  2:1.12.1-2
ii  xserver-xorg [xserver]1:7.6+13

xfonts-utils suggests no packages.



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120516155901.GA3025@burratino