Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

nombre réponses : 25

#0 Re : -1 »  Script d'installation pour imprimantes Brother » Le 05/11/2013, à 19:10

béotien_46
Réponses : 2 756

merci pour ces réponses, je vais tester ce soir en rentrant.

#1 Re : -1 »  Script d'installation pour imprimantes Brother » Le 06/11/2013, à 00:45

béotien_46
Réponses : 2 756

dès mon arrivée tardive j'ai essayé la solution : je n'ai pas eu la possibilité de "rétablir", bouton grisé ; cela a même provoqué le bug suivant :
"nautilus crashed with SIGABRT in raise()"
Donc, sur ce je vais me coucher, la nuit portant conseil....
Merci de tous vos efforts.

#2 Re : -1 »  Script d'installation pour imprimantes Brother » Le 06/11/2013, à 17:11

béotien_46
Réponses : 2 756

Merci mille fois alca94,
après remise en ordre de ma source.list et suppression des doublons, l'install a pu se lancer sans obstacle. Par contre, il y a une tonne de fichiers qui sont entrain d'être installés. Je croise les doigts.
30' + tard et Youppie !!!! ça marche

#3 Re : -1 »  Script d'installation pour imprimantes Brother » Le 17/11/2013, à 15:17

béotien_46
Réponses : 2 756

@ alca94
je suis de retour sur cette discussion pour évoquer le non fonctionnement de mon scan (imprimante DCP 195 C).
après toutes mes précédentes misères que tu avais réussies à me solutionner, je n'avais pas tester le scan ; aujourd'hui, je m'aperçois qu'il ne marche ni à partir de l'imprimante, ni à partir de l'ordi (xsane ou simple scan ou gimp ne trouvent pas mon périphérique).
J'ai désinstallé tout ce qui touchait à Brother, brscan, 195 C, et réinstallé le script plusieurs fois, rien n'y fait.

baudel@labecaneabobo:~$ dpkg -l | grep -i brother
ii  brscan-skey                               0.2.4-0                                     amd64        Brother Linux scanner S-KEY tool
ii  brscan3                                   0.2.11-5                                    amd64        Brother Scanner Driver
ii  dcp195ccupswrapper                        1.1.3-1                                     i386         Brother CUPS Inkjet Printer Definitions
ii  dcp195clpr                                1.1.3-1                                     i386         Brother lpr Inkjet Printer Definitions
baudel@labecaneabobo:~$ 

#4 Re : -1 »  Script d'installation pour imprimantes Brother » Le 17/11/2013, à 15:36

béotien_46
Réponses : 2 756

oui, l'imprimante était allumée lors de l'install

#6 -1 »  Noyaux supprimés et grub > » Le 15/06/2014, à 12:59

béotien_46
Réponses : 7

Bonjour,
après avoir fait le ménage de mes anciens noyaux, je tombe, en rallumant ma machine sur l'invite "Grub >"
Voici mon dernier rapport pastebin après un bootrepair :

  
	

 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Dec2013]


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    in partition 112 for .

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sda1 
                       and looks at sector 23644543 of the same hard drive 
                       for core.img. core.img is at this location and looks 
                       in partition 112 for .
    Operating System:  Ubuntu 14.04 LTS 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sda2: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

sda3: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *             63    38,691,469    38,691,407  83 Linux
/dev/sda2          54,491,136    60,626,943     6,135,808  82 Linux swap / Solaris
/dev/sda3         106,194,944   312,581,807   206,386,864  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda1        9bcd2791-2300-48d1-9eeb-d4642ae6238e   ext4       
/dev/sda2        4efd898f-2c35-4204-8e0c-268c2dfe3c94   swap       
/dev/sda3        e5fac59d-455b-4b7c-a657-22c336db3432   ext4       

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/sda1        /                        ext4       (rw,errors=remount-ro)


=========================== sda1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  9bcd2791-2300-48d1-9eeb-d4642ae6238e
else
  search --no-floppy --fs-uuid --set=root 9bcd2791-2300-48d1-9eeb-d4642ae6238e
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 45,51,53; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=9bcd2791-2300-48d1-9eeb-d4642ae6238e /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda2 during installation
UUID=4efd898f-2c35-4204-8e0c-268c2dfe3c94 none            swap    sw              0       0
--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)


=============================== StdErr Messages: ===============================

