Problemi con un notebook Olidata

Filed in: UserExperiences:it.ProblemsOnOlidataNotebook · Modified on : Tue, 24 Mar 09

English

Ho comprato un Olidata Notebook Tehom 7600 per via del basso costo. Ho verificato che la maggior parte delle distribuzioni GNU/Linux (installabili) non si installano e (quelle LiveCD) non si avviano. Per la precisione ho provato provato:

  • Fedora 10
  • Gentoo 2007.0, 2008.0
  • Mandriva 2008.0
  • Knoppix 2.6.20.1
  • Ubuntu 8.4 (anche alternate desktop) e 8.10

Forse sarebbe stato possibile avviarle passando lacuni parametri al kernel, non lo so. Solo due distribuzioni sembravano funzionare: gNewSense 2.1 e College Linux 2.3 (ma College Linux non ci interessa).

L'installazione di gNewSense è stata molto rapida e apparentemente indolore. Ma quando ho potuto usare il sistema... ho visto che avevo solo due risoluzioni per il monitor: 640x480 e 800x600 (default). Il risultato era terribile. Ho dovuto modificare il file di configurazione di X11:

 sudo gedit /etc/X11/xorg.conf

Di seguito il nuovo contenuto:

 Section "InputDevice"
 Identifier    "Generic Keyboard"
 Driver        "kbd"
 Option        "XkbRules"    "xorg"
 Option        "XkbModel"    "pc105"
 Option        "XkbLayout"    "it"
 Option        "XkbOptions"    "lv3:ralt_switch"
 EndSection

 Section "InputDevice"
 Identifier    "Configured Mouse"
 Driver        "mouse"
 Option        "CorePointer"
 EndSection

 Section "InputDevice"
 Identifier    "Synaptics Touchpad"
 Driver        "synaptics"
 Option        "SendCoreEvents"    "true"
 Option        "Device"        "/dev/psaux"
 Option        "Protocol"        "auto-dev"
 Option        "HorizEdgeScroll"    "0"
 EndSection

 Section "Device"
 Identifier    "Card0"
 EndSection

 Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Olidata"
 ModelName    "Monitor Model"
 HorizSync    30-107
 VertRefresh  48-120
 EndSection

 Section "Screen"
 Identifier    "Screen0"
 Device        "Card0"
 Monitor        "Monitor0"
 DefaultDepth 24
 SubSection "Display"
 Viewport  0 0
 Depth     24
 Modes     "1024x768" "800x600" "640x480"
 EndSubSection
 EndSection

 Section "ServerLayout"
 Identifier    "Default Layout"
 Screen        "Screen0"
 InputDevice    "Synaptics Touchpad"
 EndSection

Bene, molto meglio. Il mi schermo supporta anche la 1280x800, ma non mi interessa. SI NOTI che non so se i valori Depth, HorizSync e VertRefresh siano corretti. Il sito della Olidata non fornisce queste informazioni e il supporto tecnico è... come dire... spero di non averci più a che fare. Inoltre, nessuno degli strumenti che ho provato è stato in grado di ricavare queste informazioni.

Ho avuto anche un altro problema che non sono riuscito a risolvere: dopo che il sistema si iberna e poi si risveglia, l'audio non funziona più fino al prossimo riavvio. Per questo motivo non mi è possibile usare l'ibernazione.

Non ho altri problemi.


Page last modified on March 24, 2009, at 11:59 AM

gNewSense is a project developed by volunteers all over the world and it's supported by the Free Software Foundation.

The content in this Web site can be used as follows:

All documentation is available under the terms of the GFDL with no invariant sections. ( note on the license )

Artwork is Free Cultural Work and is available under the terms of the cc-by-sa license.