Bug#479652: linux-image-2.6.24-1-686: xorg problem with 2.6.24/25

2008-05-21 Thread Miroslaw Kwasniak
On Sun, May 11, 2008 at 01:43:52PM +0200, Miroslaw Kwasniak wrote:
 I see that my problem is probably in the framebuffer code.

Recent news:

linux-image-2.6.24-1-686_2.6.24-7_i386.deb is OK (2.6.24-6 was bad)
linux-image-2.6.25-2-686_2.6.25-3_i386.deb still buggy



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



Bug#479652: linux-image-2.6.24-1-686: xorg problem with 2.6.24/25

2008-05-11 Thread Miroslaw Kwasniak
On Sat, May 10, 2008 at 12:16:58AM +0200, maximilian attems wrote:

 what mga and xorg version are you running?

 xserver-xorg-video-mga 1:1.4.8.dfsg.1-1
 xserver-xorg 1:7.3+10

 did the xorg upgrade lately help?

No.

Even worse - my investigations caused temporary monitor failure :(
Cooling about 10 minutes turned it to an operational state.

I see that my problem is probably in the framebuffer code.

Facts that I found:

1) I managed to start X with kernel 2.6.25 adding vga=9 parameter.

2) With FB  default (almost empty) config X switches off my monitor
   (probably a symptom of to high frequency)

   - ctr-alt-bakspace properly terminates X
   - ctr-alt-{+,-} give no visible effects
   - ctr-alt-Fn isn't able to switch to VT
 I'm sure: a sequence ctr-alt-F1 ctr-alt-bakspace terminates X

   - the monitor failure was provoked with this procedure
 - on tty1 I wrote: sleep 10; DISPLAY=:0 xvidtune -show
 - on tty2: X

 Then monitor had switch off (power-on LED green-yellow) as expected :(
 and after some delay I saw (LED was still yellow) a violet color on
 screen.

 System was locked. After reset monitor had a temporary failure.

3) With FB and my config (I've appended it at the end) all modes that I've
   tried have a wrong (to low) frequency, for expample
   - declared 75 Hz, xvidtune displays 75
   - ctrl-panel on monitor (and an visual apperance) gives 49 Hz
   - switching VT's works

4) At boot time FB causes 30 seconds delay at ide1 probe:

FB
[2.795029] hdb: WDC WD800JB-00FMA0, ATA DISK drive
[2.850591] hdb: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[2.850591] hdb: UDMA/100 mode selected
[2.850591] Probing IDE interface ide1...
[   37.668144] ide1: Wait for ready failed before probe !
[   38.803765] hdd: CD-W524E, ATAPI CD/DVD-ROM drive
[   38.859411] hdd: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[   38.859411] hdd: UDMA/33 mode selected
[   38.859411] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   38.859411] ide1 at 0x170-0x177,0x376 on irq 15

VGA
[3.315290] hdb: WDC WD800JB-00FMA0, ATA DISK drive
[3.373643] hdb: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[3.373643] hdb: UDMA/100 mode selected
[3.373742] Probing IDE interface ide1...
[4.525918] hdd: CD-W524E, ATAPI CD/DVD-ROM drive
[4.584121] hdd: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[4.584292] hdd: UDMA/33 mode selected
[4.586661] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[4.590511] ide1 at 0x170-0x177,0x376 on irq 15


It's risky to investigate more on my hardware :(

Mirek

===
My ugly very old config:
# /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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files

#   FontPath/usr/share/fonts/X11/misc
#   FontPath/usr/share/fonts/X11/cyrillic
#   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/X11R6/lib/X11/fonts/misc
#   FontPath/usr/X11R6/lib/X11/fonts/cyrillic
#   FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
#   FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
#   FontPath/usr/X11R6/lib/X11/fonts/Type1
#   FontPath/usr/X11R6/lib/X11/fonts/100dpi
#   FontPath/usr/X11R6/lib/X11/fonts/75dpi

# path to defoma fonts
#   FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType

EndSection

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

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout pl
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/gpmdata
#   Option  Protocol 

Bug#479652: linux-image-2.6.24-1-686: xorg problem with 2.6.24/25

2008-05-11 Thread Miroslaw Kwasniak
On Sat, May 10, 2008 at 12:16:58AM +0200, maximilian attems wrote:
 what mga and xorg version are you running?
   ^^^
If you meant a hardware then here lspci:

01:00.0 0300: 102b:0525 (rev 85) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400/G450 (rev 85)
(prog-if 00 [VGA controller])
Subsystem: Matrox Graphics, Inc. Millennium G450 32Mb SDRAM Dual
Head
Flags: bus master, medium devsel, latency 64, IRQ 16
Memory at dc00 (32-bit, prefetchable) [size=32M]
Memory at dfafc000 (32-bit, non-prefetchable) [size=16K]
Memory at df00 (32-bit, non-prefetchable) [size=8M]
Expansion ROM at dfac [disabled] [size=128K]
Capabilities: [dc] Power Management version 2
Capabilities: [f0] AGP version 2.0
Kernel driver in use: matroxfb
Kernel modules: matroxfb_base, matrox_w1





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