cat: /tmp/BootInfo-JvmDB1La/Tmp_Log: No such file or directory

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-06-09__17h45 ===================
boot-repair version : 3.199~ppa40~saucy
boot-sav version : 3.199~ppa40~saucy
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 3.199~ppa40~saucy
boot-repair est exécuté en session installed (Ubuntu 14.04 LTS, trusty, Ubuntu-fr, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=9bcd2791-2300-48d1-9eeb-d4642ae6238e ro quiet splash

=================== os-prober:
/dev/sda1:L'OS actuellement utilisé - Ubuntu 14.04 LTS CurrentSession:linux

=================== blkid:
/dev/sda3: UUID="e5fac59d-455b-4b7c-a657-22c336db3432" TYPE="ext4"
/dev/sda1: UUID="9bcd2791-2300-48d1-9eeb-d4642ae6238e" TYPE="ext4"
/dev/sda2: UUID="4efd898f-2c35-4204-8e0c-268c2dfe3c94" TYPE="swap"


1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.


=================== /etc/grub.d/ :
drwxr-xr-x 2 root root     4096 juin   9 16:45 grub.d
drwxr-xr-x 2 root root     4096 nov.   4  2013 grub.d.bak
total 72
-rwxr-xr-x 1 root root  9424 avril 11 12:51 00_header
-rwxr-xr-x 1 root root  6058 avril 10 17:58 05_debian_theme
-rwxr-xr-x 1 root root 11608 avril 11 12:51 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 12:51 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 11 12:51 30_os-prober
-rwxr-xr-x 1 root root  1416 avril 11 12:51 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 11 12:51 40_custom
-rwxr-xr-x 1 root root   216 avril 11 12:51 41_custom
-rw-r--r-- 1 root root   483 avril 11 12:51 README




=================== /etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"



=================== No kernel in /boot:
grub
grub.bak
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin


=================== UEFI/Legacy mode:
This installed-session is not in EFI-mode.
SecureBoot disabled.


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	64,	no-kernel,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	not-far,	.
sda3	: sda,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda3.

sda	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	has-os,	63 sectors * 512 bytes


=================== parted -l:

Model: ATA WDC WD1600AAJB-0 (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system     Flags
1      32.3kB  19.8GB  19.8GB  primary  ext4            boot
2      27.9GB  31.0GB  3142MB  primary  linux-swap(v1)
3      54.4GB  160GB   106GB   primary  ext4

=================== parted -lm:

BYT;
/dev/sda:160GB:scsi:512:512:msdos:ATA WDC WD1600AAJB-0;
1:32.3kB:19.8GB:19.8GB:ext4::boot;
2:27.9GB:31.0GB:3142MB:linux-swap(v1)::;
3:54.4GB:160GB:106GB:ext4::;


=================== mount:
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
none on /sys/fs/pstore type pstore (rw)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=baudel)
/dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
/dev (filtered):  autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency disk dri ecryptfs fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg kvm log lp0 mapper mcelog mem net network_latency network_throughput null nvidia0 nvidiactl parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 shm snapshot snd stderr stdin stdout uhid uinput urandom usb vga_arbiter vhost-net zero
ls /dev/mapper:  control

=================== df -Th:

Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/sda1      ext4       19G   13G  4.9G  72% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  1.8G   12K  1.8G   1% /dev
tmpfs          tmpfs     371M  1.2M  369M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     1.9G   84K  1.9G   1% /run/shm
none           tmpfs     100M   20K  100M   1% /run/user
/dev/sda3      ext4       97G   16G   76G  18% /mnt/boot-sav/sda3

=================== fdisk -l:

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x32e59fb9

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63    38691469    19345703+  83  Linux
/dev/sda2        54491136    60626943     3067904   82  Linux swap / Solaris
/dev/sda3       106194944   312581807   103193432   83  Linux



=================== Recommended repair
Recommended-Repair
This setting will reinstall the grub2 of sda1 into the MBR of sda, using the following options:     kernel-purge
Additional repair will be performed: unhide-bootmenu-10s


apt-get -y --force-yes update
purge_kernel of sda1
linux NOT available (apt-cache policy  problem)
Lecture des listes de paquets…
Construction de l'arbre des dépendances…SET@_progressbar1.pulse()

Lecture des informations d'état…
E: Impossible de trouver le paquet linux
DEBCHECK debNG, linux
DEBCHECKLINUX debNG
=================== linux purge cancelled
Veuillez activer un dépôt contenant les paquets [linux] dans les sources de logiciels de L'OS actuellement utilisé - Ubuntu 14.04 LTS (sda1). Puis réessayez.
=================== No valid source for linux in /etc/apt/sources.list :

## DEPOTS OFFICIELS ##
deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty main restricted universe

deb-src http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty main restricted universe

deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty-updates main restricted universe

deb-src http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty-updates main restricted universe

deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty-security main restricted universe

deb-src http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty-security main restricted universe



## DEPOTS SUPPLEMENTAIRES ##
deb http://archive.canonical.com/ubuntu trusty partner

deb-src http://archive.canonical.com/ubuntu trusty partner

deb http://extras.ubuntu.com/ubuntu trusty main

deb-src http://extras.ubuntu.com/ubuntu trusty main
Warning: unknown mime-type for "/etc/apt/sources.list" -- using "application/octet-stream"
Error: no "view" mailcap rules found for type "application/octet-stream"
Opening "/etc/apt/sources.list" with Software & Updates  (text/x-apt-sources-list)

(process:17877): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

*******lspci -nnk | grep -iA3 vga
00:0d.0 VGA compatible controller [0300]: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7597]
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Address Map [1022:1201]
--
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT216 [GeForce GT 220] [10de:0a20] (rev a2)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:34d6]
Kernel driver in use: nvidia
02:00.1 Audio device [0403]: NVIDIA Corporation GT216 HDMI Audio Controller [10de:0be2] (rev a1)
*******

grub-install : information : executing modprobe efivars 2>/dev/null.
grub-install : information : Looking for /sys/firmware/efi ...
grub-install : information : ... not found. Looking for /proc/device-tree ...
grub-install : information : ... not found.
Installing for i386-pc platform.
grub-install : erreur : le périphérique d'installation n'est pas indiqué.
,.

Reinstall the GRUB of sda1 into the MBR of sda
Installing for i386-pc platform.
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0

update-grub
Generating grub configuration file ...
Unhide GRUB boot menu in sda1/boot/grub/grub.cfg

Une erreur est survenue pendant la réparation.

Vous pouvez maintenant redémarrer votre ordinateur.

Merci de vos conseils

#7 Re : -1 »  Noyaux supprimés et grub > » Le 15/06/2014, à 14:13

béotien_46
Réponses : 7

@Babdu 89
Merci de ta réponse ; mais pour suivre ta procédure, car, comme mon pseudo"béotien" l'indique, je suis assez limité dans mes connaissances ubuntuesques, je serais très preneur d'un déroulé très détaillé des opérations à lancer.(pour info, je possède une version 13.O4 sur cd)
encore merci

#8 Re : -1 »  Noyaux supprimés et grub > » Le 15/06/2014, à 15:56

béotien_46
Réponses : 7

quand je tape :

sudo sed 's/trusty/saucy/g' -i /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list

réponse : impossible de lire /etc/.... aucun fichier ou dossier de ce type.

#9 Re : -1 »  Noyaux supprimés et grub > » Le 15/06/2014, à 17:04

béotien_46
Réponses : 7

La réparation n'a pas fonctionné.
Voici le rapport :

Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 23Dec2013]


============================= Boot Info Summary: ===============================

 => Grub2 (v1.99) is installed in the MBR of /dev/sda and looks at sector 1 of 
    the same hard drive for core.img. core.img is at this location and looks 
    in partition 112 for .

sda1: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  Grub2 (v1.99-2.00)
    Boot sector info:  Grub2 (v1.99) is installed in the boot sector of sda1 
                       and looks at sector 23644543 of the same hard drive 
                       for core.img. core.img is at this location and looks 
                       in partition 112 for .
    Operating System:  Ubuntu 14.04 LTS 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sda2: __________________________________________________________________________

    File system:       swap
    Boot sector type:  -
    Boot sector info: 

sda3: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  
    Boot files:        

============================ Drive/Partition Info: =============================

Drive: sda _____________________________________________________________________

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

Partition  Boot  Start Sector    End Sector  # of Sectors  Id System

/dev/sda1    *             63    38,691,469    38,691,407  83 Linux
/dev/sda2          54,491,136    60,626,943     6,135,808  82 Linux swap / Solaris
/dev/sda3         106,194,944   312,581,807   206,386,864  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/loop0                                              squashfs   
/dev/sda1        9bcd2791-2300-48d1-9eeb-d4642ae6238e   ext4       
/dev/sda2        4efd898f-2c35-4204-8e0c-268c2dfe3c94   swap       
/dev/sda3        e5fac59d-455b-4b7c-a657-22c336db3432   ext4       
/dev/sr0                                                iso9660    Ubuntu raring 20130501-20:45

================================ Mount points: =================================

Device           Mount_Point              Type       Options

/dev/loop0       /rofs                    squashfs   (ro,noatime)
/dev/sr0         /cdrom                   iso9660    (ro,noatime)


=========================== sda1/boot/grub/grub.cfg: ===========================

--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  9bcd2791-2300-48d1-9eeb-d4642ae6238e
else
  search --no-floppy --fs-uuid --set=root 9bcd2791-2300-48d1-9eeb-d4642ae6238e
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=10
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=10
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=10
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 45,51,53; then
  clear
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
	if [ "${1}" = "keep" ]; then
		set vt_handoff=vt.handoff=7
	else
		set vt_handoff=
	fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------

=============================== sda1/etc/fstab: ================================

--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=9bcd2791-2300-48d1-9eeb-d4642ae6238e /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda2 during installation
UUID=4efd898f-2c35-4204-8e0c-268c2dfe3c94 none            swap    sw              0       0
--------------------------------------------------------------------------------

