User Tools

Site Tools


elementarylinux2013

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
elementarylinux2013 [2014/11/18 10:03] adminelementarylinux2013 [2015/12/01 08:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Postinstalación de Elementary Linux ====== ====== Postinstalación de Elementary Linux ======
  
 +**Probando oduso: Visita [[http://oduso.com]]**
 +
 +**Luna:**
 +  wget -O - oduso.com/ajmw.sh | bash
 +
 +**Freya:**
 +  wget -O - oduso.com/l6sv.sh | bash
 +
 +**Con script:**
   * Descargar el script {{ wiki:elementary:postinstalacion.doc | postinstalacion.doc}} en nuestro home, renombrarlo, asignarle permisos y ejecutarlo...   * Descargar el script {{ wiki:elementary:postinstalacion.doc | postinstalacion.doc}} en nuestro home, renombrarlo, asignarle permisos y ejecutarlo...
-  * Posteriormente hacer lo mismo con el script {{ wiki:elementary:postinstalacion2.doc | postinstalacion2.doc}} 
  
 **Usando el script que podemos ver en [[postinstalacion|postinstalacion]]** **Usando el script que podemos ver en [[postinstalacion|postinstalacion]]**
- 
   cd $HOME   cd $HOME
   sudo mv postinstalacion.doc postinstalacion.sh   sudo mv postinstalacion.doc postinstalacion.sh
   sudo chmod 777 postinstalacion.sh   sudo chmod 777 postinstalacion.sh
   sudo sh ./postinstalacion.sh   sudo sh ./postinstalacion.sh
 +   
 +**Nos obligará a reiniciar cuando termine** 
 +  
 + ** Posteriormente hacer lo mismo con el script {{ wiki:elementary:postinstalacion2.doc | postinstalacion2.doc}}** 
 +  cd $HOME 
 +  sudo rm ./postinstalacion.sh 
 +  sudo mv postinstalacion2.doc postinstalacion.sh 
 +  sudo chmod 777 postinstalacion.sh 
 +  sudo sh ./postinstalacion.sh 
 +   
 +  
 ====== Instalación de Elementary Linux ====== ====== Instalación de Elementary Linux ======
  
Line 92: Line 109:
   sudo apt-get install libk3b6-extracodecs   sudo apt-get install libk3b6-extracodecs
  
-**Si queremos usar Nutilus como gestor de archivos en lugar de Files:**+**Si queremos usar Nautilus como gestor de archivos en lugar de Files:**
   sudo apt-get install nautilus   sudo apt-get install nautilus
  
Line 102: Line 119:
   sudo apt-get update   sudo apt-get update
   sudo apt-get install plank-shutdown   sudo apt-get install plank-shutdown
 +
 +**Añadir resoluciones de pantalla no disponibles de entrada (ejemplo 1600x900):**
 +  sudo cvt 1920 1080 60
 +  Copiar la línea que se obtiene desde Modeline... y ejecutar xrandr --newmode "nuevo modo". Ej,
 +  xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
 +  xrandr  Y ver como se llama la pantalla que queremos configurar (DP1m VG1m eDP1...)
 +  xrandr --addmode eDP1 1920x1080_60.00 <- Ejemplo para 1920x1080
 +  
 +  xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
 +  xrandr --addmode eDP1 1920x1080_60.00
      
 +Se puede añadir a /etc/X11/xorg.conf (crearlo si no existe con este contenido [[xorg.conf|xorg.conf]] del Dell XPS13) Ver referencia en [[ http://abfloresn.blogspot.com.es/2013/01/problemas-con-la-resolucion-de-pantalla.html | ¿Problemas con la resolución de pantalla en Ubuntu 12.04?]]
 +  Section "Monitor"
 +    Identifier "Configured Monitor"
 +    Vendorname "Generic LCD Display"
 +    Modelname "LCD Panel"
 +    Horizsync 31.5-64.0
 +    Vertrefresh 56.0 - 65.0
 +    Modeline "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync
 +    Modeline "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
 +    Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
 +  Gamma 1.0
 +    # modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
 +    # modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
 +    # modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
 +    # modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
 +    # modeline "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync
 +    # modeline "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
 +    # modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
 +  EndSection
elementarylinux2013.1416301381.txt.gz · Last modified: 2015/12/01 08:41 (external edit)