Ho comprato il portatile

La mia ricerca di un portatile finalmente è finita. Cercavo un tablet pc, uno di quei portatili ultrapiccoli e ultraleggeri, ma in realtà mi sono dovuto “accontentare” di un classico notebook. Accontentare per modo di dire, perché il mio nuovo Acer Aspire 5602WMLI mi piace molto.

Acer Aspire serie 5600 Perché questo portatile? Ho cercato molto, soprattutto su eBay e sui listini di Acer e Asus (perché queste due case produttrici hanno l’assistenza in Italia), ma la ricerca del mio computer ideale è stata infruttuosa. O troppo costoso, o senza wireless, o vecchio, o trusted (un’altra parola ribaltata dal marketing che adesso significa il suo esatto contrario). In poche parole non esisteva. Alla fine, stremato, ho trovato un’offerta della catena Panorama che proponeva il 5602 a 800 euro anziché ai 1020 (850 + iva) di listino e ho pensato che il rapporto qualità/prezzo valesse qualche compromesso.

Alcune caratteristiche salienti:

  • un bello schermo 16:10 di quelli glossy (o lucidi che dir si voglia);
  • 1 GB di memoria, comodissimo per esempio per far partire la Knoppix caricandola tutta in RAM in modo da avere il lettore DVD libero e tempi di esecuzione rapidissimi;
  • doppio processore (Centrino Dual Core), ciascuno con clock a 1.66 GHz, e quindi prestazioni veramente ottime;
  • 80 GB di hard disk, che fanno sempre comodo;
  • ovviamente dotato di wireless e altri ammennicoli come microfono e webcam incorporati.

Naturalmente ho subito piallato il patetico Windows XP Home Edition (che purtroppo è impossibile da scansare) per sostituirlo con un’ottima Kubuntu. L’installazione è andata abbastanza liscia, anche se ho dovuto un po’ faticare per avere la corretta risoluzione del monitor (1280×800) e far funzionare la scheda sonora (compilando a mano l’ultima versione dei driver di Alsa Project). Devo dire che il supporto della comunità Ubuntu (forum, wiki, ecc.) è ottimo. Per ora mi sono fermato, in attesa che arrivi il router ADSL wireless che ho ordinato. Poi voglio anche capire se la webcam e soprattutto il microfono (utile per Skype) possono funzionare.

Annotazione conclusiva. Adesso inizierà il mio calvario per cercare di ottenere il rimborso per il Windows non voluto, pagato e inutilizzato.

Segnala questo post:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • OKNOtizie
  • Reddit (italiano)
  • del.icio.us
  • Segnalo