=================== sda1: Location of files loaded by Grub: ====================

           GiB - GB             File                                 Fragment(s)

   6.132213116 = 6.584413696    boot/grub/grub.cfg                             1
   8.410296917 = 9.030487552    boot/grub/i386-pc/core.img                     1

=============================== StdErr Messages: ===============================

cat: write error: Broken pipe
File descriptor 8 (/proc/6245/mounts) leaked on lvscan invocation. Parent PID 14004: bash
  No volume groups found

ADDITIONAL INFORMATION :
=================== log of boot-repair 2014-06-15__14h46 ===================
boot-repair version : 3.199~ppa40~raring
boot-sav version : 3.199~ppa40~raring
glade2script version : 3.2.2~ppa45~raring
boot-sav-extra version : 3.199~ppa40~raring
boot-repair est exécuté en session live (Ubuntu 13.04, raring, Ubuntu-fr, x86_64)
ls: impossible d'accéder à /home/usr/.config: Aucun fichier ou dossier de ce type
CPU op-mode(s):        32-bit, 64-bit
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- debian-installer/language=fr keyboard-configuration/layoutcode?=fr keyboard-configuration/variantcode?=oss maybe-ubiquity

=================== os-prober:
/dev/sda1:Ubuntu 14.04 LTS (14.04):Ubuntu:linux

=================== blkid:
/dev/loop0: TYPE="squashfs"
/dev/sda1: UUID="9bcd2791-2300-48d1-9eeb-d4642ae6238e" TYPE="ext4"
/dev/sda2: UUID="4efd898f-2c35-4204-8e0c-268c2dfe3c94" TYPE="swap"
/dev/sda3: UUID="e5fac59d-455b-4b7c-a657-22c336db3432" TYPE="ext4"
/dev/sr0: LABEL="Ubuntu raring 20130501-20:45" TYPE="iso9660"


1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.


=================== sda1/etc/grub.d/ :
drwxr-xr-x 2 root root     4096 juin   9 14:45 grub.d
drwxr-xr-x 2 root root     4096 nov.   4  2013 grub.d.bak
total 72
-rwxr-xr-x 1 root root  9424 avril 11 10:51 00_header
-rwxr-xr-x 1 root root  6058 avril 10 15:58 05_debian_theme
-rwxr-xr-x 1 root root 11608 avril 11 10:51 10_linux
-rwxr-xr-x 1 root root 10412 avril 11 10:51 20_linux_xen
-rwxr-xr-x 1 root root 11692 avril 11 10:51 30_os-prober
-rwxr-xr-x 1 root root  1416 avril 11 10:51 30_uefi-firmware
-rwxr-xr-x 1 root root   214 avril 11 10:51 40_custom
-rwxr-xr-x 1 root root   216 avril 11 10:51 41_custom
-rw-r--r-- 1 root root   483 avril 11 10:51 README




=================== sda1/etc/default/grub :

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"



=================== No kernel in /mnt/boot-sav/sda1/boot:
grub
grub.bak
memtest86+.bin
memtest86+.elf
memtest86+_multiboot.bin


=================== UEFI/Legacy mode:
Le disque Ubuntu Edition Francophone ne peut pas être démarré en mode EFI.
SecureBoot maybe enabled.


=================== PARTITIONS & DISKS:
sda1	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	64,	no-kernel,	is-os,	not--efi--part,	fstab-without-boot,	fstab-without-efi,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	apt-get,	grub-install,	with--usr,	fstab-without-usr,	not-sep-usr,	standard,	not-far,	/mnt/boot-sav/sda1.
sda3	: sda,	maybesepboot,	no-grubenv	nogrub,	no-docgrub,	no-update-grub,	32,	no-boot,	no-os,	not--efi--part,	part-has-no-fstab,	part-has-no-fstab,	no-nt,	no-winload,	no-recov-nor-hid,	no-bmgr,	notwinboot,	nopakmgr,	nogrubinstall,	no---usr,	part-has-no-fstab,	not-sep-usr,	standard,	farbios,	/mnt/boot-sav/sda3.

sda	: not-GPT,	BIOSboot-not-needed,	has-no-EFIpart, 	not-usb,	has-os,	63 sectors * 512 bytes


=================== parted -l:

Model: ATA WDC WD1600AAJB-0 (scsi)
Disk /dev/sda: 160GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type     File system     Flags
1      32.3kB  19.8GB  19.8GB  primary  ext4            boot
2      27.9GB  31.0GB  3142MB  primary  linux-swap(v1)
3      54.4GB  160GB   106GB   primary  ext4



                                                                          
Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.

                                                                          
Error: Invalid partition table - recursive partition on /dev/sr0.

=================== parted -lm:

BYT;
/dev/sda:160GB:scsi:512:512:msdos:ATA WDC WD1600AAJB-0;
1:32.3kB:19.8GB:19.8GB:ext4::boot;
2:27.9GB:31.0GB:3142MB:linux-swap(v1)::;
3:54.4GB:160GB:106GB:ext4::;


                                                                          
Warning: Unable to open /dev/sr0 read-write (Read-only file system).  /dev/sr0
has been opened read-only.

                                                                          
Error: Invalid partition table - recursive partition on /dev/sr0.


=================== mount:
/cow on / type overlayfs (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
/dev/sr0 on /cdrom type iso9660 (ro,noatime)
/dev/loop0 on /rofs type squashfs (ro,noatime)
none on /sys/fs/cgroup type tmpfs (rw)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
gvfsd-fuse on /run/user/ubuntu/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ubuntu)
/dev/sda1 on /mnt/boot-sav/sda1 type ext4 (rw)
/dev/sda3 on /mnt/boot-sav/sda3 type ext4 (rw)


=================== ls:
/sys/block/sda (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered):  alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered):  alarm ashmem autofs binder block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency disk dri dvd dvdrw ecryptfs fb0 fb1 fd full fuse hidraw0 hidraw1 hidraw2 hidraw3 hpet input kmsg kvm log lp0 mapper mcelog mem net network_latency network_throughput null oldmem parport0 port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sg0 sg1 shm snapshot snd sr0 stderr stdin stdout uinput urandom usb vga_arbiter vhost-net zero
ls /dev/mapper:  control

=================== df -Th:

Filesystem     Type       Size  Used Avail Use% Mounted on
/cow           overlayfs  1.9G   92M  1.8G   5% /
udev           devtmpfs   1.8G   12K  1.8G   1% /dev
tmpfs          tmpfs      371M  940K  370M   1% /run
/dev/sr0       iso9660    768M  768M     0 100% /cdrom
/dev/loop0     squashfs   735M  735M     0 100% /rofs
none           tmpfs      4.0K     0  4.0K   0% /sys/fs/cgroup
tmpfs          tmpfs      1.9G  1.1M  1.9G   1% /tmp
none           tmpfs      5.0M  4.0K  5.0M   1% /run/lock
none           tmpfs      1.9G  144K  1.9G   1% /run/shm
none           tmpfs      100M   40K  100M   1% /run/user
/dev/sda1      ext4        19G   13G  4.9G  72% /mnt/boot-sav/sda1
/dev/sda3      ext4        97G   16G   77G  18% /mnt/boot-sav/sda3

