Bug#679613: xorg: Virtual mouse (shift+numlock) stops working after upgrading from squeeze to wheezy

2012-07-07 Thread Happy Debian User

Hello,

Le 30/06/2012 09:40, HDU a écrit :


Recently I upgrade my system to wheezy, and Shift + NumLock no longer
activates the virtual mouse (move cursor and click with the numeric keypad).
Google does not help me on this one.


By googling xorg shift numlock (instead of wheezy xorg virtual 
mouse, which gave me no leads), I found a solution to my problem. And I 
learned that you english speakers call it mouse keys, and not virtual 
mouse.


https://bbs.archlinux.org/viewtopic.php?pid=904880

Freedesktop decide to remove this function by default. I was not warned 
by Debconf. And effectively, KDE reactivated it. BTW, I don't understand 
why it work in kdm and sawfish for some users of the Debian User French ML.


To reactivate it, I put this in xorg.conf:

Section InputClass
Identifier  Keyboard Defaults
MatchIsKeyboard yes
Option  XkbLayout fr
Option  XkbVariant bepo7
Option  XkbOptions 
keypad:pointerkeys,terminate:ctrl_alt_bksp

EndSection

I really struggled with this problem. I think Debconf should warn the 
user, as for the removal of Ctrl+Alt+Backspace shortcut.


Maybe this bug sould be forwarded to the package xkb-data, since it 
seems contain the file in question:


I think the file /usr/share/X11/xkb/symbols/pc is missing a piece.
Changing the following line:
key NMLK { [ Num_Lock ] };
back to as it was in version 2.0.1:
key NMLK { [ Num_Lock, Pointer_EnableKeys ] };
brings back the mousekeys functionality for me.

But I don't know how to redirect a bug, and if I'm allowed to do so.

Thank for your attention,
HDU.

--
Encryption is not magic pixie dust to sprinkle on things to make them 
more secure.




--
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/4ff81a8f.80...@gmail.com



Bug#529371: Regression: compiz-manager wrapper script modifies special ENV environment variable

2009-05-18 Thread Debian User
Package: compiz-core
Version: 0.8.2-1
Severity: normal
Tags: patch

Version 0.8.2-1 reverted the fix for bug #484225.  See
http://git.debian.org/?p=pkg-xorg/app/compiz.git;a=commitdiff;h=c3ee16e2cd783829f0b0b104bc32430cf7da51c5
for the offending commitdiff.  Attached is a patch to fix this
regression.

Description of the problem:  The Compiz Manager script
(debian/compiz-manager in the source, installed at /usr/bin/compiz)
modifies the ENV environment variable, which interferes with
interactive POSIX shells (/bin/sh).

For more details on the standard meaning of the ENV environment
variable, see the POSIX specifications at:
  http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html
  
http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_05_03
  
http://www.opengroup.org/onlinepubs/9699919799/utilities/sh.html#tag_20_117_08

Upstream bug:  http://bugs.opencompositing.org/show_bug.cgi?id=997
--- old/debian/compiz-manager	2009-05-18 18:29:12.0 -0400
+++ new/debian/compiz-manager	2009-05-18 18:31:55.0 -0400
@@ -71,7 +71,6 @@
 
 COMPIZ_OPTIONS=--ignore-desktop-hints --replace
 COMPIZ_PLUGINS=
-ENV=
 
 # Use emerald by default if it exist
 USE_EMERALD=yes
@@ -290,27 +289,23 @@
 build_env()
 {
 	if check_nvidia; then
-		ENV=__GL_YIELD=NOTHING 
+		export __GL_YIELD=NOTHING
 	fi
 	if [ $INDIRECT = yes ]; then
-		ENV=$ENV LIBGL_ALWAYS_INDIRECT=1 
+		export LIBGL_ALWAYS_INDIRECT=1
 	fi
 	if check_xgl; then
 		if [ -f ${LIBGL_NVIDIA} ]; then
-			ENV=$ENV LD_PRELOAD=${LIBGL_NVIDIA}
+			export LD_PRELOAD=${LD_PRELOAD:+${LD_PRELOAD} }${LIBGL_NVIDIA}
 			verbose Enabling Xgl with nVidia drivers...\n
 		fi
 		if [ -f ${LIBGL_FGLRX} ]; then
-			ENV=$ENV LD_PRELOAD=${LIBGL_FGLRX}
+			export LD_PRELOAD=${LD_PRELOAD:+${LD_PRELOAD} }${LIBGL_FGLRX}
 			verbose Enabling Xgl with fglrx ATi drivers...\n
 		fi
 	fi
 
-	ENV=$ENV FROM_WRAPPER=yes
-
-	if [ -n $ENV ]; then
-		export $ENV
-	fi
+	export FROM_WRAPPER=yes
 }
 
 build_args()


