Journal Un nouveau blogeur

Posté par (site web personnel) .
Étiquettes : aucune
0
1
fév.
2005
Je me fait un peu de pub, mais bon...

J'ai commencé un blog ici: http://www.nakan.ch/blog/(...)

Il s'agit en fait un peu d'un blog dans un blog :-)

Je compte y mettre principalement des tests de matos ou de softs, tout ceci sous Linux, évidemment (et accessoirement des coups de geules).

Bref.

Bonne fin de nuit les geeks ...
  • # ibookG4 et X

    Posté par . Évalué à 2.

    Dans ton blog tu parles d'une gentoo sur un iBookG4.

    Personnellement je n'ai jamais réussi à faire fonctionner X (xorg-x11), Comment as-tu fait?
    • [^] # Re: ibookG4 et X

      Posté par (site web personnel) . Évalué à 5.

      Voici mon xorg.conf: (xorg-x11-6.7.0-r3). J'ai promis d'écrire un article sur mon site sur l'installation de Gentoo sur un iBook. Ca viendra :-)
      Section "ServerLayout"
       Identifier "XFree86 Configured"
       Screen 0 "Screen0" 0 0
       InputDevice "Mouse0" "CorePointer"
       InputDevice "Keyboard0" "CoreKeyboard"
      EndSection
      Section "Files"
       RgbPath "/usr/X11R6/lib/X11/rgb"
       ModulePath "/usr/X11R6/lib/modules"
       FontPath "/usr/share/fonts/TTF"
       FontPath "/usr/share/fonts/misc/"
       FontPath "/usr/share/fonts/Speedo/"
       FontPath "/usr/share/fonts/Type1/"
       FontPath "/usr/share/fonts/CID/"
       FontPath "/usr/share/fonts/75dpi/"
       FontPath "/usr/share/fonts/100dpi/"
      EndSection
      Section "Module"
       Load "extmod"
       Load "dri"
       Load "dbe"
       Load "record"
       Load "xtrap"
       Load "glx"
       Load "speedo"
       Load "type1"
      EndSection
      Section "InputDevice"
       Identifier "Keyboard0"
       Driver "keyboard"
       Option "CoreKeyboard"
       Option "XkbRules" "xorg"
       Option "XkbModel" "ibook"
       Option "XkbLayout" "fr_CH"
       Option "XkbVariant" "nodeadkeys"
      EndSection
      Section "InputDevice"
       Identifier "Mouse0"
       Driver "mouse"
       Option "Protocol" "IMPS/2"
       Option "ZAxisMapping" "4 5"
       Option "Device" "/dev/input/mice"
      EndSection
      Section "Monitor"
       Identifier "Monitor0"
       VendorName "Monitor Vendor"
       ModelName "Monitor Model"
       UseModes "Modes0"
      EndSection
      Section "Device"
       Identifier "Card0"
       Driver "radeon"
       VendorName "ATI Technologies Inc"
       BoardName "Radeon 9200 Mobility"
       Option "UseFBDev"
       Option "AGPMode" "4"
       Option "EnablePageFlip" "On"
       ChipID 0x514d
       Option "CloneMode" "1024x768"
      EndSection
      Section "Screen"
       Identifier "Screen0"
       Device "Card0"
       Monitor "Monitor0"
       DefaultDepth 16
       SubSection "Display"
       Depth 15
       Modes "1024x768" "640x480" "800x600"
       EndSubSection
       SubSection "Display"
       Depth 16
       Modes "1024x768" "640x480" "800x600"
       EndSubSection
       SubSection "Display"
       Depth 24
       Modes "1024x768" "640x480" "800x600"
       EndSubSection
      EndSection
      Section "DRI"
       Mode 0666
      EndSection
      Section "Modes"
       Identifier "Modes0"
       Modeline "1024x768" 75.000 1024 1040 1048 1064 768 784 792 808 -HSync-VSync
      EndSection
      
  • # RSS ...

    Posté par . Évalué à 1.

    Tu n'as même pas de RSS ! Comment veux-tu qu'on te lise ?

Suivre le flux des commentaires

Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.