=================== fdisk -l:

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x32e59fb9

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63    38691469    19345703+  83  Linux
/dev/sda2        54491136    60626943     3067904   82  Linux swap / Solaris
/dev/sda3       106194944   312581807   103193432   83  Linux



=================== Default settings
Recommended-Repair
This setting would reinstall the grub2 of sda1 into the MBR of sda, using the following options:     kernel-purge
Additional repair would be performed: unhide-bootmenu-10s

=================== Settings chosen by the user
Custom-Repair
This setting will reinstall the grub2 of sda1 into the MBR of sda, using the following options:     kernel-purge
Additional repair will be performed: unhide-bootmenu-10s


chroot /mnt/boot-sav/sda1 apt-get -y --force-yes update
purge_kernel of sda1
linux NOT available (apt-cache policy  problem)
Lecture des listes de paquets…
Construction de l'arbre des dépendances…SET@_progressbar1.pulse()

Lecture des informations d'état…SET@_progressbar1.pulse()

E: Impossible de trouver le paquet linux
DEBCHECK debNG, linux
DEBCHECKLINUX debNG
=================== linux purge cancelled
Veuillez activer un dépôt contenant les paquets [linux] dans les sources de logiciels de Ubuntu 14.04 LTS (sda1). Puis réessayez.
=================== No valid source for linux in /mnt/boot-sav/sda1/etc/apt/sources.list :

## DEPOTS OFFICIELS ##
deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty main restricted universe

deb-src http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty main restricted universe

deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty-updates main restricted universe

deb-src http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty-updates main restricted universe

deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty-security main restricted universe

deb-src http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ trusty-security main restricted universe



## DEPOTS SUPPLEMENTAIRES ##
deb http://archive.canonical.com/ubuntu trusty partner

deb-src http://archive.canonical.com/ubuntu trusty partner

deb http://extras.ubuntu.com/ubuntu trusty main

deb-src http://extras.ubuntu.com/ubuntu trusty main
Warning: unknown mime-type for "/mnt/boot-sav/sda1/etc/apt/sources.list" -- using "application/octet-stream"
Error: no "view" mailcap rules found for type "application/octet-stream"
Opening "/mnt/boot-sav/sda1/etc/apt/sources.list" with Software & Updates  (text/x-apt-sources-list)
/mnt/boot-sav/sda1/etc/apt/sources.list

*******lspci -nnk | grep -iA3 vga
00:0d.0 VGA compatible controller [0300]: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] [10de:03d6] (rev a2)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7597]
Kernel driver in use: nouveau
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
--
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT216 [GeForce GT 220] [10de:0a20] (rev a2)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:34d6]
Kernel driver in use: nouveau
02:00.1 Audio device [0403]: NVIDIA Corporation GT216 HDMI Audio Controller [10de:0be2] (rev a1)
*******

grub-install : information : executing modprobe efivars 2>/dev/null.
grub-install : information : Looking for /sys/firmware/efi ...
grub-install : information : ... not found. Looking for /proc/device-tree ...
grub-install : information : ... not found.
Installing for i386-pc platform.
grub-install : erreur : le périphérique d'installation n'est pas indiqué.
,.

Reinstall the GRUB of sda1 into the MBR of sda
Installing for i386-pc platform.
Installation finished. No error reported.
grub-install /dev/sda: exit code of grub-install /dev/sda:0

chroot /mnt/boot-sav/sda1 update-grub
Generating grub configuration file ...
Unhide GRUB boot menu in sda1/boot/grub/grub.cfg

Une erreur est survenue pendant la réparation.

Vous pouvez maintenant redémarrer votre ordinateur.

#10 -1 »  indicateur d'application disparu » Le 08/06/2014, à 15:32

béotien_46
Réponses : 6

Bonjour,
depuis mon passage en version 14.04, l'indicateur d'applications a disparu. J'ai essayé divers paramétrages avec unity tweak tool, compiz, dconf, mais je n'ai pas trouvé de solutions. Sur le forum, je n'ai pas trouvé non plus l'évocation de ce problème.

#11 Re : -1 »  indicateur d'application disparu » Le 08/06/2014, à 17:38

béotien_46
Réponses : 6

ça donne rien de bon : Je n'ai toujours pas d'indicateur d'applications, mais j'ai aussi perdu le pointeur de souris, et mon lanceur réduit à sa plus simple expression.

#12 Re : -1 »  indicateur d'application disparu » Le 08/06/2014, à 17:49

béotien_46
Réponses : 6

et en plus, je n'ai plus aucun icône sur mon bureau

#13 Re : -1 »  indicateur d'application disparu » Le 08/06/2014, à 18:31

béotien_46
Réponses : 6

avec la session invité mon bureau est vide, j'ai mon lanceur en fonction de l'interface choisie, Gnome ou Cairo, ou cinnamon, avec unity, je n'ai toujours pas d'iindicateur d'applications. Pourrais-tu me donner la manip pour reconfigurer comme c'était avant le "mv  .config" ?
merci

#14 -1 »  [Résolu] Peut-on démarrer ubuntu sans server Xorg ? » Le 13/02/2014, à 15:26

béotien_46
Réponses : 4

J'ai posté il y a 2 jours mes pbs de disparition de tout le répertoire X11 sur mon ubuntu 13.10, mais je n'ai pas eu la chance d'être lu par un contributeur du forum et je suis assez désespéré.
Donc actuellement, pour résumer, pour essayer de régler quelques pbs de pointeur de souris, j'ai alternativement opté pour pilotes propriétaires (NVIDIA) et "nouveau", sans grands résultats. J'ai ensuite décidé, comme je l'avais lu sur le forum de supprimer le fichier xorg.conf ; cela m'a supprimé carrément le répertoire X11 entre autres.
Une nouvelle install du xorg me répond que j'ai déjà la nouvelle version installée ; une reconfig me répond que le répertoire/etc/X11 n'existe pas ...
et je tourne en boucle (et en bourrique). Quand je relance l'ordi, je tombe sur l'invite au login, la demande de mot de passe, mais la session graphique ne se lance pas.
Question : y-a-t'il une commande console qui permette de lancer une session graphique ?
sinon, quelle méthode de reconstruire répertoire et fichiers Xorg sans avoir à réinstaller ubuntu 13.10 ?

J'ai une carte graphique NVIDIA GT 220
Merci de votre compassion

#15 Re : -1 »  [Résolu] Peut-on démarrer ubuntu sans server Xorg ? » Le 13/02/2014, à 18:02

béotien_46
Réponses : 4

Merci Shanx,
Mais startx ne fonctionne pas ; est-ce dû tout simplement à l'absence de X11 ?

#16 Re : -1 »  [Résolu] Peut-on démarrer ubuntu sans server Xorg ? » Le 13/02/2014, à 19:26

béotien_46
Réponses : 4

merci jeanjd63,
procédure suivie jusqu'à la réinstall de xerver xorg, et, miracle !!!!, l'interface graphique est relancée. Je conserve toujours quelques menus soucis, mais ça marche.
Je mets en résolu.
Merci mille fois

#17 -1 »  comment reconstituer répertoire /etc/X11 ??? » Le 09/02/2014, à 19:44

béotien_46
Réponses : 0

Bonjour,