Bug#465694: xserver-xorg-video-intel: Error in I830WaitLpRing(),

2009-02-23 Thread Debian User
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny6
Followup-For: Bug #465694



-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jun 11  2008 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718484 Jan  9 04:11 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82Q33 Express Integrated 
Graphics Controller (rev 02)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 8621 Jun 25  2008 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:

# Filename:  /etc/X11/xorg.conf
# Purpose:   config file for xserver - generated by grml-x
# Bug-Reports:   see http://grml.org/bugs/
# Latest change: Tue Jun 10 18:58:07 UTC 2008
# See also:
#   /usr/share/doc/xserver-xorg/   and
#   http://wiki.x.org/wiki/Homeand
#   http://ftp.x.org/pub/X11R7.0/doc/html/index.html for information on Xorg
# 
# Refer to the xorg.conf man page and to
# http://ftp.x.org/pub/X11R7.0/doc/html/xorg.conf.5.html
# for details about the format of this file.
#
# See http://wiki.debian.org/XStrikeForce/FAQ for information
# regarding Xorg packages within Debian.
#
# If you would like this file to be automatically reconfigured by debian,
# run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg


Section ServerLayout
Identifier XServer Configured
Screen  0  Screen0 0 0
# InputDeviceKeyboard0 CoreKeyboard
# InputDeviceGeneric Mouse CorePointer
# InputDeviceUSB Mouse CorePointer
# InputDevicePS/2 MouseCorePointer
# No synaptics/alps touchpad present.
# No serial mouse detected.
EndSection

Section ServerFlags
Option AllowMouseOpenFail  true  # allows the server to start up 
even if the mouse does not work
Option DontVTSwitchfalse # allow switching between virtual 
terminal
#Option ZapWarning on
# Option DontZap true  # disable CrtlAltBS 
(server abort)
# Option DontZoomtrue  # disable 
CrtlAltKP_+/KP_- (resolution switching)
EndSection

Section Files
# More information:  http://ftp.x.org/pub/X11R7.0/doc/html/fonts.html
FontPath /usr/share/fonts/X11/misc
FontPath /usr/share/fonts/X11/100dpi/:unscaled
FontPath /usr/share/fonts/X11/75dpi/:unscaled
FontPath /usr/share/fonts/X11/Type1
FontPath /usr/share/fonts/X11/100dpi
FontPath /usr/share/fonts/X11/75dpi
# FontPath /usr/share/fonts/ttf/western
# FontPath /usr/share/fonts/ttf/decoratives
FontPath /usr/share/fonts/truetype/ttf-bitstream-vera
FontPath /usr/share/fonts/latex-ttf-fonts
FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

# Modules - see /usr/lib/xorg/modules/fonts and /usr/lib/xorg/modules/extensions
Section Module
Load  dbe   # double buffer extension
Load  dri   # direct rendering
Load  glx   # 3D layer / GLX extension
Load  type1 # type1 font module
Load  freetype  # freetype fonts rendering
Load  extmod# some commonly used server extensions (e.g. shape 
extension)
Load  record# recording extension
Load  evdev # generic input handling driver on Linux
Load  xtrap # X Trap extension
# Load  vbe   # Vesa BIOS Extension
# Load  i2c   # I2C bus
# Load  int10 # initialize graphics cards via int10 call to the 
BIOS
# Load  v4l   # Video for Linux
## Deprecated/unneeded modules with Xorg =7.0:
# Load  speedo# font module (does not exist anymore)
# Load  ddc   # ddc probing of monitor (automatically loaded)
# Load  GLcore# render OpenGL in software (automatically loaded)
# Load  bitmap# bitmap fonts (automatically loaded)
# Valid entries - see /usr/lib/xorg/modules/[extensions/]
# afb bitmap cfb cfb16 cfb24 cfb32 cw damage dbe ddc dri drm extmod fb
# fbdevhw freetype GLcore glx i2c int10 int10 layer mfb pcidata rac ramdac
# record scanpci shadow shadowfb type1 vbe vgahw xaa xf1bpp xf24_32bpp xf4bpp
# xf8_16bpp xf8_32bpp xtrap
EndSection

