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.

#1 Le 26/02/2015, à 07:12

syl38

RESOLU] Problème écran TV SAMSUNG LE32S71B

Bonjour

je suis tout nouveau, j'ai installé Ubuntu 14.04 LTS (live USB avec connexion internet RJ45) samedi soir sur un barebone ZOTAC BI320, auquel j'ai ajouté 4Go de DDR3L et un SSD de 120Go. Le tout branché sur ma TV (SAMSUNG LE32S71B - LCD - HD Ready 1366 x 768) via une barre de son Yamaha YSP-600 en HDMI.

BOOTINFO

 
 Boot Info Script e7fc706 + Boot-Repair extra info      [Boot-Info 9Feb2015]


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

 => Grub2 (v2.00) 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 
    for (,msdos6)/boot/grub.

sda1: __________________________________________________________________________

    File system:       Extended Partition
    Boot sector type:  -
    Boot sector info: 

sda5: __________________________________________________________________________

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

sda6: __________________________________________________________________________

    File system:       ext4
    Boot sector type:  -
    Boot sector info: 
    Operating System:  Ubuntu 14.04.1 LTS 
    Boot files:        /boot/grub/grub.cfg /etc/fstab 
                       /boot/grub/i386-pc/core.img

sda7: __________________________________________________________________________

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

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

Drive: sda _____________________________________________________________________

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 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    *          2,046   234,440,703   234,438,658   5 Extended
/dev/sda5               2,048     7,999,487     7,997,440  82 Linux swap / Solaris
/dev/sda6           8,001,536    66,592,767    58,591,232  83 Linux
/dev/sda7          66,594,816   234,440,703   167,845,888  83 Linux


"blkid" output: ________________________________________________________________

Device           UUID                                   TYPE       LABEL

/dev/sda5        dd6cf356-4590-4c4b-ab65-493e96fd83c5   swap       
/dev/sda6        7c3d845a-f75e-4b02-83d7-545ff0ee64ca   ext4       
/dev/sda7        32043555-221b-4f34-a4c7-297cafca5479   ext4       

========================= "ls -l /dev/disk/by-id" output: ======================

total 0
lrwxrwxrwx 1 root root  9 Feb 24 05:56 ata-SanDisk_SDSSDHII120G_150302402766 -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 24 05:33 ata-SanDisk_SDSSDHII120G_150302402766-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 24 05:33 ata-SanDisk_SDSSDHII120G_150302402766-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Feb 24 05:33 ata-SanDisk_SDSSDHII120G_150302402766-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Feb 24 05:33 ata-SanDisk_SDSSDHII120G_150302402766-part7 -> ../../sda7
lrwxrwxrwx 1 root root  9 Feb 24 05:33 usb-Generic_USB2.0-CRW_20100201396000000 -> ../../sdb
lrwxrwxrwx 1 root root  9 Feb 24 05:56 wwn-0x5001b44e0a4da4ce -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 24 05:33 wwn-0x5001b44e0a4da4ce-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 24 05:33 wwn-0x5001b44e0a4da4ce-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Feb 24 05:33 wwn-0x5001b44e0a4da4ce-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Feb 24 05:33 wwn-0x5001b44e0a4da4ce-part7 -> ../../sda7

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

Device           Mount_Point              Type       Options

/dev/sda6        /                        ext4       (rw,errors=remount-ro)
/dev/sda7        /home                    ext4       (rw)