Mon écran : Samsung SyncMaster 82230
Ma carte graphique : NVIDIA GeForce GT 220
Hier, je vous écrivais ça :
Depuis mise à niveau 13.10, je rencontre de nombreux problèmes, entre autres :
- le pointeur de souris qui disparaît et que je ne peux repérer que par appui de la touche CTRL et faire réapparaître en lançant "écran" de "paramètres système", Il m'a été diagnostiqué sur le forum, une origine dans le pilote de la carte graphique (NVIDIA GT 220) ; je suis passé alternativement des pilotes propriétaires  aux pilotes "nouveaux" sans changements (visibles, tout du moins);

Aujourd'hui, à force de bidouiller, et ayant lu que le fichier xorg.conf pouvait être supprimé, je l'ai fait, et certainement très mal, car au démarrage, plus d'interface graphique, juste une invite au login... j'essaie une tentative de reconfigurer xorg.conf, il ne trouve plus de répertoire X11. Je vérifie en console et dans le /etc, pas de /X11;

Enfin, voilà, quoi, c'est le bazar et j'aimerais trouver une solution :
voici le lien pour le rapport "Boot-repair"
> http://paste.ubuntu.com/6902724/
merci d'une suggestion
cordialement
Claude Baudel

Voici mon EX-fichier Xorgconf :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@swio-display-x64-suse91-01)  Wed Mar  6 18:57:38 PST 2013

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nv"
    VendorName     "Unknown"
    Option	   "HWcursor" "false"	
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Voici le /var/log/Xorg.0.log :

[    21.764] 
X.Org X Server 1.14.5
Release Date: 2013-12-12
[    21.764] X Protocol Version 11, Revision 0
[    21.764] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu
[    21.764] Current Operating System: Linux labecaneabobo 3.11.0-15-generic #25-Ubuntu SMP Thu Jan 30 17:22:01 UTC 2014 x86_64
[    21.764] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=9bcd2791-2300-48d1-9eeb-d4642ae6238e ro quiet splash
[    21.764] Build Date: 17 December 2013  10:06:15AM
[    21.764] xorg-server 2:1.14.5-1ubuntu2~saucy1 (For technical support please see http://www.ubuntu.com/support) 
[    21.764] Current version of pixman: 0.30.2
[    21.764] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.764] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.764] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb  9 13:48:14 2014
[    21.789] (==) Using config file: "/etc/X11/xorg.conf"
[    21.789] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.868] (==) ServerLayout "Layout0"
[    21.868] (**) |-->Screen "Screen0" (0)
[    21.868] (**) |   |-->Monitor "Monitor0"
[    21.880] (**) |   |-->Device "Device0"
[    21.880] (**) |-->Input Device "Keyboard0"
[    21.880] (**) |-->Input Device "Mouse0"
[    21.880] (==) Automatically adding devices
[    21.880] (==) Automatically enabling devices
[    21.880] (==) Automatically adding GPU devices
[    21.927] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    21.927] 	Entry deleted from font path.
[    21.927] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    21.927] 	Entry deleted from font path.
[    21.927] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    21.927] 	Entry deleted from font path.
[    21.949] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    21.949] 	Entry deleted from font path.
[    21.949] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    21.949] 	Entry deleted from font path.
[    21.949] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    21.949] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    21.949] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    21.949] (WW) Disabling Keyboard0
[    21.949] (WW) Disabling Mouse0
[    21.949] (II) Loader magic: 0x7f3af69e2d20
[    21.949] (II) Module ABI versions:
[    21.949] 	X.Org ANSI C Emulation: 0.4
[    21.949] 	X.Org Video Driver: 14.1
[    21.949] 	X.Org XInput driver : 19.1
[    21.949] 	X.Org Server Extension : 7.0
[    21.950] (--) PCI: (0:0:13:0) 10de:03d6:1462:7597 rev 162, Mem @ 0xdc000000/16777216, 0xb0000000/268435456, 0xdb000000/16777216, BIOS @ 0x????????/131072
[    21.950] (--) PCI:*(0:2:0:0) 10de:0a20:1458:34d6 rev 162, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd8000000/33554432, I/O @ 0x0000dc00/128, BIOS @ 0x????????/524288
[    21.950] (II) Open ACPI successful (/var/run/acpid.socket)
[    21.961] Initializing built-in extension Generic Event Extension
[    21.961] Initializing built-in extension SHAPE
[    21.961] Initializing built-in extension MIT-SHM
[    21.961] Initializing built-in extension XInputExtension
[    21.961] Initializing built-in extension XTEST
[    21.961] Initializing built-in extension BIG-REQUESTS
[    21.961] Initializing built-in extension SYNC
[    21.961] Initializing built-in extension XKEYBOARD
[    21.961] Initializing built-in extension XC-MISC
[    21.961] Initializing built-in extension SECURITY
[    21.961] Initializing built-in extension XINERAMA
[    21.961] Initializing built-in extension XFIXES
[    21.961] Initializing built-in extension RENDER
[    21.961] Initializing built-in extension RANDR
[    21.961] Initializing built-in extension COMPOSITE
[    21.961] Initializing built-in extension DAMAGE
[    21.961] Initializing built-in extension MIT-SCREEN-SAVER
[    21.961] Initializing built-in extension DOUBLE-BUFFER
[    21.961] Initializing built-in extension RECORD
[    21.961] Initializing built-in extension DPMS
[    21.961] Initializing built-in extension X-Resource
[    21.961] Initializing built-in extension XVideo
[    21.961] Initializing built-in extension XVideo-MotionCompensation
[    21.961] Initializing built-in extension SELinux
[    21.961] Initializing built-in extension XFree86-VidModeExtension
[    21.961] Initializing built-in extension XFree86-DGA
[    21.961] Initializing built-in extension XFree86-DRI
[    21.961] Initializing built-in extension DRI2
[    21.961] (II) "glx" will be loaded by default.
[    21.961] (WW) "xmir" is not to be loaded by default. Skipping.
[    21.961] (II) LoadModule: "dri2"
[    21.961] (II) Module "dri2" already built-in
[    21.961] (II) LoadModule: "glamoregl"
[    22.001] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    22.905] (II) Module glamoregl: vendor="X.Org Foundation"
[    22.905] 	compiled for 1.14.3, module version = 0.5.1
[    22.905] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.905] (II) LoadModule: "glx"
[    22.905] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[    23.025] (II) Module glx: vendor="NVIDIA Corporation"
[    23.025] 	compiled for 4.0.2, module version = 1.0.0
[    23.025] 	Module class: X.Org Server Extension
[    23.025] (II) NVIDIA GLX Module  304.116  Mon Oct 28 20:59:08 PDT 2013
[    23.025] Loading extension GLX
[    23.025] (II) LoadModule: "nv"
[    23.035] (WW) Warning, couldn't open module nv
[    23.035] (II) UnloadModule: "nv"
[    23.035] (II) Unloading nv
[    23.035] (EE) Failed to load module "nv" (module does not exist, 0)
[    23.035] (==) Matched nvidia as autoconfigured driver 0
[    23.035] (==) Matched nouveau as autoconfigured driver 1
[    23.035] (==) Matched vesa as autoconfigured driver 2
[    23.035] (==) Matched modesetting as autoconfigured driver 3
[    23.035] (==) Matched fbdev as autoconfigured driver 4
[    23.035] (==) Assigned the driver to the xf86ConfigLayout
[    23.035] (II) LoadModule: "nvidia"
[    23.035] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    23.106] (II) Module nvidia: vendor="NVIDIA Corporation"
[    23.106] 	compiled for 4.0.2, module version = 1.0.0
[    23.106] 	Module class: X.Org Video Driver
[    23.122] (II) LoadModule: "nouveau"
[    23.123] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    23.150] (II) Module nouveau: vendor="X.Org Foundation"
[    23.150] 	compiled for 1.14.2.901, module version = 1.0.9
[    23.150] 	Module class: X.Org Video Driver
[    23.150] 	ABI class: X.Org Video Driver, version 14.1
[    23.150] (II) LoadModule: "vesa"
[    23.151] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    23.164] (II) Module vesa: vendor="X.Org Foundation"
[    23.164] 	compiled for 1.14.1, module version = 2.3.2
[    23.164] 	Module class: X.Org Video Driver
[    23.164] 	ABI class: X.Org Video Driver, version 14.1
[    23.164] (II) LoadModule: "modesetting"
[    23.164] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    23.171] (II) Module modesetting: vendor="X.Org Foundation"
[    23.172] 	compiled for 1.14.1, module version = 0.8.0
[    23.172] 	Module class: X.Org Video Driver
[    23.172] 	ABI class: X.Org Video Driver, version 14.1
[    23.172] (II) LoadModule: "fbdev"
[    23.172] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    23.180] (II) Module fbdev: vendor="X.Org Foundation"
[    23.181] 	compiled for 1.14.1, module version = 0.4.3
[    23.181] 	Module class: X.Org Video Driver
[    23.181] 	ABI class: X.Org Video Driver, version 14.1
[    23.181] (II) NVIDIA dlloader X Driver  304.116  Mon Oct 28 20:40:38 PDT 2013
[    23.181] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    23.182] (II) NOUVEAU driver Date:   Wed Jul 31 10:51:03 2013 +1000
[    23.182] (II) NOUVEAU driver for NVIDIA chipset families :
[    23.182] 	RIVA TNT        (NV04)
[    23.182] 	RIVA TNT2       (NV05)
[    23.182] 	GeForce 256     (NV10)
[    23.182] 	GeForce 2       (NV11, NV15)
[    23.182] 	GeForce 4MX     (NV17, NV18)
[    23.182] 	GeForce 3       (NV20)
[    23.182] 	GeForce 4Ti     (NV25, NV28)
[    23.182] 	GeForce FX      (NV3x)
[    23.182] 	GeForce 6       (NV4x)
[    23.182] 	GeForce 7       (G7x)
[    23.182] 	GeForce 8       (G8x)
[    23.182] 	GeForce GTX 200 (NVA0)
[    23.182] 	GeForce GTX 400 (NVC0)
[    23.182] (II) VESA: driver for VESA chipsets: vesa
[    23.182] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    23.182] (II) FBDEV: driver for framebuffer: fbdev
[    23.182] (++) using VT number 7

