|
Sympatique cet ordinateur portable pour faire de la bureautique, et pas cher. - Porcesseur Intel Centrino cadancé à 1.7GHz
- 1Go de ram (DDR2)
- Ecran Crystal Bright 15,4"
- 80Go de disque dur
- Graveur DVD double couches
Cette machine a pour avantage d'être équipée de materiel Intel, ce qui rend l'installation d'Ubuntu très facile.
Au premier démarage on se rends compte que le wifi marche très bien. Idéal pour un portable dont le premier interêt est souvent l'internet mobile. La gestion des hotkeys, ces touches qui servent à monter et baisser le son, la luminosité et autres est impeccable. Seul problème visible, et non des moindres, la résolution de 1024x768. Pas de panique, nous allons très vite passer en 1280x800 et rendre tout ça beaucoup plus agréable. Rendez vous dans Système -> Administration -> Gestionnaire de paquets Synaptic. Une fois dans Synaptic, allez dans l'onglet Configuration -> Dépôts puis cochez les deux cases qui ne le sont pas afin d'activer les dépôts univers et multiverse. Fermez et cliquez sur le bouton recharger. A présent, cliquez sur rechercher et tapez "915resolution". Cochez le paquet qui apparaît et faire appliquer pour l'installer. La suite se passe en ligne de commande. Ouvrez donc un terminal (Applications -> Accessoires -> Terminal) et tapez : sudo gedit /etc/default/915resolution A ce moment là, un éditeur de texte s'ouvre. Il vous faut effacer son contenu (ctrl+a puis suppr) et coller le code suivant : # # 915resolution default # # find free modes by /usr/sbin/915resolution -l # and set it to MODE or set to 'MODE=auto' # # With 'auto' detection, the panel-size will be fetched from the VBE # BIOS if possible and the highest-numbered mode in each bit-depth # will be overwritten with the detected panel-size. MODE=auto # # and set resolutions for the mode. # XRESO=1024 YRESO=800 # # We can also set the pixel mode. # Please note that this is optional, # you can also leave this value blank. BIT= Sauvegardez (ctrl+s) et fermez. Une fois cela et toujours dans le même terminal tapez sudo gedit /etc/X11/xorg.conf Un éditeur de texte s'ouvre à nouveau. Effacez tout ce contenu (ctrl+a puis suppr) et collez le code suivant : # /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" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" 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 "Intel 915GM" Driver "i810" BusID "PCI:0:2:0" Option "ForceBIOS" "1920x1024=1024x800" EndSection
Section "Monitor" Identifier "Écran générique" Option "DPMS" HorizSync 28-64 VertRefresh 43-60 EndSection
Section "Screen" Identifier "Default Screen" Device "Intel 915GM" Monitor "Écran générique" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x800" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" 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 Sauvegardez (ctrl+s) et fermez. A présent, vous pouvez redémarrer votre serveur graphique en faisant ctrl+alt+backspace. Souriez, vous êtes en 1280x800. Pour ce qui est du reste, tout marche parfaitement, et le système est très réactif. Cette distribution Linux marche très bien sur cet ordinateur. Même les effets de bureau marchent bien, avec un peu de modération quand même vu que l'Acer Aspire 1642 WLMi ne dispose pas de carte graphique dédiée.
|