=========================== sda6/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,msdos6'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  7c3d845a-f75e-4b02-83d7-545ff0ee64ca
else
  search --no-floppy --fs-uuid --set=root 7c3d845a-f75e-4b02-83d7-545ff0ee64ca
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=-1
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=0
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 0 ; then
    set timeout=0
  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 44,0,30; 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
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-7c3d845a-f75e-4b02-83d7-545ff0ee64ca' {
	recordfail
	load_video
	gfxmode $linux_gfx_mode
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  7c3d845a-f75e-4b02-83d7-545ff0ee64ca
	else
	  search --no-floppy --fs-uuid --set=root 7c3d845a-f75e-4b02-83d7-545ff0ee64ca
	fi
	linux	/boot/vmlinuz-3.13.0-32-generic root=UUID=7c3d845a-f75e-4b02-83d7-545ff0ee64ca ro  quiet splash $vt_handoff
	initrd	/boot/initrd.img-3.13.0-32-generic
}
submenu 'Options avancées pour Ubuntu' $menuentry_id_option 'gnulinux-advanced-7c3d845a-f75e-4b02-83d7-545ff0ee64ca' {
	menuentry 'Ubuntu, avec Linux 3.13.0-32-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-advanced-7c3d845a-f75e-4b02-83d7-545ff0ee64ca' {
		recordfail
		load_video
		gfxmode $linux_gfx_mode
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  7c3d845a-f75e-4b02-83d7-545ff0ee64ca
		else
		  search --no-floppy --fs-uuid --set=root 7c3d845a-f75e-4b02-83d7-545ff0ee64ca
		fi
		echo	'Chargement de Linux 3.13.0-32-generic…'
		linux	/boot/vmlinuz-3.13.0-32-generic root=UUID=7c3d845a-f75e-4b02-83d7-545ff0ee64ca ro  quiet splash $vt_handoff
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-32-generic
	}
	menuentry 'Ubuntu, with Linux 3.13.0-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-32-generic-recovery-7c3d845a-f75e-4b02-83d7-545ff0ee64ca' {
		recordfail
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos6'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  7c3d845a-f75e-4b02-83d7-545ff0ee64ca
		else
		  search --no-floppy --fs-uuid --set=root 7c3d845a-f75e-4b02-83d7-545ff0ee64ca
		fi
		echo	'Chargement de Linux 3.13.0-32-generic…'
		linux	/boot/vmlinuz-3.13.0-32-generic root=UUID=7c3d845a-f75e-4b02-83d7-545ff0ee64ca ro recovery nomodeset 
		echo	'Chargement du disque mémoire initial…'
		initrd	/boot/initrd.img-3.13.0-32-generic
	}
}

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

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

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

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry 'Memory test (memtest86+)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  7c3d845a-f75e-4b02-83d7-545ff0ee64ca
	else
	  search --no-floppy --fs-uuid --set=root 7c3d845a-f75e-4b02-83d7-545ff0ee64ca
	fi
	knetbsd	/boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos6'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos6 --hint-efi=hd0,msdos6 --hint-baremetal=ahci0,msdos6  7c3d845a-f75e-4b02-83d7-545ff0ee64ca
	else
	  search --no-floppy --fs-uuid --set=root 7c3d845a-f75e-4b02-83d7-545ff0ee64ca
	fi
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### 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 ###
--------------------------------------------------------------------------------

=============================== sda6/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/sda6 during installation
UUID=7c3d845a-f75e-4b02-83d7-545ff0ee64ca /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda7 during installation
UUID=32043555-221b-4f34-a4c7-297cafca5479 /home           ext4    defaults        0       2
# swap was on /dev/sda5 during installation
UUID=dd6cf356-4590-4c4b-ab65-493e96fd83c5 none            swap    sw              0       0
--------------------------------------------------------------------------------

========= Devices which don't seem to have a corresponding hard drive: =========

sdb 

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

cat: write error: Broken pipe

ADDITIONAL INFORMATION :
=================== log of boot-info 2015-02-24__05h56 ===================
boot-info version : 4ppa33
boot-sav version : 4ppa33
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa33
boot-info is executed in installed-session (Ubuntu 14.04.1 LTS, trusty, Ubuntu, x86_64)
CPU op-mode(s):        32-bit, 64-bit
BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=7c3d845a-f75e-4b02-83d7-545ff0ee64ca ro quiet splash vt.handoff=7

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

=================== blkid:
/dev/sda5: UUID="dd6cf356-4590-4c4b-ab65-493e96fd83c5" TYPE="swap"
/dev/sda6: UUID="7c3d845a-f75e-4b02-83d7-545ff0ee64ca" TYPE="ext4"
/dev/sda7: UUID="32043555-221b-4f34-a4c7-297cafca5479" TYPE="ext4"


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

Avertissement : la partition étendue ne commence pas sur une frontière de
cylindres. DOS et Linux interpréteront les contenus différemment.