# If you'd like to switch the positions of your capslock and control keys, use:
# Option XkbOptions ctrl:swapcaps
# Or if you just want both to be control, use:
# Option XkbOptions ctrl:nocaps
# More information: http://ftp.x.org/pub/X11R7.0/doc/html/XKB-Config.html
# Section InputDevice
# Identifier  Keyboard0
# 

Bug#484225: compiz-core: compiz-manager wrapper script modifies special ENV environment variable

2008-06-02 Thread Debian User
Package: compiz-core
Version: 1:0.7.4-0ubuntu7
Severity: important
Tags: patch


The Compiz Manager wrapper script (installed at /usr/bin/compiz)
modifies the ENV environment variable, which interferes with
interactive POSIX shells (/bin/sh).

For more details on the standard meaning of the ENV environment
variable, see the POSIX specifications at:
http://www.opengroup.org/onlinepubs/95399/basedefs/xbd_chap08.html

http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_05_03

http://www.opengroup.org/onlinepubs/009695399/utilities/sh.html#tag_04_128_08

-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 
'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-17-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages compiz-core depends on:
ii  libc6   2.7-10ubuntu3GNU C Library: Shared libraries
ii  libgl1-mesa-glx [li 7.0.3~rc2-1ubuntu3   A free implementation of the OpenG
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libstartup-notifica 0.9-1library for program launch feedbac
ii  libx11-62:1.1.3-1ubuntu2 X11 client-side library
ii  libx11-xcb1 2:1.1.3-1ubuntu2 Xlib/XCB interface library
ii  libxcb1 1.1-1ubuntu1 X C Binding
ii  libxcomposite1  1:0.4.0-1X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-3X11 damaged region extension libra
ii  libxext62:1.0.3-2build1  X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxinerama12:1.0.2-1build1  X11 Xinerama extension library
ii  libxml2 2.6.31.dfsg-2ubuntu1 GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxslt1.1  1.1.22-1ubuntu1  XSLT processing library - runtime 
ii  mesa-utils  7.0.3~rc2-1ubuntu3   Miscellaneous Mesa GL utilities

Versions of packages compiz-core recommends:
ii  compiz-plugins  1:0.7.4-0ubuntu7 OpenGL window and compositing mana

-- no debconf information
Index: compiz-0.7.4/debian/compiz-manager
===
--- compiz-0.7.4.orig/debian/compiz-manager 2008-06-03 00:13:52.0 
-0400
+++ compiz-0.7.4/debian/compiz-manager  2008-06-03 00:15:06.0 -0400
@@ -63,7 +63,6 @@
 
 COMPIZ_OPTIONS=--ignore-desktop-hints --replace
 COMPIZ_PLUGINS=
-ENV=
 
 # Use emerald by default if it exist
 USE_EMERALD=yes
@@ -286,27 +285,23 @@
 build_env()
 {
if check_nvidia; then
-   ENV=__GL_YIELD=NOTHING 
+   export __GL_YIELD=NOTHING
fi
if [ $INDIRECT = yes ]; then
-   ENV=$ENV LIBGL_ALWAYS_INDIRECT=1 
+   export LIBGL_ALWAYS_INDIRECT=1
fi
if check_xgl; then
if [ -f ${LIBGL_NVIDIA} ]; then
-   ENV=$ENV LD_PRELOAD=${LIBGL_NVIDIA}
+   export LD_PRELOAD=${LD_PRELOAD:+${LD_PRELOAD} 
}${LIBGL_NVIDIA}
verbose Enabling Xgl with nVidia drivers...\n
fi
if [ -f ${LIBGL_FGLRX} ]; then
-   ENV=$ENV LD_PRELOAD=${LIBGL_FGLRX}
+   export LD_PRELOAD=${LD_PRELOAD:+${LD_PRELOAD} 
}${LIBGL_FGLRX}
verbose Enabling Xgl with fglrx ATi drivers...\n
fi
fi
 
-   ENV=$ENV FROM_WRAPPER=yes
-
-   if [ -n $ENV ]; then
-   export $ENV
-   fi
+   export FROM_WRAPPER=yes
 }
 
 build_args()


Bug#321408: xserver-xorg: [i810] Fails to set 1600x1200 on external monitor in dual head mode

2007-06-22 Thread debian-user
Brice Goglin skrev:
 About 18 months ago, you reported a bug to the Debian BTS regarding the
 i810 driver failing to set 1600x1200 on the external monitor in
 dual-head mode. Did you reproduce this problem recently? With Xorg/Etch?
 With latest xserver-xorg-core and drivers? If not, I will close this bug
 in the next weeks.

Hi,

I never managed to solve this, and I've moved on to another computer
now.  The problem was fairly obscure anyway, I guess you can just close
the bug.

Best regards,
Henrik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#362515: xbase-clients: [xkbsel] looking for xkbcomp in wrong path

2006-04-13 Thread Debian User
Package: xbase-clients
Version: 1:7.0.0-2
Severity: grave
Justification: renders package unusable


$ xkbsel xfree86(de)
sh: /usr/X11R6/bin/xkbcomp: No such file or directory
/usr/X11R6/bin/xkbcomp exited abnormally: 32512

fix:
$ sudo ln -s /usr/bin/xkbcomp /usr/X11R6/bin/


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages xbase-clients depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libdmx1   1:1.0.1-2  X11 Distributed Multihead extensio
ii  libfontconfig12.3.2-5.1  generic font configuration library
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libfs62:1.0.0-2  X11 Font Services library
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxau6   1:1.0.0-2  X11 authorisation library
ii  libxaw7   1:1.0.1-4  X11 Athena Widget library
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-5.1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxkbfile1   6.9.0.dfsg.1-6 X Keyboard Extension file parsing 
ii  libxmu6   6.9.0.dfsg.1-6 X Window System miscellaneous util
ii  libxmuu1  1:1.0.1-2  X11 miscellaneous micro-utility li
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxss1   1:1.0.1-3  X11 Screen Saver extension library
ii  libxt66.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  libxtrap6 1:1.0.0-2  X11 event trapping extension libra
ii  libxtst6  1:1.0.1-2  X11 Testing -- Resource extension 
ii  libxv16.9.0.dfsg.1-6 X Window System video extension li
ii  libxxf86dga1  2:1.0.0-2  X11 Direct Graphics Access extensi
ii  libxxf86misc1 1:1.0.0-3  X11 XFree86 miscellaneous extensio
ii  libxxf86vm1   1:1.0.0-3  X11 XFree86 video mode extension l
ii  x11-common6.9.0.dfsg.1-6 X Window System (X.Org) infrastruc
ii  xlibmesa-gl [libgl1]  6.9.0.dfsg.1-6 Mesa 3D graphics library [X.Org]
ii  zlib1g1:1.2.3-11 compression library - runtime

xbase-clients recommends no packages.

-- no debconf information




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#321408: xserver-xorg: [i810] Fails to set 1600x1200 on external monitor in dual head mode

2006-04-07 Thread debian-user
This is still a problem with xserver-xorg=6.9.0.dfsg.1-4

H


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [EMAIL PROTECTED]

2006-02-04 Thread debian-user-portuguese-request
General info

Subscription/unsubscription/info requests should always be sent to
the -request address of a mailing list.

If a mailing list is called for example [EMAIL PROTECTED], then
the -request address can be inferred from this to be:
[EMAIL PROTECTED].

To subscribe to a mailing list, simply send a message with the word subscribe
in the Subject: field to the -request address of that list.

To unsubscribe from a mailing list, simply send a message with the word (you
guessed it :-) unsubscribe in the Subject: field to the -request address of
that list.

In the event of an address change, it would probably be the wisest to first
send an unsubscribe for the old address (this can be done from the new
address), and then a new subscribe to the new address (the order is important).

Most (un)subscription requests are processed automatically without human
intervention.

Do not send multiple (un)subscription or info requests in one mail.
Only one will be processed per mail.

NOTE: The -request server usually does quite a good job in discriminating
  between (un)subscribe requests and messages intended for the maintainer.
  If you'd like to make sure a human reads your message, make it look
  like a reply (i.e. the first word in the Subject: field should be Re:,
  without the quotes of course); the -request server does not react to
  replies.


The archive server
--
Every submission sent to this list is archived.  The size of the archive
depends on the limits set by the list maintainer (it is very well possible
that only, say, the last two mails sent to the list are still archived, the
rest might have expired).

You can look at the header of every mail coming from this list to see
under what name it has been archived.  The X-Mailing-List: field contains
the mailaddress of the list and the file in which this submission was
archived.

If you want to access this archive, you have to send mails to the -request
address with the word archive as the first word of your Subject:.
To get you started try sending a mail to the -request address with
the following:
Subject: archive help


  The listmaster
  --
To reach a human being answering your mail you may contact the address
[EMAIL PROTECTED]  We will process your request as soon as
we can.

Mail sent to this address is pre-parsed, a little mail robot will
automatically answer all mails sent with the following Subject lines:

  help  sends this help

  lists sends information on how to get a list of mailing lists


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#347866: xserver-xorg: [wacom] can't grab event device

2006-01-12 Thread Debian User
Package: xserver-xorg
Version: 6.9.0.dfsg.1-3
Severity: normal

The X-server starts up till the black-and-white background pattern and
then drops out. When disabling the wacom stylus and eraser input devices
everything is just fine except the stylus and eraser devices are not
working off course which is sometimes just too bad.

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 17 2005-10-06 18:31 /etc/X11/X - /usr/bin/X11/Xorg
-rwxr-xr-x 1 root root 1844060 2006-01-10 05:12 /usr/bin/X11/Xorg

Contents of /var/lib/xfree86/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 
440] (rev a3)