[    23.185] (II) Loading sub module "fb"
[    23.185] (II) LoadModule: "fb"
[    23.185] (II) Loading /usr/lib/xorg/modules/libfb.so
[    23.198] (II) Module fb: vendor="X.Org Foundation"
[    23.198] 	compiled for 1.14.5, module version = 1.0.0
[    23.198] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.198] (II) Loading sub module "wfb"
[    23.198] (II) LoadModule: "wfb"
[    23.199] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    23.211] (II) Module wfb: vendor="X.Org Foundation"
[    23.211] 	compiled for 1.14.5, module version = 1.0.0
[    23.211] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.211] (II) Loading sub module "ramdac"
[    23.211] (II) LoadModule: "ramdac"
[    23.211] (II) Module "ramdac" already built-in
[    23.215] (WW) Falling back to old probe method for vesa
[    23.215] (WW) Falling back to old probe method for modesetting
[    23.215] (EE) open /dev/dri/card0: No such file or directory
[    23.215] (WW) Falling back to old probe method for fbdev
[    23.215] (II) Loading sub module "fbdevhw"
[    23.215] (II) LoadModule: "fbdevhw"
[    23.215] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    23.222] (II) Module fbdevhw: vendor="X.Org Foundation"
[    23.223] 	compiled for 1.14.5, module version = 0.0.2
[    23.223] 	ABI class: X.Org Video Driver, version 14.1
[    23.223] (EE) open /dev/fb0: No such file or directory
[    23.223] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    23.223] (==) NVIDIA(0): RGB weight 888
[    23.223] (==) NVIDIA(0): Default visual is TrueColor
[    23.223] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    23.223] (**) NVIDIA(0): Option "HWcursor" "false"
[    23.223] (**) NVIDIA(0): Enabling 2D acceleration
[    24.174] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[    24.174] (II) NVIDIA(GPU-0):     Vision stereo.
[    24.177] (II) NVIDIA(0): NVIDIA GPU GeForce GT 220 (GT216) at PCI:2:0:0 (GPU-0)
[    24.177] (--) NVIDIA(0): Memory: 1048576 kBytes
[    24.177] (--) NVIDIA(0): VideoBIOS: 70.16.39.00.10
[    24.177] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    24.177] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    24.179] (--) NVIDIA(0): Valid display device(s) on GeForce GT 220 at PCI:2:0:0
[    24.179] (--) NVIDIA(0):     CRT-0
[    24.179] (--) NVIDIA(0):     Samsung SMB2230N (CRT-1) (connected)
[    24.179] (--) NVIDIA(0):     DFP-0
[    24.179] (--) NVIDIA(0):     DFP-1
[    24.179] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    24.179] (--) NVIDIA(0): Samsung SMB2230N (CRT-1): 400.0 MHz maximum pixel clock
[    24.179] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    24.179] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[    24.179] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[    24.179] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[    24.179] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    24.179] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[    24.179] (**) NVIDIA(0):     has been enabled on all display devices.)
[    24.184] (==) NVIDIA(0): 
[    24.184] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    24.184] (==) NVIDIA(0):     will be used as the requested mode.
[    24.184] (==) NVIDIA(0): 
[    24.184] (II) NVIDIA(0): Validated MetaModes:
[    24.184] (II) NVIDIA(0):     "CRT-1:nvidia-auto-select"
[    24.184] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    24.206] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
[    24.206] (--) NVIDIA(0):     option
[    24.206] (II) UnloadModule: "nouveau"
[    24.206] (II) Unloading nouveau
[    24.207] (II) UnloadModule: "vesa"
[    24.207] (II) Unloading vesa
[    24.207] (II) UnloadModule: "modesetting"
[    24.207] (II) Unloading modesetting
[    24.207] (II) UnloadModule: "fbdev"
[    24.207] (II) Unloading fbdev
[    24.208] (II) UnloadSubModule: "fbdevhw"
[    24.208] (II) Unloading fbdevhw
[    24.208] (--) Depth 24 pixmap format is 32 bpp
[    24.630] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce 7025 / nForce 630a (C61) at PCI:0:13:0
[    24.630] (II) NVIDIA(GPU-1):     (GPU-1)
[    24.630] (--) NVIDIA(GPU-1): Memory: 524288 kBytes
[    24.630] (--) NVIDIA(GPU-1): VideoBIOS: 05.61.32.31.00
[    24.630] (--) NVIDIA(GPU-1): Interlaced video modes are supported on this GPU
[    24.630] (--) NVIDIA(GPU-1): Valid display device(s) on GeForce 7025 / nForce 630a at PCI:0:13:0
[    24.630] (--) NVIDIA(GPU-1):     CRT-0
[    24.630] (--) NVIDIA(GPU-1): CRT-0: 350.0 MHz maximum pixel clock
[    24.630] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    24.635] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select"
[    24.683] Loading extension NV-GLX
[    24.720] (==) NVIDIA(0): Disabling shared memory pixmaps
[    24.720] (==) NVIDIA(0): Backing store disabled
[    24.720] (==) NVIDIA(0): Silken mouse enabled
[    24.721] (**) NVIDIA(0): DPMS enabled
[    24.721] Loading extension NV-CONTROL
[    24.721] Loading extension XINERAMA
[    24.721] (II) Loading sub module "dri2"
[    24.721] (II) LoadModule: "dri2"
[    24.721] (II) Module "dri2" already built-in
[    24.721] (II) NVIDIA(0): [DRI2] Setup complete
[    24.721] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    24.722] (--) RandR disabled
[    24.727] (II) SELinux: Disabled on system
[    24.728] (II) Initializing extension GLX
[    24.866] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    24.877] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    24.877] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.877] (II) LoadModule: "evdev"
[    24.877] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.893] (II) Module evdev: vendor="X.Org Foundation"
[    24.893] 	compiled for 1.14.1, module version = 2.7.3
[    24.893] 	Module class: X.Org XInput Driver
[    24.893] 	ABI class: X.Org XInput driver, version 19.1
[    24.893] (II) Using input driver 'evdev' for 'Power Button'
[    24.893] (**) Power Button: always reports core events
[    24.893] (**) evdev: Power Button: Device: "/dev/input/event1"
[    24.893] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.893] (--) evdev: Power Button: Found keys
[    24.893] (II) evdev: Power Button: Configuring as keyboard
[    24.893] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    24.893] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.893] (**) Option "xkb_rules" "evdev"
[    24.893] (**) Option "xkb_model" "pc105"
[    24.893] (**) Option "xkb_layout" "fr"
[    24.893] (**) Option "xkb_variant" "oss"
[    24.894] (II) XKB: reuse xkmfile /var/lib/xkb/server-6CCE7350BC740BB33D520367F4A10E64192A358C.xkm
[    24.895] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    24.895] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.895] (II) Using input driver 'evdev' for 'Power Button'
[    24.895] (**) Power Button: always reports core events
[    24.895] (**) evdev: Power Button: Device: "/dev/input/event0"
[    24.895] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.895] (--) evdev: Power Button: Found keys
[    24.895] (II) evdev: Power Button: Configuring as keyboard
[    24.895] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    24.895] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    24.895] (**) Option "xkb_rules" "evdev"
[    24.895] (**) Option "xkb_model" "pc105"
[    24.895] (**) Option "xkb_layout" "fr"
[    24.895] (**) Option "xkb_variant" "oss"
[    24.896] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[    24.896] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    24.896] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    24.896] (**) Logitech USB Receiver: always reports core events
[    24.896] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event3"
[    24.896] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
[    24.896] (--) evdev: Logitech USB Receiver: Found keys
[    24.896] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    24.896] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.0/input/input3/event3"
[    24.896] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
[    24.896] (**) Option "xkb_rules" "evdev"
[    24.896] (**) Option "xkb_model" "pc105"
[    24.896] (**) Option "xkb_layout" "fr"
[    24.896] (**) Option "xkb_variant" "oss"
[    24.896] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event4)
[    24.896] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    24.896] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    24.896] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    24.896] (**) Logitech USB Receiver: always reports core events
[    24.896] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event4"
[    24.897] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc517
[    24.897] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
[    24.897] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    24.897] (--) evdev: Logitech USB Receiver: Found relative axes
[    24.897] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    24.897] (--) evdev: Logitech USB Receiver: Found absolute axes
[    24.897] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[    24.897] (--) evdev: Logitech USB Receiver: Found keys
[    24.897] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    24.897] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    24.897] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    24.897] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    24.897] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.897] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-1/2-1:1.1/input/input4/event4"
[    24.897] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[    24.897] (**) Option "xkb_rules" "evdev"
[    24.897] (**) Option "xkb_model" "pc105"
[    24.897] (**) Option "xkb_layout" "fr"
[    24.897] (**) Option "xkb_variant" "oss"
[    24.897] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    24.897] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[    24.897] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    24.897] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    24.897] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    24.897] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    24.897] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[    24.897] (II) No input driver specified, ignoring this device.
[    24.897] (II) This device may have been added with another device file.
[    24.897] (II) config/udev: Adding input device HDA NVidia Front Headphone (/dev/input/event5)
[    24.897] (II) No input driver specified, ignoring this device.
[    24.897] (II) This device may have been added with another device file.
[    24.898] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event6)
[    24.898] (II) No input driver specified, ignoring this device.
[    24.898] (II) This device may have been added with another device file.
[    24.898] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event7)
[    24.898] (II) No input driver specified, ignoring this device.
[    24.898] (II) This device may have been added with another device file.
[    24.898] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event8)
[    24.898] (II) No input driver specified, ignoring this device.
[    24.898] (II) This device may have been added with another device file.
[    24.898] (II) config/udev: Adding input device HDA NVidia Front Mic (/dev/input/event9)
[    24.898] (II) No input driver specified, ignoring this device.
[    24.898] (II) This device may have been added with another device file.
[    24.898] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10)
[    24.898] (II) No input driver specified, ignoring this device.
[    24.898] (II) This device may have been added with another device file.
[    24.898] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[    24.898] (II) No input driver specified, ignoring this device.
[    24.898] (II) This device may have been added with another device file.
[    24.899] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    24.899] (II) No input driver specified, ignoring this device.
[    24.899] (II) This device may have been added with another device file.
[    24.899] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    24.899] (II) No input driver specified, ignoring this device.
[    24.899] (II) This device may have been added with another device file.
[    24.899] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    24.899] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    24.899] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    24.899] (**) AT Translated Set 2 keyboard: always reports core events
[    24.899] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[    24.899] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    24.899] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    24.899] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    24.899] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    24.899] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[    24.899] (**) Option "xkb_rules" "evdev"
[    24.899] (**) Option "xkb_model" "pc105"
[    24.899] (**) Option "xkb_layout" "fr"
[    24.899] (**) Option "xkb_variant" "oss"
[    39.690] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[    39.690] (II) NVIDIA(GPU-0):     Vision stereo.
[    39.690] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    39.690] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[    39.690] (**) NVIDIA(0):     has been enabled on all display devices.)
[    41.851] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    44.561] (II) XKB: reuse xkmfile /var/lib/xkb/server-C6A5E4E57943B5E8AA9D94AC0D19BB1DF6EBA33A.xkm
[    44.619] (II) XKB: reuse xkmfile /var/lib/xkb/server-C6A5E4E57943B5E8AA9D94AC0D19BB1DF6EBA33A.xkm
[    46.484] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[    46.536] (II) NVIDIA(GPU-0):     Vision stereo.
[    46.536] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    46.536] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[    46.536] (**) NVIDIA(0):     has been enabled on all display devices.)
[    49.255] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[    49.255] (II) NVIDIA(GPU-0):     Vision stereo.
[    49.255] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    49.255] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[    49.255] (**) NVIDIA(0):     has been enabled on all display devices.)
[    58.430] (II) XKB: reuse xkmfile /var/lib/xkb/server-CBAF2B70DD986C9AB2F06FF2A04051927A0C4753.xkm
[    61.123] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[    61.123] (II) NVIDIA(GPU-0):     Vision stereo.
[    61.123] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    61.123] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[    61.123] (**) NVIDIA(0):     has been enabled on all display devices.)
[    61.161] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[    61.161] (II) NVIDIA(GPU-0):     Vision stereo.
[    61.161] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    61.161] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[    61.161] (**) NVIDIA(0):     has been enabled on all display devices.)
[    68.078] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[    68.078] (II) NVIDIA(GPU-0):     Vision stereo.
[    68.078] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    68.078] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[    68.078] (**) NVIDIA(0):     has been enabled on all display devices.)
[    84.214] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[    84.214] (II) NVIDIA(GPU-0):     Vision stereo.
[    84.214] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    84.214] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[    84.214] (**) NVIDIA(0):     has been enabled on all display devices.)
[   143.530] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[   143.530] (II) NVIDIA(GPU-0):     Vision stereo.
[   143.530] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   143.530] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[   143.530] (**) NVIDIA(0):     has been enabled on all display devices.)
[   394.953] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[   394.953] (II) NVIDIA(GPU-0):     Vision stereo.
[   394.953] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   394.953] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[   394.953] (**) NVIDIA(0):     has been enabled on all display devices.)
[  2349.508] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[  2349.508] (II) NVIDIA(GPU-0):     Vision stereo.
[  2349.508] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  2349.508] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[  2349.508] (**) NVIDIA(0):     has been enabled on all display devices.)
[  7226.473] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[  7226.473] (II) NVIDIA(GPU-0):     Vision stereo.
[  7226.473] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  7226.473] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[  7226.473] (**) NVIDIA(0):     has been enabled on all display devices.)
[ 15703.403] (II) NVIDIA(GPU-0): Display (Samsung SMB2230N (CRT-1)) does not support NVIDIA 3D
[ 15703.404] (II) NVIDIA(GPU-0):     Vision stereo.
[ 15703.404] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 15703.404] (**) NVIDIA(0):     device Samsung SMB2230N (CRT-1) (Using EDID frequencies
[ 15703.404] (**) NVIDIA(0):     has been enabled on all display devices.)

