DELL XPS13 Ubuntu

Personnaliser l'affichage

http://thoushallnotforget.blogspot.fr/2013/08/adding-custom-resolution-on-ubuntu-1204.html

 cvt 1600 900
 sudo xrandr --newmode "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
 sudo xrandr -q
 sudo xrandr --addmode eDP1 1600x900_60.00

Le rentre persistant (pour les prochains démarrages)

Créer /usr/share/X11/xorg.conf.d/10-monitor.conf

Section "Monitor"
  Identifier "Monitor0"
  Modeline "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
EndSection

Section "Screen"
  Identifier "Screen0"
  Device "eDP1"
  Monitor "Monitor0"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "1600x900_60.00" "1600x900"
  EndSubSection
EndSection

Benchmarck

Type

XPS 13

CPU avec 200 000 instructions

646.5131s(1,8Ghz)

(Disk) Lecture/écriture aléatoire

1.85s

(Disk) Lecture aléatoire

0,1694s

(Disk) Écriture aléatoire

5.2460s

(Disk) Séquence d'écriture

0.1119s

(Disk) Séquence de lecture

21.8590s

Optimisation

http://blog.nicolargo.com/2014/04/mon-avis-dell-xps-dev-edition-2014.html

CentraleDAchats/XPS13 (dernière édition le 2014-05-21 19:37:58 par AlexandreDomont)