Instalacion de Nova
Instalación NOVA 1.1.2 “BAIRE”
INTRODUCCION
En este tutorial abordaré sobre la instalación de Nova, distribución cubana de
GNU/Linux . El objetivo principal es transmitir y compartir mis experiencias
iniciales usando esta distribución en el proceso de instalación y comentar
algunos detalles que tuve que realizar para lograr iniciar el sistema con éxito.
Podrán vercapturas de pantallas y así será más fácil de entender las
explicaciones que realizaré. Pueden contactar conmigo mediante mis correos
electrónicos para establecer mejoras, críticas constructivas, opiniones y
aprender sobre las experiencias de ustedes.
AUTOR
Oleksis Fraga Menéndez
Universidad de Matanzas “Camilo Cienfuegos” – Facultad de Ingeniería Informática – Grupo @tis
emails:oleksis.fraga@umcc.cu, oleksis.fraga@gmail.com
DESARROLLO
Características de la PC:
•
Modelo: Pentium III (Coppermine)
•
Procesador: 933 MHz
•
RAM: 384 MB
•
Disco duro: ATA Maxtor 2F040L0
•
Modelo Monitor: AS5S
EMPEZANDO
Cuando puse el disco de instalación, me sale el GRUB con los modos de inicio del
sistema y selecciono el primero: NOVA-LIVECD V-1.1.2. Empieza a levantar elsistema parpadea el monitor y al poco rato no me levanta ni el servidor X , ni
Gnome claro :(. Las causas eran por la configuración del Xorg. Tenía guardada en
memoria USB las configuraciones de otros sistemas que tenía con anterioridad y
decidí configurar algunas cosas a mano y estos fueron los pasos:
mkdir /mnt/usb
mount -t vfat /dev/sdb1 /mnt/usb
Abrí el mc ( GNU Midnight Commander) yrevisé la configuración correcta para
mi monitor, para después modificar la original.
Cambié la configuración original /etc/X11/xorg.conf del LIVECD por esta la
correcta para mi monitor. Verán las secciones con color rojo sufrieron los cambios
específicos (más importantes Section "Monitor" ,Section "Device")
Section "Files"
FontPath
"/usr/share/fonts/misc:unscaled"
FontPath"/usr/share/fonts/local"
FontPath
"/usr/share/fonts/75dpi:unscaled"
FontPath
"/usr/share/fonts/100dpi:unscaled"
FontPath
"/usr/share/fonts/T
ype1"
FontPath
"/usr/share/fonts/URW"
FontPath
"/usr/share/fonts/Speedo"
FontPath
"/usr/share/fonts/PEX"
FontPath
"/usr/share/fonts/cyrillic"
FontPath
"/usr/share/fonts/latin2/misc:unscaled"
FontPath
"/usr/share/fonts/latin2/75dpi:unscaled"
FontPath"/usr/share/fonts/latin2/100dpi:unscaled"
FontPath
"/usr/share/fonts/latin2/Type1"
FontPath
"/usr/share/fonts/latin7/75dpi:unscaled"
FontPath
"/usr/share/fonts/baekmuk:unscaled"
FontPath
"/usr/share/fonts/japanese:unscaled"
FontPath
"/usr/share/fonts/kwintv"
FontPath
"/usr/share/fonts/truetype"
FontPath
"/usr/share/fonts/uni:unscaled"
FontPath
"/usr/share/fonts/CID"
FontPath"/usr/share/fonts/ucs/misc:unscaled"
FontPath
"/usr/share/fonts/ucs/75dpi:unscaled"
FontPath
"/usr/share/fonts/ucs/100dpi:unscaled"
FontPath
"/usr/share/fonts/hellas/misc:unscaled"
FontPath
"/usr/share/fonts/hellas/75dpi:unscaled"
FontPath
"/usr/share/fonts/hellas/100dpi:unscaled"
FontPath
"/usr/share/fonts/hellas/T
ype1"
FontPath
"/usr/share/fonts/misc/sgi:unscaled"
FontPath"/usr/share/fonts/xtest"
FontPath
"/opt/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection
Section "ServerFlags"
Option
"AIGLX" "on"
Option
"AllowMouseOpenF
ail" "on"
Option
"ZapWarning" "on"
EndSection
Section "Module"
Load
"glx"
Load
"type1"
Load
"extmod"
Load
"dbe"
Load
"freetype"
EndSection
Section "InputDevice"
Driver
"kbd"
Identifier"Keyboard[0]"
EndSection
Section "InputDevice"
Driver
"mouse"
Identifier "Mouse0"
Option
"Device" "/dev/input/mice"
Option
"Protocol" "auto"
Option
"ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
DisplaySize 305 230
HorizSync 30-40
Identifier "Monitor[0]"
ModelName "Unknown"
Option
"DPMS"
Option
"PreferredMode" "1024x600"
VendorName "Unknown"
VertRefresh 50-75...
Regístrate para leer el documento completo.