Bug#437254: xserver-xorg-input-synaptics: other simptoms confirmed

2007-08-30 Thread Nico
I can confirm that some taps are not registered. I didn't notice this before
because i hate taps and disabled them.

And i can confirm that this hack fix this problem as well.
i really don't know this problem could be properly fixed.

--- synaptics.c 2007-05-19 17:56:20.0 +0200
+++ synaptics.c 2007-08-30 22:10:02.0 +0200
@@ -1713,4 +1713,8 @@
 int i;

+/* this is crap, but it saves the day */
+   if (hw->x == 1 && hw->y == 5855)
+hw->numFingers = hw->fingerWidth=0;
+
 /* update hardware state in shared memory */
 para->x = hw->x;


> I have been having trouble with the 0.14.6-0ubuntu7 package from Ubuntu 7.04.
> Basically what it does is that it fails to register some taps as clicks
> because of the strange readings described in the previous post (X=1, Y=5855).
> 
> 
> More details can be found at: 
> https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/133060
>  (with a sample of synclient -m 10 recorded).



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



Bug#437254: oops, mistakes

2007-09-08 Thread Nico
> I think that when we could have a release and a move event when the
> reading that tell that the finger is released have that (1,5855)
> position. 
could be rephrased as

"i think we could have a release and a move at the same time if the reading
that causes the release have that (1,5855) position"

i forgot 3 words here :
> because the machine _WILL REGISTER THIS_ as a move but will
> not move the pointer to the bottom left because it won't stay into move
> state.

sorry for these mistakes. i must have missed them
while rereading ...















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



Bug#493101: x crashes at startup with backtrace output

2008-07-31 Thread nico
Package: xorg
Severity: grave

xorg crashes with drivers:
   - vesa
   - radeonhd (compiled from source)
both issue the same error:


Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x7e) [0x80c923e]
1: [0xe400]

Fatal server error:
Caught signal 11.  Server aborting