=================== /etc/grub.d/ :
drwxr-xr-x  2 root root     4096 juil. 23  2014 grub.d
total 76
-rwxr-xr-x 1 root root  9424 mai   15  2014 00_header
-rwxr-xr-x 1 root root  6058 mai    8  2014 05_debian_theme
-rwxr-xr-x 1 root root 11608 mai   15  2014 10_linux
-rwxr-xr-x 1 root root 10412 mai   15  2014 20_linux_xen
-rwxr-xr-x 1 root root  1992 mars  12  2014 20_memtest86+
-rwxr-xr-x 1 root root 11692 mai   15  2014 30_os-prober
-rwxr-xr-x 1 root root  1416 mai   15  2014 30_uefi-firmware
-rwxr-xr-x 1 root root   214 mai   15  2014 40_custom
-rwxr-xr-x 1 root root   216 mai   15  2014 41_custom
-rw-r--r-- 1 root root   483 mai   15  2014 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"




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


=================== PARTITIONS & DISKS:
sda6	: sda,	not-sepboot,	grubenv-ok	grub2,	grub-pc ,	update-grub,	64,	with-boot,	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,	.
sda7	: 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,	/home.

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


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

Model: ATA SanDisk SDSSDHII (scsi)
Disk /dev/sda: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type      File system     Flags
1      1048kB  120GB   120GB   extended                  boot
5      1049kB  4096MB  4095MB  logical   linux-swap(v1)
6      4097MB  34.1GB  30.0GB  logical   ext4
7      34.1GB  120GB   85.9GB  logical   ext4

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

BYT;
/dev/sda:120GB:scsi:512:512:msdos:ATA SanDisk SDSSDHII;
1:1048kB:120GB:120GB:::boot;
5:1049kB:4096MB:4095MB:linux-swap(v1)::;
6:4097MB:34.1GB:30.0GB:ext4::;
7:34.1GB:120GB:85.9GB:ext4::;

=================== lsblk:
KNAME TYPE FSTYPE   SIZE LABEL MODEL        UUID
sda   disk        111,8G       SanDisk SDSS
sda1  part            1K
sda5  part swap     3,8G                    dd6cf356-4590-4c4b-ab65-493e96fd83c5
sda6  part ext4      28G                    7c3d845a-f75e-4b02-83d7-545ff0ee64ca
sda7  part ext4      80G                    32043555-221b-4f34-a4c7-297cafca5479

KNAME ROTA RO RM STATE   MOUNTPOINT
sda      0  0  0 running
sda1     0  0  0
sda5     0  0  0         [SWAP]
sda6     0  0  0         /
sda7     0  0  0         /home


=================== mount:
/dev/sda6 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)
/dev/sda7 on /home type ext4 (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=sellier)


=================== 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 sda5 sda6 sda7 size slaves stat subsystem trace uevent
/sys/block/sdb (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):  autofs block bsg btrfs-control bus char console core cpu cpu_dma_latency cuse disk dri ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet input kmsg kvm log mapper mcelog mei mem net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 rts51x0 sda sda1 sda5 sda6 sda7 sdb sg0 sg1 shm snapshot snd stderr stdin stdout uhid uinput urandom usb vga_arbiter vhci vhost-net zero
ls /dev/mapper:  control
ls: impossible d'accéder à : Aucun fichier ou dossier de ce type

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

Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/sda6      ext4       28G  3.8G   23G  15% /
none           tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
udev           devtmpfs  1.9G   12K  1.9G   1% /dev
tmpfs          tmpfs     388M  1.1M  387M   1% /run
none           tmpfs     5.0M     0  5.0M   0% /run/lock
none           tmpfs     1.9G   76K  1.9G   1% /run/shm
none           tmpfs     100M   52K  100M   1% /run/user
/dev/sda7      ext4       79G  139M   75G   1% /home

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

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 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: 0x000cdf3e

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2046   234440703   117219329    5  Extended
/dev/sda5            2048     7999487     3998720   82  Linux swap / Solaris
/dev/sda6         8001536    66592767    29295616   83  Linux
/dev/sda7        66594816   234440703    83922944   83  Linux




=================== Suggested repair
The default repair of the Boot-Repair utility would reinstall the grub2 of sda6 into the MBR of sda.
Additional repair would be performed: unhide-bootmenu-10s


=================== User settings
The settings chosen by the user will not act on the boot.

Ubuntu m'indique une résolution de 1280x 720, inférieure donc a ma résolution d'écran, mais l'affichage est rogné sur les bords latéraux et au moins le haut.

