Bonjour à tous,
J'ai installé il y a quelques jours la nouvelle version d'ubuntu sur un ibook G4. Je suis assez content, tout marche encore mieux qu'avec les versions précédentes et je commence enfin à aimer Gnome (je suis utilisateur de KDE depuis +-3ans mais Kubuntu ça ne tourne pas vraiment bien...).
En gros:
L'affichage marche correctement
Le son marche nickel après avoir touché à DRC Range, faut le savoir quand même.
Tout est bien intégré, les utilitaires de configuration marchent bien.
Le réseau ethernet marche bien.
La lecture de partitions HFS+ nickel.
Il reste néanmoins quelques petits détails:
1) Quand je fais glxgears -printfps j'obitens en moyenne 670 FPS. En faisaint un lspci je vois:
0000:00:10.0 VGA compatible controller: ATI Technologies Inc RV250 5c63 [Radeon Mobility 9200 M9+] (rev 01)
A vrai dire je n'utilise pas beaucoup d'applications 3D mais je me demande si c'est une bonne moyenne pour cette carte ou pas. Je suis habitué a une carte 16mb sans accélération graphique sur mon pc alors je peux pas trop comparer...
2) J'ai un clavier belge, quand j'ai configuré à l'install en macintosh/belgique ça allait mais pas moyen de faire des pipes etc, je suis donc passé en clavier Generic 105-key (Intl) PC/ Belgique. J'arrive à faire des pipes et tout ça mais les touches ne correspondent pas à ce qu'elles affichent à l'écran. Connaissez-vous un belge avec un ibook G4 ou bien un howto pour faire une keymap personnalisé 🙂?
3) Question moins importante, quand je branche mon écran 17" avec la sortie vga je n'ai qu'un écran gris, est-ce que ça peut marcher en changeant mon xorg.conf?
4) Lors du montage en hfsplus de la partition de OS X j'arrive à voir ce qui a dedans mais j'ai des problèmes de permissions quand je veux aller dans mon répertoire personnel, c'est normal mais je ne vois pas trop ce que je pourrai changer sans toucher aux permissions et déregler OSX, des idées? Pour l'instant j'utilise sudo et je copie les fichiers mais c'est pas très pratique.
Et puis évidement l'airport extreme qui ne marche pas mais je me suis inscrit à la ML debian-ppc pour suivre les éventuelles découvertes.
En tout cas je trouve qu'il y a une bonne ambiance sur ce forum que je lis depuis maintenant une semaine, ça donne envie de rester 🙂.
Je vous laisse mon xorg.conf
# /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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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" "be"
Option "XkbOptions" "lv3:lwin_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 9000 M9+ (RV250)"
Driver "ati"
BusID "PCI:0:16:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "COLOR LCD"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9000 M9+ (RV250)"
Monitor "COLOR LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Merci d'avance.