/var/lib/xfree86/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3570 2006-01-13 00:24 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf /var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section Files
FontPathunix/:7100# local font server
# if the local font server has problems, we can fall back on these
FontPath/usr/lib/X11/fonts/misc
FontPath/usr/lib/X11/fonts/cyrillic
FontPath/usr/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/lib/X11/fonts/Type1
FontPath/usr/lib/X11/fonts/CID
FontPath/usr/lib/X11/fonts/100dpi
FontPath/usr/lib/X11/fonts/75dpi
# paths to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID
EndSection

Section Module
Loadbitmap
Loaddbe
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadrecord
Loadtype1
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/gpmdata
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
Option  ZAxisMapping  4 5
EndSection

Section InputDevice
Identifier  stylus
Option  Type  stylus
Driver  wacom
Option  AlwaysCore On
Option  Device/dev/ttyS0
EndSection

Section InputDevice
Identifier  eraser
Option  Type  eraser
Driver  wacom
Option  AlwaysCore Off
Option  Device/dev/ttyS0
EndSection

Section Device
Identifier  NVIDIA Corporation NV17 [GeForce4 MX 440]
Driver  nvidia
Option  NoLogoTrue
BusID   PCI:1:0:0
EndSection

Section Monitor
Identifier  V70
Option  DPMS
HorizSync   30-69
VertRefresh 50-150
EndSection