4 Responses to “Ho comprato il portatile”

  1. Fabrizio Says:

    Ciao. Ho comprato anch’io un aspire 5600, ci ho messo Ubuntu, e fatico a settare lo schermo. Hai qualche info, spiegazione o link che faccia per me?
    Grazie, ciao
    F.

  2. stargazer Says:

    Sul wiki di Ubuntu c’è una miniguida per il settaggio della giusta risoluzione. Inoltre puoi guardare il mio xorg.conf, che ho impostato per clonare il monitor sull’uscita VGA.

    # /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 “extmod”
    Load “freetype”
    Load “int10″
    Load “type1″
    Load “vbe”
    load “glx”
    # load “GLcore”
    load “v4l”
    load “dri”
    EndSection

    Section “InputDevice”
    Identifier “Generic Keyboard”
    Driver “kbd”
    option “CoreKeyboard”
    option “XkbRules” “xorg”
    option “XkbModel” “pc105″
    option “XkbLayout” “it”
    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
    option “Type” “stylus”
    option “ForceDevice” “ISDV4″# Tablet PC ONLY
    # /dev/input/event
    # for USB
    EndSection

    Section “InputDevice”
    Driver “wacom”
    Identifier “eraser”
    option “Device” “/dev/wacom”# Change to
    option “Type” “eraser”
    option “ForceDevice” “ISDV4″# Tablet PC ONLY
    # /dev/input/event
    # for USB
    EndSection

    Section “InputDevice”
    Driver “wacom”
    Identifier “cursor”
    option “Device” “/dev/wacom”# Change to
    option “Type” “cursor”
    option “ForceDevice” “ISDV4″# Tablet PC ONLY
    # /dev/input/event
    # for USB
    EndSection

    Section “Device”
    identifier “Intel-LCD”
    boardname “Intel 945″
    busid “PCI:0:2:0″
    driver “i810″
    VideoRam 65536
    Option “XVideo” “On”
    Option “DevicePresence” “On”
    # Option “XAANoOffscreenPixmaps” “1″
    screen 0
    vendorname “Intel”
    Option “ForceBIOS” “1920×1440=1280×800″
    Option “MonitorLayout” “CRT, CRT+LFP”
    Option “Clone” “on”
    EndSection

    #Section “Device”
    # identifier “Intel-VGA”
    # boardname “Intel 945″
    # busid “PCI:0:2:0″
    # driver “i810″
    # screen 1
    # vendorname “Intel”
    #Option “ForceBIOS” “1920×1440=1280×800″
    #Option “MonitorLayout” “CRT, CRT+LFP, LFP”
    #EndSection

    Section “Monitor”
    identifier “LCD”
    modelname “Aspire 15.4 LCD”
    modeline “640×480@60″ 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
    modeline “800×600@56″ 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    modeline “800×600@60″ 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    modeline “1024×768@60″ 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
    modeline “1152×768@54″ 64.995 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
    modeline “1280×854″ 80.0 1280 1309 1460 1636 854 857 864 896 +hsync +vsync
    modeline “1280×960@60″ 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
    modeline “1280×1024@60″ 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    gamma 1.0
    HorizSync 28-72
    VertRefresh 59.0 - 75.0
    Option “DPMS”
    EndSection

    Section “Monitor”
    Identifier “CRT”
    ModelName “External Device”
    Option “DPMS”
    HorizSync 28-51
    VertRefresh 43-60
    EndSection

    Section “Screen”
    Identifier “LCD-Screen”
    Device “Intel-LCD”
    Monitor “LCD”
    DefaultDepth 24
    SubSection “Display”
    depth 24
    virtual 1280 1024
    modes “1024×768@60″ “1152×768@54″ “800×600@60″ “1280×854″ “800×600@56″ “1280×960@60″ “640×480@60″ “1280×1024@60″
    EndSubSection
    EndSection

    Section “Screen”
    Identifier “CRT-Screen”
    # Device “Intel-VGA”
    Device “Intel-LCD”
    Monitor “CRT”
    DefaultDepth 24
    SubSection “Display”
    Depth 16
    Modes “1024×768″
    EndSubSection
    SubSection “Display”
    Depth 24
    Modes “1024×768″
    EndSubSection
    EndSection

    Section “ServerLayout”
    Identifier “Multihead”
    screen 0 “LCD-Screen” 0 0
    screen 0 “CRT-Screen” 0 0
    # option “Xinerama” “on”
    # option “AIGLX” “true”
    InputDevice “Generic Keyboard”
    InputDevice “Configured Mouse”
    InputDevice “stylus” “SendCoreEvents”
    InputDevice “cursor” “SendCoreEvents”
    InputDevice “eraser” “SendCoreEvents”
    EndSection

    Section “DRI”
    Mode 0666
    EndSection

    #Section “Extensions”
    # Option “Composite” “Enable”
    #EndSection

  3. Maui82 Says:

    Ciao stargazer, io ho comprato l’Acer Aspire 5602 più o meno quando l’hai comprato tu ma solo ora ho scoperto linux (meglio tardi che mai, giusto? :P ) sto faticando non poco per configurare i driver audio (che a quanto pare sono già configurati ma l’audio comunque non si sente :S) non è che puoi darmi una mano?

    grazie davvero,
    maurizio :)

  4. stargazer Says:

    E’ passato più di un anno e la memoria dell’installazione sta svanendo… Comunque molto dipende dalla distribuzione e dal desktop manager (Gnome, KDE, altri) che utilizzi.

    Io ho Kubuntu (cioè Ubuntu con KDE), che usa il sistema sonoro ALSA. Per far funzionare l’audio che faceva le bizze, come ho scritto nel post, ho scaricato l’ultima versione dei sorgenti di ALSA, l’ho compilati e installati a mano, e ho risolto i problemi con l’audio.

    Essendo passato molto tempo penso che le ultime release di Kubuntu, che ormai includeranno i driver ALSA con i bugfix necessari a funzionare con il nostro Aspire, dovrebbero funzionare senza problemi. Se usi altre distribuzioni/desktop sono sicuro che le varie comunità sapranno indirizzarti.

Leave a Reply

This is a captcha-picture. It is used to prevent mass-access by robots. (see: www.captcha.net)

You must read and type the 5 chars within 0..9 and A..F, and submit the form.

  

Oh no, I cannot read this. Please, generate a