j'ai suivi le tuto "résolution d'écran (avancé)" du site en créant et ajoutant un nouveau modeline "1366x768_60" que j'ai ensuite sélectionné dans l'interface graphique du paramétrage d'affichage, et là : écran noir... retour automatique à l'affichage précédent au bout de 30 secondes sad
J'ai réalisé cette manipulation avec et sans la barre de son avec le même résultat.
édit : j'ai oublié de préciser que je n'ai pas de commande surbalayage ou overscan ou autre sur mon écran.

Auriez vous d'autres choses à me proposer ?
édit ; le céléron 2957U équipant le barebone étant récent, l'installation de pilote intel peut être une solution ?

bonne journée

sylvain

Dernière modification par syl38 (Le 27/02/2015, à 21:30)


HTPC : Zotac ZBOX BI320 - 4Go DDR3L - SSD 120Go - clavier infrarouge multimédia Logitech K400 - Ubuntu 14.04 LTS  - 64bits
PC Principal : i7-2600K sous 7-64bits pour traitement photo.

Hors ligne

#2 Le 26/02/2015, à 11:20

alca94

Re : RESOLU] Problème écran TV SAMSUNG LE32S71B

bonjour
ce que je vais dire n'a rien a voir avec votre problème de résolution mais plutôt avec votre installation d'ubuntu sur le SSD a ce niveau là (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/sda6 during installation
UUID=7c3d845a-f75e-4b02-83d7-545ff0ee64ca /               ext4    errors=remount-ro 0       1
# /home was on /dev/sda7 during installation
UUID=32043555-221b-4f34-a4c7-297cafca5479 /home           ext4    defaults        0       2
# swap was on /dev/sda5 during installation
UUID=dd6cf356-4590-4c4b-ab65-493e96fd83c5 none            swap    sw              0       0

vous devriez regardez ce tuto pour optimiser la durée de vie de votre disque
https://www.maccagnoni.eu/2013/04/ubunt … isque-ssd/
également la doc
https://doc.ubuntu-fr.org/ssd_solid_sta … partitions

Dernière modification par alca94 (Le 26/02/2015, à 11:40)


POUR METTRE LES RETOURS DU "TERMINAL"  voir les explications sur ce post
https://forum.ubuntu-fr.org/viewtopic.p … #p17345641

Hors ligne

#3 Le 26/02/2015, à 12:12

syl38

Re : RESOLU] Problème écran TV SAMSUNG LE32S71B

bonjour alca94

je suis preneur de tout conseil permettant d'améliorer mon installation (et mes connaissances).
Depuis mon poste de travail, tes liens ne sont pas accessibles, mais j'ai cherché la page SSD de la documentation du site.

1/ En la parcourant, je supose que tu me proposes d'activer le TRIM sur mon SSD via la commande

gksudo gedit /etc/fstab

2/ mettre les fichiers temporaires (/tmp et /var/log/) dans la mémoire vives ?


c'est cela ?


HTPC : Zotac ZBOX BI320 - 4Go DDR3L - SSD 120Go - clavier infrarouge multimédia Logitech K400 - Ubuntu 14.04 LTS  - 64bits
PC Principal : i7-2600K sous 7-64bits pour traitement photo.

Hors ligne

#4 Le 26/02/2015, à 12:23

alca94

Re : RESOLU] Problème écran TV SAMSUNG LE32S71B

c'est dommage que vous n'ayez pas accès au tuto mais en gros c'est la même chose (a part qu'il déconseille si plus de 4go de ram de mettre un "swap")mais cela reste identique
https://doc.ubuntu-fr.org/ssd_solid_sta … a_la_volee

extrait du tuto
Toutes ces modifications se font dans le fichier « /etc/fstab » de la partition /dev/sda1, à éditer « en tant que root » bien sûr.

Aux lignes « / » et « /home », j’ajoute « noatime,discard » aux options, ce qui donne quelque chose comme :

UUID=<XYZ> /        ext4    errors=remount-ro,noatime,discard 0    1
UUID=<XYZ> /home    ext4    defaults,noatime,discard          0    2

Et j’ajoute les lignes suivantes :

tmpfs /tmp tmpfs defaults,size=256M 0 0
tmpfs /home/sebastien/.cache tmpfs defaults,size=1G 0 0
tmpfs /var/cache/apt/archives tmpfs defaults,size=2G 0 0
tmpfs /var/log tmpfs defaults,size=128M 0 0