#18 -1 »  disparition pointeur souris » Le 21/01/2014, à 14:11

béotien_46
Réponses : 11

depuis ma dernière mise à jour ubuntu 13.10 le pointeur de ma souris a disparu; j'en vois la trace grâce à la touche ctrl.

#19 Re : -1 »  disparition pointeur souris » Le 22/01/2014, à 08:50

béotien_46
Réponses : 11

Bonjour Vikin712,

Pour expliquer par comparaison on peut dire que ma souris se comporte comme si le pointeur était entièrement transparent : lorsque je survole par exemple un icône de bureau ou un bouton, ces objets réagissent de la même façon qu'avant et je peux les activer normalement par 1 clic ou un double-clic, sauf que pour aller sur le bon, j'y vais en aveugle. J'ai bien sûr essayé de changer les aspects du pointeurs, les thèmes, mais aucun résultat.
voilà ce que je peux en dire en espèrant avoir été assez clair.
Bonne journée.

#20 Re : -1 »  disparition pointeur souris » Le 22/01/2014, à 12:27

béotien_46
Réponses : 11
baudel@labecaneabobo:~$ lspci | grep "VGA compatible controller"
00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] (rev a2)
02:00.0 VGA compatible controller: NVIDIA Corporation GT216 [GeForce GT 220] (rev a2)
baudel@labecaneabobo:~$ lshw -enable pci -class display
ATTENTION: ce programme devrait être lancé en tant que super-utilisateur.
  *-display               
       description: VGA compatible controller
       produit: GT216 [GeForce GT 220]
       fabriquant: NVIDIA Corporation
       identifiant matériel: 0
       information bus: pci@0000:02:00.0
       version: a2
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: vga_controller bus_master cap_list rom
       configuration: driver=nouveau latency=0
       ressources: irq:17 mémoire:de000000-deffffff mémoire:c0000000-cfffffff mémoire:d8000000-d9ffffff portE/S:dc00(taille=128) mémoire:dff00000-dff7ffff
  *-display
       description: VGA compatible controller
       produit: C61 [GeForce 7025 / nForce 630a]
       fabriquant: NVIDIA Corporation
       identifiant matériel: d
       information bus: pci@0000:00:0d.0
       version: a2
       bits: 64 bits
       horloge: 66MHz
       fonctionnalités: vga_controller bus_master cap_list rom
       configuration: driver=nouveau latency=0
       ressources: irq:22 mémoire:dc000000-dcffffff mémoire:b0000000-bfffffff mémoire:db000000-dbffffff mémoire:dde40000-dde5ffff