Bug#479652: linux-image-2.6.24-1-686: xorg problem with 2.6.24/25

2008-05-05 Thread Miroslaw Kwasniak
Package: linux-image-2.6.24-1-686
Version: 2.6.24-6
Severity: important

Hi

I have Athlon XP on Gigabyte GA-7ZX MB and Matrox MGA450.

I have no problems running linux-image-2.6.22-3-k7

With newest 2.6.2{4,5}-1-686 can't start xserver in proper
frequency range.

I've tested with:
- fresh xorg.conf - CRT monitor switches off
- my old xorg.conf - 48 Hz vertical (where 2.6.22 gives 75 Hz)

diff of Xorg.0.logs 2.6.22 v 2.6.24 gives only (with my conf):

  313c313
   (II) MGA(0): I2C Monitor info: 0x8214a78
  ---
   (II) MGA(0): I2C Monitor info: 0x8214a70
  690,691c690,691
   (II) MGA(0): [drm] added 8192 byte SAREA at 0xfac4a000
   (II) MGA(0): [drm] mapped SAREA 0xfac4a000 to 0xb7cc4000
  ---
   (II) MGA(0): [drm] added 8192 byte SAREA at 0xf8bef000
   (II) MGA(0): [drm] mapped SAREA 0xf8bef000 to 0xb7bee000


Mirek


