NetBSD 4.0RC2 en la BellaPaca

lunes, 8 de octubre de 2007

Después de un fugaz paso por Gentoo, he reinstalado NetBSD en mi equipo de sobremesa (Packard Bell [BellaPaca] con AMD Atlhon 64, 1Gb de RAM, dos discos SATA de 200Gb, con tarjeta grafica ATI RADEON X600, y pantalla Acer 1916W). Lógicamente, en lugar de la última 3.x, me he bajado la imagen .ISO de NetBSD 4.0RC2 [la últimisima versión].

No he tenido la necesidad de recompilar el núcleo como la primera vez [aquel kernel por defecto ocupaba casi todo su tiempo con las interrupciones], y todo ha sido sencillo y rápido.

Este es mi archivo /etc/X11/xorg.conf completo:

Section "ServerLayout"
  Identifier     "X.org Configured"
  Screen      0  "Screen0" 0 0
  InputDevice    "Mouse0" "CorePointer"
  InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
  RgbPath      "/usr/pkg/share/X11/rgb"
  ModulePath   "/usr/pkg/lib/xorg/modules"
  FontPath     "/usr/pkg/lib/X11/fonts/misc/"
  FontPath     "/usr/pkg/lib/X11/fonts/TTF/"
  FontPath     "/usr/pkg/lib/X11/fonts/OTF"
  FontPath     "/usr/pkg/lib/X11/fonts/Type1/"
  FontPath     "/usr/pkg/lib/X11/fonts/100dpi/"
  FontPath     "/usr/pkg/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
  Load  "extmod"
  Load  "record"
  Load  "dbe"
  Load  "xtrap"
  Load  "dri"
  Load  "freetype"
  Load  "type1"
EndSection

Section "InputDevice"
  Identifier  "Keyboard0"
  Driver      "kbd"
  Option      "AutoRepeat"  "500 30"
  Option      "XkbRules"    "xorg"
  Option      "XkbModel"    "pc105"
  Option      "XkbLayout"   "es"
EndSection

Section "InputDevice"
  Identifier  "Mouse0"
  Driver      "mouse"
  Option      "Protocol" "wsmouse"
  Option      "Device" "/dev/wsmouse"
  Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
  Identifier   "Monitor0"
  VendorName   "ACR"
  ModelName    "Acer AL1916W"
  HorizSync    30.0 - 82.0
  VertRefresh  56.0 - 76.0
  Option       "DPMS"
  Modeline     "1440x900" 106.5 1440 1520 1672 1904 900 901 904 932 -HSync +VSync
EndSection

Section "Device"
  Identifier  "Card0"
  Driver      "radeon"
  VendorName  "ATI Technologies Inc"
  BoardName   "RV380 [Radeon X600 (PCIE)]"
  BusID       "PCI:1:0:0"
EndSection

Section "Screen"
  Identifier "Screen0"
  Device     "Card0"
  Monitor    "Monitor0"
  DefaultDepth 24
  SubSection "Display"
    Viewport   0 0
    Depth      16
    Modes      "1440x900"
  EndSubSection
  SubSection "Display"
    Viewport   0 0
    Depth      24
    Modes      "1440x900"
  EndSubSection
EndSection

Antes había instalado los paquetes:

  • x11/modular-xorg-server
  • x11/xorg-cf-files
  • meta/modular-xorg-apps
  • meta/modular-xorg-drivers
  • meta/modular-xorg-fonts
  • meta/modular-xorg-libs

Arranco con startx y, de momento estoy utilizando un gestor de ventanas muy sencillo wm/jwm.

No hay nada como volver a casa.