Section Screen
Identifier  Default Screen
Device  NVIDIA Corporation NV17 [GeForce4 MX 440]
Monitor V70
DefaultDepth24
SubSection Display
Depth   1
Modes   1024x768 800x600 720x400 640x480 
640x350
EndSubSection
SubSection Display
Depth   4
Modes   1024x768 800x600 720x400 640x480 
640x350
EndSubSection
SubSection Display
Depth   8
Modes   1024x768 800x600 720x400 640x480 
640x350
EndSubSection
SubSection Display
Depth   15
Modes   1024x768 800x600 

Bug#165485: xserver-xfree86: xkb options overwritten - *again!*

2003-05-05 Thread Debian User
yet again you have destroyed the function of xkb during an update, too. In my
case, I cannot work out how to get the compose key to work again. Please
give some thought to this! X is still very hard for non-US users to configure
for full keyboard function and, frankly, it is a real encouragement to give up
when all the hard work is undone at every update!
Bcc: Debian User [EMAIL PROTECTED]

Subject: xserver-xfree86: xkb options overwritten - *again!*
Followup-For: Bug #165485
Package: xserver-xfree86
Version: 4.2.1-6


-- System Information
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux charon.home.net 2.4.20-rc1-ben0 #1 Sat Nov 16 23:57:00 CET 2002 
ppc
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R

Versions of packages xserver-xfree86 depends on:
ii  debconf   1.2.35 Debian configuration management sy
ii  libc6 2.3.1-16   GNU C Library: Shared libraries an
ii  xserver-common4.2.1-6files and utilities common to all 
ii  zlib1g1:1.1.4-11 compression library - runtime





Bug#166448: xdm: prerm script hangs while stopping xdm

2002-10-26 Thread Debian User
Package: xdm
Version: 4.2.1-3
Severity: important

See subject. When it asks me to stop the running xdm, I confirm with y.
Though, it does not kill it and hangs. ps aufwx on another console shows
me no idling child process of prerm, so I assume that this is kinda
debconf bug, not allowing the script to read keyboard input.