-- Package-specific info:

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (991, 'testing'), (50, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-1-686 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.24-1-686 depends on:
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92a  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.24-1-686 recommends:
ii  libc6-i6862.7-10 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.24-1-686/preinst/overwriting-modules-2.6.24-1-686: true
  linux-image-2.6.24-1-686/postinst/bootloader-error-2.6.24-1-686:
  linux-image-2.6.24-1-686/postinst/create-kimage-link-2.6.24-1-686: true
  linux-image-2.6.24-1-686/prerm/would-invalidate-boot-loader-2.6.24-1-686: true
  linux-image-2.6.24-1-686/preinst/initrd-2.6.24-1-686:
  linux-image-2.6.24-1-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.24-1-686/preinst/abort-install-2.6.24-1-686:
  linux-image-2.6.24-1-686/prerm/removing-running-kernel-2.6.24-1-686: true
  linux-image-2.6.24-1-686/preinst/abort-overwrite-2.6.24-1-686:
  linux-image-2.6.24-1-686/postinst/bootloader-test-error-2.6.24-1-686:
  linux-image-2.6.24-1-686/preinst/lilo-initrd-2.6.24-1-686: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.24-1-686/postinst/old-system-map-link-2.6.24-1-686: true
  linux-image-2.6.24-1-686/preinst/failed-to-move-modules-2.6.24-1-686:
  linux-image-2.6.24-1-686/postinst/depmod-error-initrd-2.6.24-1-686: false
  linux-image-2.6.24-1-686/preinst/bootloader-initrd-2.6.24-1-686: true
  linux-image-2.6.24-1-686/postinst/old-initrd-link-2.6.24-1-686: true
  linux-image-2.6.24-1-686/postinst/old-dir-initrd-link-2.6.24-1-686: true
  linux-image-2.6.24-1-686/postinst/depmod-error-2.6.24-1-686: false
  linux-image-2.6.24-1-686/preinst/elilo-initrd-2.6.24-1-686: true
  linux-image-2.6.24-1-686/postinst/kimage-is-a-directory:



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



Bug#435249: linux-image-2.6.21-2-k7: unbootable kernel

2007-07-30 Thread Miroslaw Kwasniak
Package: linux-image-2.6.21-2-k7
Version: 2.6.21-6
Severity: important

Hi

Installing this version:
- doesn't update symbolic links in /
  $ ls -l /vmlinuz
  lrwxrwxrwx 1 root root 24 Jul 30 11:33 /vmlinuz - boot/vmlinuz-2.6.18-4-k7

- lilo isnt' called.

Mirek

=
aptitude session log:

Selecting previously deselected package linux-image-2.6-k7.
Unpacking linux-image-2.6-k7 (from .../linux-image-2.6-k7_2.6.21+8_i386.deb) 
...Setting up linux-image-2.6.21-2-k7 (2.6.21-6) ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk.

Setting up linux-image-2.6-k7 (2.6.21+8) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done


-- Package-specific info:

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.21-2-k7 depends on:
ii  initramfs-tools [linux-initr 0.89tools for generating an initramfs
ii  module-init-tools3.3-pre11-4 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.21-2-k7 recommends:
ii  libc6-i6862.6-2  GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.21-2-k7/preinst/initrd-2.6.21-2-k7:
  linux-image-2.6.21-2-k7/preinst/abort-install-2.6.21-2-k7:
  linux-image-2.6.21-2-k7/preinst/lilo-has-ramdisk:
  linux-image-2.6.21-2-k7/postinst/bootloader-error-2.6.21-2-k7:
  linux-image-2.6.21-2-k7/preinst/failed-to-move-modules-2.6.21-2-k7:
  linux-image-2.6.21-2-k7/preinst/elilo-initrd-2.6.21-2-k7: true
  linux-image-2.6.21-2-k7/postinst/old-system-map-link-2.6.21-2-k7: true
  linux-image-2.6.21-2-k7/preinst/already-running-this-2.6.21-2-k7:
  linux-image-2.6.21-2-k7/postinst/depmod-error-2.6.21-2-k7: false
  linux-image-2.6.21-2-k7/postinst/bootloader-test-error-2.6.21-2-k7:
  linux-image-2.6.21-2-k7/preinst/abort-overwrite-2.6.21-2-k7:
  linux-image-2.6.21-2-k7/preinst/lilo-initrd-2.6.21-2-k7: true
  linux-image-2.6.21-2-k7/postinst/create-kimage-link-2.6.21-2-k7: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.21-2-k7/prerm/would-invalidate-boot-loader-2.6.21-2-k7: true
* linux-image-2.6.21-2-k7/preinst/bootloader-initrd-2.6.21-2-k7: false
  linux-image-2.6.21-2-k7/postinst/kimage-is-a-directory:
  linux-image-2.6.21-2-k7/preinst/overwriting-modules-2.6.21-2-k7: true
  linux-image-2.6.21-2-k7/postinst/depmod-error-initrd-2.6.21-2-k7: false
  linux-image-2.6.21-2-k7/postinst/old-initrd-link-2.6.21-2-k7: true
  linux-image-2.6.21-2-k7/prerm/removing-running-kernel-2.6.21-2-k7: true
  linux-image-2.6.21-2-k7/postinst/old-dir-initrd-link-2.6.21-2-k7: true


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



Bug#435248: linux-image-2.6.21-2-k7: non-clean unistall

2007-07-30 Thread Miroslaw Kwasniak
Package: linux-image-2.6.21-2-k7
Version: Non-clean unistall
Severity: normal

aptitude after purging this kernel leaves a file:

  /lib/modules/2.6.21-2-k7/modules.seriomap

Mirek

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

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.21-2-k7 depends on:
ii  initramfs-tools [linux-initr 0.89tools for generating an initramfs
ii  module-init-tools3.3-pre11-4 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.21-2-k7 recommends:
ii  libc6-i6862.6-2  GNU C Library: Shared libraries [i


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



Bug#435249: linux-image-2.6.21-2-k7: unbootable kernel

2007-07-30 Thread Miroslaw Kwasniak
On Mon, Jul 30, 2007 at 02:36:26PM +0200, maximilian attems wrote:
 tags 435249 moreinfo
 stop
 
 On Mon, Jul 30, 2007 at 02:23:28PM +0200, Miroslaw Kwasniak wrote:
  Installing this version:
  - doesn't update symbolic links in /
$ ls -l /vmlinuz
lrwxrwxrwx 1 root root 24 Jul 30 11:33 /vmlinuz - 
  boot/vmlinuz-2.6.18-4-k7
  
  - lilo isnt' called.
  
 
 please post the output of
 cat /etc/kernel-img.conf

$ cat /etc/kernel-img.conf
# Do not create symbolic links in /
Do_Symlinks = Yes



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



Bug#435249: closed by maximilian attems [EMAIL PROTECTED] (Re: Bug#435249: linux-image-2.6.21-2-k7: unbootable kernel)

2007-07-30 Thread Miroslaw Kwasniak
Hi again

On Mon, Jul 30, 2007 at 02:00:03PM +, Debian Bug Tracking System wrote:
   please post the output of
   cat /etc/kernel-img.conf
  
  $ cat /etc/kernel-img.conf
  # Do not create symbolic links in /
  Do_Symlinks = Yes
 
 as expected  no line with
 do_bootloader = yes

Current  state is: 

$ cat /etc/kernel-img.conf
do_symlinks = Yes
do_bootloader = Yes
do_initrd = Yes

and aptitude install linux-image-2.6.21-2-k7 still doesn't:

  - call lilo - very dangerous!!

  - make symlinks in / (only in /boot - I can libe with it)

I sure that problem is in postinst script, I got an expectet result
with postinst form 2.6.18-4-k7_2.6.18.dfsg.1-12etch2 (I've changed
$version inside):

   dpkg --unpack linux-image-2.6.21-2-k7_2.6.21-6_i386.deb
   ./postinst-faked configure

Mirek


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