ATTENTION: les informations sont potentiellement incomplètes ou erronées, vous devriez lancer ce programme en tant que super-utilisateur.
baudel@labecaneabobo:~$ 

apparemment ce ne sont pas les pilotes propriétaires qui sont installés mais les Xorg−nouveau

#21 Re : -1 »  disparition pointeur souris » Le 22/01/2014, à 14:16

béotien_46
Réponses : 11

peux-tu me dire la manip ?
d'autre part, j'ai un nouveau pb. : j'ai désinstallé par erreur gnome-session et ubuntu desktop et je ne peux plus accéder à aucun menu donc impossibilité de faire quoi que ce soit. pas d'accès à aucune application et donc pas de synaptic non plus.

#22 Re : -1 »  disparition pointeur souris » Le 23/01/2014, à 00:36

béotien_46
Réponses : 11

merci pour cette solution, mais hélas, je ne peux ouvrir le terminal par le clavier ; ni alt F2, ni alt ctrl T ne génèrent de console. Y aurait-il un moyen d'y accéder par la console administrateur à partir du mode recovery ?

#23 Re : -1 »  disparition pointeur souris » Le 23/01/2014, à 08:34

béotien_46
Réponses : 11

Excellent vikin712, merci j'ai retrouvé mon bureau. peut=on reprendre au post #6 ?
j'upgrade le pilote NVIDIA à partir du site et je te tiens au courant.

#24 Re : -1 »  disparition pointeur souris » Le 23/01/2014, à 14:15

béotien_46
Réponses : 11

après l'upgrade du pilote nvidia à partir de synaptic, j'ai toujours le même pb de pointeur que je peux cependant corriger en lançant à chaque démarrage l'application "écran" présente dans les paramètres.
Merci