MfG,
Eduard.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux schleppi 2.4.20-pre11-sat-2410-404 #3 Sam Okt 26 00:18:02 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xdm depends on:
ii  cpp  2:2.95.4-17 The GNU C preprocessor.
ii  debconf  1.2.12  Debian configuration management sy
ii  libc62.3.1-3 GNU C Library: Shared libraries an
ii  libpam0g 0.76-7  Pluggable Authentication Modules l
ii  libxaw7  4.2.1-3 X Athena widget set library
ii  xbase-clients4.2.1-3 miscellaneous X clients
ii  xlibs4.2.1-3 X Window System client libraries

-- debconf information:
  xdm/daemon_name: /usr/bin/X11/xdm
  shared/default-x-display-manager: xdm





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#121335: Please add the Toshiby keybounce fix

2002-10-26 Thread Debian User
Hi,

this is the patch for the current 2.4.20-pre11 kernel. Please apply.

--- drivers/char/keyboard.c.original2002-10-25 21:19:03.0 +0200
+++ drivers/char/keyboard.c 2002-10-25 21:24:20.0 +0200
@@ -97,6 +97,9 @@
 
 void compute_shiftstate(void);
 
+static unsigned char prev_scancode;
+static unsigned char next_scancode;
+
 typedef void (*k_hand)(unsigned char value, char up_flag);
 typedef void (k_handfn)(unsigned char value, char up_flag);
 
@@ -213,7 +216,19 @@
}
kbd = kbd_table + fg_console;
if ((raw_mode = (kbd-kbdmode == VC_RAW))) {
-   put_queue(scancode | up_flag);
+ /* put_queue(scancode | up_flag); */
+ /* The following 'if' is a workaround for hardware
+  * which sometimes send the key release event twice
+  */
+ unsigned char next_scancode = scancode|up_flag;
+ if (up_flag  next_scancode==prev_scancode) {
+/* unexpected 2nd release event */
+ } else {
+ prev_scancode=next_scancode;
+ put_queue(next_scancode);
+ }
+ 
+
/* we do not return yet, because we want to maintain
   the key_down array, so that we have the correct
   values when finishing RAW mode or when changing VT's */





Bug#121335: Please add the Toshiby keybounce fix

2002-10-26 Thread Debian User
Hi,

this is the patch for the current 2.4.20-pre11 kernel. Please apply.

--- drivers/char/keyboard.c.original2002-10-25 21:19:03.0 +0200
+++ drivers/char/keyboard.c 2002-10-25 21:24:20.0 +0200
@@ -97,6 +97,9 @@
 
 void compute_shiftstate(void);
 
+static unsigned char prev_scancode;
+static unsigned char next_scancode;
+
 typedef void (*k_hand)(unsigned char value, char up_flag);
 typedef void (k_handfn)(unsigned char value, char up_flag);
 
@@ -213,7 +216,19 @@
}
kbd = kbd_table + fg_console;
if ((raw_mode = (kbd-kbdmode == VC_RAW))) {
-   put_queue(scancode | up_flag);
+ /* put_queue(scancode | up_flag); */
+ /* The following 'if' is a workaround for hardware
+  * which sometimes send the key release event twice
+  */
+ unsigned char next_scancode = scancode|up_flag;
+ if (up_flag  next_scancode==prev_scancode) {
+/* unexpected 2nd release event */
+ } else {
+ prev_scancode=next_scancode;
+ put_queue(next_scancode);
+ }
+ 
+
/* we do not return yet, because we want to maintain
   the key_down array, so that we have the correct
   values when finishing RAW mode or when changing VT's */




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




scaled fonts

2000-12-04 Thread Debian User

hi,

Some time before i post a mail about ugly fonts im my debian
X. Some nice guy, answer about unscaled or noscaled after the font path in
xfs config. The point is than some tests later i found than the problem is
specific to Times fons. Utopia and Courier works fine. So i think the
problem is with font licences. My question is: im in the right path, and
if in this case there is some standard workaround?

thanx.



half-offtopic-kde

2000-12-03 Thread Debian User


Sorry post this here, but im lost.
Im trying install Kde2.0...
I hava all .deb files, but that dont work with dselect, because of missing
Packages.gz file list.
So there is some tool to gerate that?
Kde site say dpkg -i wanted package, but there is some tens of files,
and i would like take advantage of task-kde2 deb file.

thanks.


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




half-offtopic-kde

2000-12-03 Thread Debian User

Sorry post this here, but im lost.
Im trying install Kde2.0...
I hava all .deb files, but that dont work with dselect, because of missing
Packages.gz file list.
So there is some tool to gerate that?
Kde site say dpkg -i wanted package, but there is some tens of files,
and i would like take advantage of task-kde2 deb file.

thanks.