Dernière modification par alca94 (Le 26/02/2015, à 12:26)


POUR METTRE LES RETOURS DU "TERMINAL"  voir les explications sur ce post
https://forum.ubuntu-fr.org/viewtopic.p … #p17345641

Hors ligne

#5 Le 26/02/2015, à 12:33

syl38

Re : RESOLU] Problème écran TV SAMSUNG LE32S71B

j'ai une erreur de certificat, mais je regarderais de chez moi.
De ce que j'ai vu sur http://doc.ubuntu-fr.org/ssd_solid_state_drive, noatime n'est plus indispensable depuis Ubuntu 12.04 ou une version plus récente, ce qui est mon cas, c'est pour cela que je ne l'ai pas reprise dans mon post précédent. Par contre le discard est interressant c'est le TRIM , je l'ajouterai tout comme les fichiers temporaires (j'ai 4Go  de RAM), les points 1 et 2 de mon post précédent.

Merci


HTPC : Zotac ZBOX BI320 - 4Go DDR3L - SSD 120Go - clavier infrarouge multimédia Logitech K400 - Ubuntu 14.04 LTS  - 64bits
PC Principal : i7-2600K sous 7-64bits pour traitement photo.

Hors ligne

#6 Le 26/02/2015, à 12:42

alca94

Re : RESOLU] Problème écran TV SAMSUNG LE32S71B

il y a aussi l'alignement des partitions qui a l'air important

EDIT = Por en revenir a la question initiale

édit ; le céléron 2957U équipant le barebone étant récent, l'installation de pilote intel peut être une solution ?

dans vos "Sources de logiciels" qu'avez vous comme pilotes proposés ?

avez vous consulté cette Doc
https://doc.ubuntu-fr.org/xrandr

Dernière modification par alca94 (Le 26/02/2015, à 12:48)


POUR METTRE LES RETOURS DU "TERMINAL"  voir les explications sur ce post
https://forum.ubuntu-fr.org/viewtopic.p … #p17345641

Hors ligne

#7 Le 26/02/2015, à 12:50

syl38

Re : RESOLU] Problème écran TV SAMSUNG LE32S71B

je pensais que c'était ok en lisant le lien donné dans mon post de 11h33 (Par défaut, à l'installation, Ubuntu aligne les partitions automatiquement (y compris en partitionnement manuel) mais en regardant mes secteurs de débuts et de fin, il y a mes partitions SWAP et racine qui ne le sont pas (secteurs de fin).

Je relancerais l'installation en calculant des tailles de partitions multiples de 2048, ayant ce problème d'affichage je n'ai rien fait ni ajouter à part le boot-info.


HTPC : Zotac ZBOX BI320 - 4Go DDR3L - SSD 120Go - clavier infrarouge multimédia Logitech K400 - Ubuntu 14.04 LTS  - 64bits
PC Principal : i7-2600K sous 7-64bits pour traitement photo.

Hors ligne

#8 Le 27/02/2015, à 21:35

syl38

Re : RESOLU] Problème écran TV SAMSUNG LE32S71B

RESOLU

le probleme viens de l'écran TV. Il n'accepte pas (pourquoi !!!???!!!) que l'on connecte un PC sur le port HDMI, mais uniquement sur le port VGA.

J'ai donc acheté un adaptateur HDMI>VGA pour brancher la TV et utiliser la sortie SPDIF du BI320 pour envoyer le son sur la barre de son et tout fonctionne. La résolution s'est calée automatiquement en 1366x768.

J'ai modifié le titre du sujet dans mon premier message en ajoutant RESOLU et en mettant les référence de la TV pour que le moteur de recherche du forum sorte ce sujet si quelqu'un à le même soucis.

Bonne soirée.
Me reste plus qu'a réinstaller ubuntu pour aligner mes partitions et faire les quelques modifs par alca94 par rapport au SSD.


HTPC : Zotac ZBOX BI320 - 4Go DDR3L - SSD 120Go - clavier infrarouge multimédia Logitech K400 - Ubuntu 14.04 LTS  - 64bits
PC Principal : i7-2600K sous 7-64bits pour traitement photo.

Hors ligne