This happens since todays aptitude update && aptitude full-upgrade.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.27-rc1-next-20080731-denkbrett (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#405201: [fwd] Re: Bug#405201: xserver-xorg-core: latest xorg crashes upon OpenGL request (nvidia proprietary driver)

2007-01-01 Thread Nico
Le 01/01/2007 22:07, Julien Cristau écrivait  :
> Looking at /var/log/dpkg.log should help you find out what exactly was
> upgraded, and from which version.

I confirm what I said earlyer :

2006-12-31 14:11:26 status unpacked xserver-xorg-core 2:1.1.1-13
2006-12-31 14:11:27 status unpacked xserver-xorg-core 2:1.1.1-13
2006-12-31 14:11:27 status half-configured xserver-xorg-core 2:1.1.1-13
2006-12-31 14:11:27 status installed xserver-xorg-core 2:1.1.1-13

The rest of the upgrades that same day does not seem to have anything to
do with graphical interface (alsa stuff mainly).

  Nico

-- 
L'indiférence est surement le défaut qui perdra l'humanité 
Mais tout le monde s'en fout.
-- Anonyme



Bug#405201: [fwd] Re: Bug#405201: xserver-xorg-core: latest xorg crashes upon OpenGL request (nvidia proprietary driver)

2007-01-01 Thread Nico
Le 02/01/2007 01:31, Julien Cristau écrivait  :
> And my question was about which version you had installed before, which
> you don't answer here.

Sorry, I think I did. 

Since this laptop was installed on friday from scratch and upgraded on
sunday to crash OpenGL, the previous version was 2:1.1.1-12.

Cheers,

  Nico

-- 
Whoa...I did a 'zcat /vmlinuz > /dev/audio' and I think I heard God...
-- mikecd on #Linux



Bug#691642: xterm: outputting the mc5 sequence (prtr_on / turn on printer) makes xterm crash

2012-10-28 Thread Nico Golde
Hi,
* Vincent Lefevre  [2012-10-28 00:11]:
> When cat'ing some binary file, my xterm crashed. I've managed to find
> the cause: the mc5 terminfo sequence (prtr_on / turn on printer). The
> problem can be reproduced with:
> 
> 1. Run xterm from another terminal.
> 2. Run the following command:
>  printf "\033[5i"
>or
>  tput mc5
>The message "sh: 1: : Permission denied" appears in the first
>terminal.

I can't reproduce this with xterm 278-2 on amd64.
[...] 

> In addition to possible data loss due to the crash, this is a security
> problem, because the sequence may appear in a remote file.

Sorry, I couldn't parse this sentence. What exactly are the security 
implications? So far I don't see how this qualifies for a security bug.

Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0


-- 
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/20121028103757.gx17...@ngolde.de



Bug#691642: xterm: outputting the mc5 sequence (prtr_on / turn on printer) makes xterm crash

2012-10-28 Thread Nico Golde
tags 691642 - security
thanks

Hi,
* Vincent Lefevre  [2012-10-28 13:32]:
> On 2012-10-28 11:37:58 +0100, Nico Golde wrote:
[...] 
> > > In addition to possible data loss due to the crash, this is a security
> > > problem, because the sequence may appear in a remote file.
> > 
> > Sorry, I couldn't parse this sentence. What exactly are the security 
> > implications? So far I don't see how this qualifies for a security bug.
> 
> If some external data (because they contain some unexpected byte
> sequence) make a local program crash (so that user data are lost),
> that's a security bug. Just like when you have a bug in the image
> decoder used by your web browser that makes it crash on some image
> files.

That was exactly my point, this is not treated as a security bug in Debian, 
but a regular bug.

Cheers
Nico


pgpDli3ful8MB.pgp
Description: PGP signature


Bug#286502: missing ] in /etc/init.d/xfs

2004-12-20 Thread Nico Golde
Package: xfs
Version: 4.3.0.dfsg.1-9
Severity: normal
Tags: patch
hi,
there i a mistake in /etc/init.d/xfs:
sudo /etc/init.d/xfs restart
Stopping X font server: xfs.
Setting up X font server socket directory /tmp/.font-unix.../etc/init.d/xfs: 
line 24: [: missing `]'
done.
Starting X font server: xfs.

i wrote a patch, it is in the attachment.
regards nico


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages xfs depends on:
ii  libc6   2.3.2.ds1-19 GNU C Library: Shared libraries an
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information

-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF ,'"`.
[EMAIL PROTECTED] | http://www.ngolde.de   (  grml.org
VIM has two modes - the one in which it beeps`._,'   
and the one in which it doesn't -- encrypted mail preferred
--- /etc/init.d/xfs 2004-12-20 15:07:57.0 +0100
+++ xfs.patch   2004-12-20 15:07:25.0 +0100
@@ -21,7 +21,7 @@
 
 set_up_socket_dir () {
   echo -n "Setting up X font server socket directory $SOCKET_DIR..."
-  if [ -e $SOCKET_DIR && ! [ -d $SOCKET_DIR ]; then
+  if [ -e $SOCKET_DIR ] && ! [ -d $SOCKET_DIR ]; then
 mv $SOCKET_DIR $SOCKET_DIR.$$
   fi
   mkdir -p $SOCKET_DIR


signature.asc
Description: Digital signature


Bug#286502: missing ] in /etc/init.d/xfs

2004-12-21 Thread Nico Golde
Hello Adam,

* Adam D. Barratt <[EMAIL PROTECTED]> [2004-12-20 23:25]:
> package xfs
> close 286502
> merge 286502 285133
> thanks
> 
> On Monday, December 20, 2004 2:10 PM, Nico Golde <[EMAIL PROTECTED]> wrote:
> 
> > Package: xfs
> > Version: 4.3.0.dfsg.1-9
> > Severity: normal
> > Tags: patch
> > hi,
> > there i a mistake in /etc/init.d/xfs:
> 
> In fact, your patch is exactly what was done in 4.3.0.dfsg.1-10, to close
> the
> previous report of this bug (#285133). Closing this report as the fixed
> packages are already in the archive.

oh sorry, i just made the upgrade of my system in this
evening. sorry.
kind regards
nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF ,'"`.
[EMAIL PROTECTED] | http://www.ngolde.de   (  grml.org
VIM has two modes - the one in which it beeps`._,'   
and the one in which it doesn't -- encrypted mail preferred


signature.asc
Description: Digital signature


Re: [Secure-testing-team] xorg-server update for lenny

2008-01-19 Thread Nico Golde
Hi Julien,
* Julien Cristau <[EMAIL PROTECTED]> [2008-01-19 13:07]:
> as xorg-server 1.4 isn't ready to migrate, and won't be for some more
> time, I prepared an updated package for testing-security.

Oh thanks, that's really nice.

> It fixes CVE-2007-5760, CVE-2007-5958, CVE-2007-6427, CVE-2007-6428,
> CVE-2007-6429 and CVE-2008-0006, and will be on its way to klecker in a
> few minutes.
> I'm travelling right now, so in case something comes up please contact
> [EMAIL PROTECTED]

Thank you! I am going to check & release this as soon as all 
buildds pushed their packages to klecker.
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpzPajhHmH8L.pgp
Description: PGP signature


xorg update in testing for CVE-2007-4730

2007-10-20 Thread Nico Golde
Hi X Strike Force,
The xorg version in testing is currently affected with the 
issue described in CVE-2007-4730[0].

For stable and unstable this has already been fixed.
However the package is unlikely migrating to testing because 
of new RC bugs in the BTS which prevents this.

Nonetheless it would be nice to have this fixed in testing 
too so the question is, would reuploading the unstable 
version to testing-security break setups or would this be a 
fairly unproblematic update?

If it is, can you reupload it to "testing-security"?
If yes, please see: http://secure-testing-master.debian.net/uploading.html
and contact [EMAIL PROTECTED] 
after uploading. If you don't have the time but the update 
should be without problems we can also prepare this for you.

Kind regards
Nico


-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgp1BfOf6zALp.pgp
Description: PGP signature


Re: xorg update in testing for CVE-2007-4730

2007-10-20 Thread Nico Golde
Hi Julien,
* Julien Cristau <[EMAIL PROTECTED]> [2007-10-20 12:14]:
> On Sat, Oct 20, 2007 at 11:16:00 +0200, Nico Golde wrote:
> 
> > Hi X Strike Force,
> > The xorg version in testing is currently affected with the 
> > issue described in CVE-2007-4730[0].
> > 
> > For stable and unstable this has already been fixed.
> > However the package is unlikely migrating to testing because 
> > of new RC bugs in the BTS which prevents this.
> > 
> I've pushed this change to the debian-lenny branch of
> git://git.debian.org/~jcristau/xorg-server [0], and am starting a build
> right now.

Thanks very much for your efforts!
Please ping us then after uploading.

Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpHlomwNcAyy.pgp
Description: PGP signature


Bug#502387: complete system hangup

2008-10-16 Thread Nico Schottelius
Another update:

If I issue startx as a user, it also locks up the system.

If I start X with "X", it works.

I am trying to find out the right line of code by running the
programs manually.

Sorry, my last reply went to submit@, can somebody merge it?

This is my .xinitrc:

#!/bin/sh

# fix mutt
MAIL="$HOME/Maildir/"
export MAIL

# PATH for wmii
#export PATH=/usr/packages/wmii-hg/bin:/usr/packages/dmenu-hg/bin:$PATH

# set initial background
xsetroot -solid black
xloadimage -zoom 46 -onroot -quiet -center  
~/bilder/2007-09-29/fueller/20070929234709.jpg &

# read the resources
xrdb < ~/.Xresources

# remove mouse
unclutter &

# set real background
#qiv -x `cat ~/.background` &

# start helper programs
#unclutter &
#transeterm blue &
#transeterm red &
#transeterm yellow &
#transeterm green &

# using xtrlock now
# xscreensaver &
setxkbmap -option compose:menu
#echo $PATH

# started by urxvtcd
#urxvtd &

# autostart programs, wmii sorts them later :-)
firefox &
x-terminal-emulator -e mutt &
#tmutt &

# assign some keys
xbindkeys

# fix xorg
#xset r rate 100 40
#xset r rate 150 30
xset r rate 200 30
##setxkbmap de neo -print | xkbcomp - -I/home/user/nico/build/neo/linux/X 
$DISPLAY

#exec wmii
#until wmii -V >>WMIILOG 2>&1; do
#until wmii; do
#   true
#done

#PATH=$PATH:/home/user/nico/build/awesome

exec awesome

while :
do
wmii
done

#wmii -V 2>~/WMIILOG

#exec fluxbox

# and finally start the WM
#exec blender
#exec fluxbox
#exec ion
#exec ion2
#exec ion3
#exec /usr/packages/wmii-snap/bin/wmii


signature.asc
Description: Digital signature


Bug#502387: complete system hangup

2008-10-16 Thread Nico Schottelius
Nico Schottelius [Thu, Oct 16, 2008 at 09:27:17AM +0200]:
Another update:

> If I start X with "X", it works.

If I then do

   export DISPLAY=:0.0
   urxvtcd

and start everything found in .xinitrc manually, it works.

Got to start another X and see if it crashes the system now or not...

Nico


signature.asc
Description: Digital signature


Bug#502387: complete system hangup

2008-10-16 Thread Nico Schottelius
Nico Schottelius [Thu, Oct 16, 2008 at 08:48:12AM +0200]:
> Package: xserver-xorg-video-intel
> Version: 2:2.3.2-2+lenny4
> Severity: critical

Should have added:

- not pingable anymore -> system really dead.
- no content in Xorg.0.log
- downgraded xserver-xorg-core to -6: does not fix

BUT:

- calling startx in single user mode works, for both versions
- tried the hint to remove network-manager from #489365: no success

So maybe something in gdm triggers that bug.

I will stop gdm for now.

Nico


signature.asc
Description: Digital signature


Bug#503178: crash with FX5200 after dist-upgrade

2008-10-23 Thread Nico Schottelius
Package: xserver-xorg-video-nv
Version: 1:2.1.10-1
Severity: serious

Hello!

Since I did the apt-get dist-upgrade yesterday, the following happens:

 - on startx, the console is switched and after a few seconds I am
   "back" in text mode: the last line is blinking, cannot type anything
 - X is still running (started it directly without any WM)
 - killing X or doing chvt 1 works, though the console is screwed up:
   the redrawing does not work, switching VTs helps partly
   (first row is never redrawn)
 - the following xorg updates were made:

ikdesk1:/var/cache/apt/archives# grep upgrade /var/log/dpkg.log | grep xorg
2008-10-22 17:57:07 upgrade xserver-xorg-core 2:1.4.2-5 2:1.4.2-7
2008-10-22 17:57:08 upgrade xserver-xorg-video-openchrome 1:0.2.902+svn579-1 
1:0.2.902+svn579-2
2008-10-22 17:57:08 upgrade xserver-xorg-video-all 1:7.3+16 1:7.3+18
2008-10-22 17:57:08 upgrade xserver-xorg-input-all 1:7.3+16 1:7.3+18
2008-10-22 17:57:09 upgrade xserver-xorg 1:7.3+16 1:7.3+18
2008-10-22 17:57:11 upgrade xorg 1:7.3+16 1:7.3+18

It seem dpkg already deleted the old packages, so a downgrade seems not easily 
be possible.

Any hint would be appreciated.

Nico

-- 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  1. Sep 14:27 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718484 30. Sep 02:06 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] 
(rev a1)

/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 1117 22. Okt 19:09 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
EndSection

Section "Device"
Identifier  "Configured Video Device"
Driver "nv"
#   Option "CrtcNumber" "1" 
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
EndSection

Section "Screen"
Identifier  "Default Screen"
Monitor "Configured Monitor"
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 48181 26. Sep 08:38 /var/log/Xorg.3.log
-rw-r--r-- 1 root root 50384 26. Sep 09:21 /var/log/Xorg.2.log
-rw-r--r-- 1 root root 48710 22. Okt 19:09 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-7)
Current Operating System: Linux ikdesk1 2.6.26-1-686 #1 SMP Thu Oct 9 15:18:09 
UTC 2008 i686
Build Date: 30 September 2008  01:48:58AM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 22 19:09:45 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard

Bug#503178: crash with FX5200 after dist-upgrade

2008-10-23 Thread Nico Schottelius
Just installed nvidia-glx to test the closed source driver.
It works -> so maybe really an issue in nv.

Nico

Nico Schottelius [Thu, Oct 23, 2008 at 10:08:46AM +0200]:
> Package: xserver-xorg-video-nv
> Version: 1:2.1.10-1
> Severity: serious
> 
> Hello!
> 
> Since I did the apt-get dist-upgrade yesterday, the following happens:
> 
>  - on startx, the console is switched and after a few seconds I am
>"back" in text mode: the last line is blinking, cannot type anything
>  - X is still running (started it directly without any WM)
>  - killing X or doing chvt 1 works, though the console is screwed up:
>the redrawing does not work, switching VTs helps partly
>(first row is never redrawn)
>  - the following xorg updates were made:
> 
> ikdesk1:/var/cache/apt/archives# grep upgrade /var/log/dpkg.log | grep xorg
> 2008-10-22 17:57:07 upgrade xserver-xorg-core 2:1.4.2-5 2:1.4.2-7
> 2008-10-22 17:57:08 upgrade xserver-xorg-video-openchrome 1:0.2.902+svn579-1 
> 1:0.2.902+svn579-2
> 2008-10-22 17:57:08 upgrade xserver-xorg-video-all 1:7.3+16 1:7.3+18
> 2008-10-22 17:57:08 upgrade xserver-xorg-input-all 1:7.3+16 1:7.3+18
> 2008-10-22 17:57:09 upgrade xserver-xorg 1:7.3+16 1:7.3+18
> 2008-10-22 17:57:11 upgrade xorg 1:7.3+16 1:7.3+18
> 
> It seem dpkg already deleted the old packages, so a downgrade seems not 
> easily be possible.
> 
> Any hint would be appreciated.
> 
> Nico
> 
> -- 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  1. Sep 14:27 /etc/X11/X -> /usr/bin/Xorg
> -rwxr-xr-x 1 root root 1718484 30. Sep 02:06 /usr/bin/Xorg
> 
> Contents of /var/lib/x11/xorg.conf.roster:
> xserver-xorg
> 
> VGA-compatible devices on PCI bus:
> 01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] 
> (rev a1)
> 
> /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 1117 22. Okt 19:09 /etc/X11/xorg.conf
> 
> Contents of /etc/X11/xorg.conf:
> # xorg.conf (X.Org 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 xorg.conf manual page.
> # (Type "man 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 command:
> #   sudo dpkg-reconfigure -phigh xserver-xorg
> 
> Section "InputDevice"
>   Identifier  "Generic Keyboard"
>   Driver  "kbd"
>   Option  "XkbRules"  "xorg"
>   Option  "XkbModel"  "pc104"
>   Option  "XkbLayout" "us"
> EndSection
> 
> Section "InputDevice"
>   Identifier  "Configured Mouse"
>   Driver  "mouse"
> EndSection
> 
> Section "Device"
>   Identifier  "Configured Video Device"
>   Driver "nv"
> # Option "CrtcNumber" "1" 
> EndSection
> 
> Section "Monitor"
>   Identifier  "Configured Monitor"
> EndSection
> 
> Section "Screen"
>   Identifier  "Default Screen"
>   Monitor "Configured Monitor"
> EndSection
> 
> 
> Xorg X server log files on system:
> -rw-r--r-- 1 root root 48181 26. Sep 08:38 /var/log/Xorg.3.log
> -rw-r--r-- 1 root root 50384 26. Sep 09:21 /var/log/Xorg.2.log
> -rw-r--r-- 1 root root 48710 22. Okt 19:09 /var/log/Xorg.0.log
> 
> Contents of most recent Xorg X server log file
> /var/log/Xorg.0.log:
> 
> X.Org X Server 1.4.2
> Release Date: 11 June 2008
> X Protocol Version 11, Revision 0
> Build Operating System: Linux Debian (xorg-server 2:1.4.2-7)
> Current Operating System: Linux ikdesk1 2.6.26-1-686 #1 SMP Thu Oct 9 
> 15:18:09 UTC 2008 i686
> Build Date: 30 September 2008  01:48:58AM
>  
>   Before reporting problems, check http://wiki.x.org
>   to make sure that you have the latest version.
> Module Loader present
> Markers: (--) probed, (**) from config file, (==) default setting,
>   (++) from command line, (!!) notice, (II) informational,
>   (WW) warning, (EE) 

Bug#502387: Info received (xorg not working on 2.6.27-next-20081017 (intel/lenovo x200))

2008-11-03 Thread Nico Schottelius
Just confirming that the new package (2:2.3.2-2+lenny5) fixes this bug.

Thanks for your work, Julien!

Nico


signature.asc
Description: Digital signature


Bug#493101: x crashes at startup with backtrace output

2008-07-31 Thread Nico Schottelius
Julien Cristau [Thu, Jul 31, 2008 at 02:16:36PM +0200]:
> On Thu, Jul 31, 2008 at 14:07:57 +0200, Nico Schottelius wrote:
> 
> > Julien Cristau [Thu, Jul 31, 2008 at 01:46:46PM +0200]:
> > > What packages did you upgrade?
> > 
> > dpkg.log attached.
> > 
> Do things work if you downgrade xserver-xorg-core to 2:1.4.2-1?

No, same error.

To downgrade I did:

[14:21] denkbrett:archives# dpkg -i xserver-xorg-core_2%3a1.4.2-1_i386.deb
dpkg - Warnung: deaktualisiere xserver-xorg-core von 2:1.4.2-2 zu 2:1.4.2-1.
(Lese Datenbank ... 149916 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereiten zum Ersetzen von xserver-xorg-core 2:1.4.2-2 (durch 
xserver-xorg-core_2%3a1.4.2-1_i386.deb) ...
Entpacke Ersatz für xserver-xorg-core ...
Richte xserver-xorg-core ein (2:1.4.2-1) ...
Verarbeite Trigger für man-db ...
[14:21] denkbrett:archives#

-- 
Think about Free and Open Source Software (FOSS).
http://nico.schottelius.org/documentations/foss/the-term-foss/

PGP: BFE4 C736 ABE5 406F 8F42  F7CF B8BE F92A 9885 188C


signature.asc
Description: Digital signature


Bug#493101: x crashes at startup with backtrace output

2008-07-31 Thread Nico Schottelius
Found the problem!

I also upgraded the kernel to latest linux-next:

dcb80fdb8cffd3fa06cd322b3e8227632ec23597, v2.6.27-rc1-2457-gdcb80fd.

When booting with 2.6.26-next-20080725-denkbrett, it works fine.

So perhaps something that needs to be fixed in xorg before upgrading
to the lastest kernel.

Nico

Nico Schottelius [Thu, Jul 31, 2008 at 02:23:21PM +0200]:
> Julien Cristau [Thu, Jul 31, 2008 at 02:16:36PM +0200]:
> > On Thu, Jul 31, 2008 at 14:07:57 +0200, Nico Schottelius wrote:
> > 
> > > Julien Cristau [Thu, Jul 31, 2008 at 01:46:46PM +0200]:
> > > > What packages did you upgrade?
> > > 
> > > dpkg.log attached.
> > > 
> > Do things work if you downgrade xserver-xorg-core to 2:1.4.2-1?
> 
> No, same error.
> 
> To downgrade I did:
> 
> [14:21] denkbrett:archives# dpkg -i xserver-xorg-core_2%3a1.4.2-1_i386.deb
> dpkg - Warnung: deaktualisiere xserver-xorg-core von 2:1.4.2-2 zu 2:1.4.2-1.
> (Lese Datenbank ... 149916 Dateien und Verzeichnisse sind derzeit 
> installiert.)
> Vorbereiten zum Ersetzen von xserver-xorg-core 2:1.4.2-2 (durch 
> xserver-xorg-core_2%3a1.4.2-1_i386.deb) ...
> Entpacke Ersatz für xserver-xorg-core ...
> Richte xserver-xorg-core ein (2:1.4.2-1) ...
> Verarbeite Trigger für man-db ...
> [14:21] denkbrett:archives#
> 
> -- 
> Think about Free and Open Source Software (FOSS).
> http://nico.schottelius.org/documentations/foss/the-term-foss/
> 
> PGP: BFE4 C736 ABE5 406F 8F42  F7CF B8BE F92A 9885 188C



-- 
Think about Free and Open Source Software (FOSS).
http://nico.schottelius.org/documentations/foss/the-term-foss/

PGP: BFE4 C736 ABE5 406F 8F42  F7CF B8BE F92A 9885 188C


signature.asc
Description: Digital signature


Bug#13417: each

2007-04-20 Thread Nico buonano
Just as they were enthralled with their pursuit of information, so are we.

AN ALLE FINANZINVESTOREN!
DIESE AKTIE WIRD DURCHSTARTEN!
FREITAG 20. APRIL STARTET DIE HAUSSE!
REALISIERTER KURSGEWINN VON 400%+ IN 5 TAGEN!

Symbol: G7Q.F
Company: COUNTY LINE ENERGY
5 Tages Kursziel: 0.95
Schlusskurs: 0.21
WKN:  A0J3B0
ISIN: US2224791077
Markt: Frankfurt

LASSEN SIE SICH DIESE CHANCE NICHT ENTGEHEN!
G7Q WIRD WIE EINE RAKETE DURCHSTARTEN!
UNSERE ERWARTUNGEN WIRD G7Q.F UBERTREFFEN!

Saves the XML document to the specified stream.



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



Bug#502387: xorg not working on 2.6.27-next-20081017 (intel/lenovo x200)

2008-10-23 Thread Nico -telmich- Schottelius
Hello!

When trying to startx on that kernel with

Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 
07)

(driver: intel)

the system freezes. Maybe related to debian bug #502387.

This does *not* happen on 2.6.27-rc9.

Will try latest stable and next in the next days.

Nico

-- 
Think about Free and Open Source Software (FOSS).
http://nico.schottelius.org/documentations/foss/the-term-foss/

PGP: BFE4 C736 ABE5 406F 8F42  F7CF B8BE F92A 9885 188C


signature.asc
Description: Digital signature