[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#499582: upgrade-reports: upgrade etch to lenny (remove some paquets + problem with xorg.conf)



Package: upgrade-reports
Severity: important



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

Kernel: Linux 2.6.18-6-k7 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

ASUS A8N5X - AMD Athlon64 3000+ - nvidia GeForce 6200TC 


Hello,
I speak a litle english.

when I upgrade etch to lenny, some package have removed ! this is the list of package who have removed:

-----------------------------------------------------------------------
adept , adept-installer, adept-nitifier, adept-manager, adept-cmmon
amarok-xine
beryl-manager, beryl-settings, beryl-settings-bindings
dvdrip
emerald, emerald-themes, libemeraldengine0
fftw3
g77, g77-3.4
lapack3
libavcodeccvs51, libavformatcvs51, libavutilcvs49, libpostproccvs51
libdc1394-13-dev
libft-perl
libg2c0, libg2c0-dev
libglade0
libglib1.2
libgssapi2
libk3b2
liblame0
libldap2
libnl1-pre6
liborbit0
libpci2
libsasl2
libssp0
libstlport4.6c2
libswscalecvs0
libufsparse
libwinearts
libwnck18
libwxgtk2.4-1
linux-kernel-headers
modutils
mythtv, mythtv-backend
nvidia-glx
python-glade-1.2, pyton-gtk-1.2
tetex-doc
transcode
xserver-xorg-video-newport
------------------------------------------------------



the real problem is with xorg.conf . when I execute the commande : sudo dpkg-reconfigure -phigh xserver-xorg for restoring display, I had:


--------------------------------------------------------

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

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

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

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

---------------------------------------------------------

I remplace him with to correct the problem :

--------------------------------------------------------

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"latin9"
EndSection

Section "InputDevice"
	Identifier     "Configured Mouse"
	Driver         "mouse"
	Option         "CorePointer"
	Option         "Device" "/dev/input/mice"
	Option         "ZAxisMapping" "4 5"
	Option         "Protocol" "ImPS/2"
EndSection

Section "Device"
	Identifier     "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
	Driver         "nv"
EndSection

Section "Monitor"
	Identifier     "Écran générique"
	HorizSync       31.5 - 68.7
	VertRefresh     59.9 - 85.0
	Option         "DPMS"
EndSection

Section "Screen"
	Identifier     "Default Screen"
	Device         "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
	Monitor        "Écran générique"
	DefaultDepth    24
	SubSection     "Display"
		Depth       24
		Modes      "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

--------------------------------------------------------------------

thank you for this excelent distribution and for your job



Reply to: