MINI-HOWTO per installare SERVER X su una SUN ULTRA 60

Problematiche specifiche di hardware e software su sistemi SPARC, IA-64, HP PA-RIsc e altri.
fosinet
Prode Principiante
Messaggi: 6
Iscrizione: venerdì 23 giugno 2006, 14:28

MINI-HOWTO per installare SERVER X su una SUN ULTRA 60

Messaggio da fosinet »

Spero che sia l'inizio di una serie di MINI-HOWTO per le varie tipologie di macchine SUN SOLARIS.
La versione che ho installato di UBUNTU e':

fosinet@ik2ws203:~$ ubunturelease
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 6.06.1 LTS
Release:        6.06
Codename:      dapper

Il file ISO che io ho scaricato e' del 16 Giugno 2006 versione 6.06 (ubuntu-6.06-server-sparc.iso) che poi tramite un aggiornamento online e' diventata la 6.06.1
'sudo apt-get dist-upgrade'

Adesso si puo' scaricare direttamente la versione 6.06.1
http://ubuntu-releases.cs.umn.edu/6.06. ... -sparc.iso

NOTA: da Giugno ad oggi ho cercato di installare 3 volte la versione EDGY (Ubuntu 6.10 (Edgy Eft) Beta) ma non mi ha mai funzionato.
      Spero che la versione stabile che e' prevista per fine ottobre funzioni.
     
Quindi si installa la versione SERVER ricordanto il problema di versione del OBP (Open Boot PROM) delle macchine SUN:
http://www.ubuntuforums.org/showthread. ... hlight=OBP

Questo e' un link molto utile per eseguire comandi di amministratore di una macchina SUN SOLARIS:
http://www.sunshack.org/data/sh/1.1/wcd ... .htm#REFER

Una volta installato il SERVER passiamo all'installazione dell'ambiente X.
Vi sono tre possibilita' di installazione:

  GNOME: "sudo apt-get install ubuntu-desktop"
  KDE:  "sudo apt-get install kbuntu-desktop"
  XCFE:  "sudo apt-get install xbuntu-desktop"

Il piu' performate in assoluto e' XCFE! ... io ho provato GNOME e XCFE ... mi manca KDE.

La mia macchina ha 2 GByte di RAM quindi anche GNOME va alla grande.

Quindi ho eseguito il comando:
sudo apt-get install ubuntu-desktop

Questo comando installa tutto l'ambiente X e l'unica cosa importante da selezionare e' il device della scheda video:  sunffb       
Leggete i due forum che hanno aiutato anche me:
    http://www.ubuntuforums.org/showthread. ... ght=sunffb
    http://www.ubuntuforums.org/showthread. ... post955542
               
Comunque se qualcosa non funziona si puo' riconfigurare il pacchetto installato con questo comando:
sudo dpkg-reconfigure xserver-xorg

La frequenza e risoluzione del proprio monitor e' un dato comunque da conoscere perche' richiesto durante la riconfigurazione del Server X

La scheda grafica di una ULTRA 60 e' questa (i sistemisti SUN mi hanno passato questo link!):
http://www.spec.org/gpc/June99/plb/Sun/ ... tor3D.html

Una volta installato comunque io consiglio di eseguire il login testuale e poi eseguire tramite startx il server grafico.

Questo si puo' fare modificando i due file:
/etc/inittab      (mettere runlevel a 3)
/etc/init.d/gdm  (cambiare il nome a qusto file)

Per verificare quale "display manager" si sta usando basta eseguire il comando:
cat /etc/X11/default-display-manager

Poi tutto mi ha funzionato senza problemi.

Metto in allegato il file di configurazione:
/etc/X11/xorg.conf

Io lavoro su un monitor con risoluzione:
        1280 X 1024 con depth 24


Spero che questo possa aiutare chi vuole installare UBUNTU su una SUN Solaris Ultra60.

NOTA: ricordatevi che pero' NON e' ancora a disposizone la versione di JAVA SUN Solaris che NON sara' neppure in prossima uscita per la versione 6.10.
https://help.ubuntu.com/community/Java
Questo e' l'unica grossa mancanza di UBUNTU su SUN SOLARIS perche' per il resto funziona molto bene!

Ciao e buon lavoro!  


###########################################################
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"  "ISDV4"              # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "sunffb"
Option "UseFBDev" "true"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-70
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050" "1280x1024" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050" "1280x1024" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050" "1280x1024" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050" "1280x1024" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050" "1280x1024" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
massimonovaro
Prode Principiante
Messaggi: 3
Iscrizione: giovedì 5 ottobre 2006, 21:09

Re: MINI-HOWTO per installare SERVER X su una SUN ULTRA 60

Messaggio da massimonovaro »

:D grande grazie grazie sei stato veramente gentile appena riesco provo e ti faccio sapere ciao e grazie ancora  ;)
Avatar utente
Stealth
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 17341
Iscrizione: martedì 31 gennaio 2006, 22:55
Desktop: Gnome
Distribuzione: Ubuntu 22.04 LTS

Re: MINI-HOWTO per installare SERVER X su una SUN ULTRA 60

Messaggio da Stealth »

Complimenti per l' How To e anche per la tenacia  (yes)

Al momento, aspettando qualche riscontro, lo mettiamo in evidenza nella board
ciao
Scrivi risposta

Ritorna a “Architetture meno diffuse”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 2 ospiti