1ere question: Config de X sous OpenBSD - Linux et OS Alternatifs
Marsh Posté le 20-04-2002 à 14:29:36
il faut configurer X avant  . fait xf86config dans le shell
. fait xf86config dans le shell 
Marsh Posté le 20-04-2002 à 17:29:57
Bah c'est ce que g fait, d'abord xf86config mais g toujours "screen not found"  
 
Marsh Posté le 21-04-2002 à 00:06:44
arf, g lancé xf86config, XF86Free, plein de truc du genre qui commence par X mdr, et finalement, ya toujours ce probleme de screen not found, je craque moiiiiiii !!! Bref, si qqn peut m'aider encore, ce serait trop sympa. Sur ce, je v aller au lit moa. Bonne nuit. ++
Marsh Posté le 21-04-2002 à 09:27:30
lors de l'installation t'as tout installé ce qui se réferais à X?
Marsh Posté le 21-04-2002 à 12:33:42
Bah j'ai fais une install totale du premier cd de base, ensuite je vois qu'il y a un 2eme CD de packages, donc quels seraient les packages à installer ???
Marsh Posté le 21-04-2002 à 12:40:34
Quand j'ai installé OpenBSD sur ma machine avec le cd 1 en entier l'interface graphique marchait parfaitement (j'ai du l'enlever car j'avais pas le temps de configurer ma souris optique  ). Sur les autres cd c'est juste des programmes supplémentaires et pas indispensables.
 ). Sur les autres cd c'est juste des programmes supplémentaires et pas indispensables. 
 
Fais moi voir le log entier de X quand tu essais de le lancer 
Marsh Posté le 21-04-2002 à 22:53:36
le log entier ??? lol je debute moi  , nan serieux c juste le prob avec l'ecran si je sais koi modifier ce serait bon.
, nan serieux c juste le prob avec l'ecran si je sais koi modifier ce serait bon. 
Marsh Posté le 21-04-2002 à 23:15:11
Si ca peut t'aider, voici ma conf XFree (sous OpenBSD) : 
 
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/X11R6/lib/X11/fonts/100dpi/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/encodings/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/local/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/" 
EndSection 
 
Section "Module" 
        Load  "dbe" 
        Load  "extmod" 
        Load  "glx" 
        Load  "record" 
        Load  "xtrap" 
        Load  "speedo" 
        Load  "type1" 
        Load  "freetype" 
EndSection 
 
Section "InputDevice" 
        Identifier  "Keyboard0" 
        Driver      "keyboard" 
        Option      "XkbRules" "xfree86" 
        Option      "XkbModel" "logicordless" 
        Option      "XkbLayout" "fr" 
EndSection 
 
Section "InputDevice" 
        Identifier  "Mouse0" 
        Driver      "mouse" 
        Option      "Protocol" "wsmouse" 
        Option      "Device" "/dev/wsmouse0" 
        Option      "ZAxisMapping" "4 5" 
EndSection 
 
Section "Monitor" 
        Identifier   "Monitor0" 
        VendorName   "Monitor Vendor" 
        ModelName    "Monitor Model" 
        HorizSync    31.5 - 182.0 
        VertRefresh  40.0 - 250.0 
EndSection 
 
Section "Device" 
        ### Available Driver options are:- 
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", 
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" 
        ### [arg]: arg optional 
        #Option     "NoAccel"                   # [<bool>] 
        #Option     "SWcursor"                  # [<bool>] 
        #Option     "UsePIO"                    # [<bool>] 
        #Option     "ShowCache"                 # [<bool>] 
        #Option     "VideoKey"                  # <i> 
        #Option     "NoSLI"                     # [<bool>] 
        #Option     "TexturedVideo"             # [<bool>] 
        #Option     "DRI"                       # [<bool>] 
        Identifier  "Card0" 
        Driver      "tdfx" 
        VendorName  "3dfx Interactive" 
        BoardName   "Banshee" 
        ChipSet     "3dfx Banshee" 
        BusID       "PCI:1:0:0" 
EndSection 
 
Section "Screen" 
        Identifier "Screen0" 
        Device     "Card0" 
        Monitor    "Monitor0" 
        DefaultDepth     16 
        SubSection "Display" 
                Depth     1 
        EndSubSection 
        SubSection "Display" 
                Depth     4 
        EndSubSection 
        SubSection "Display" 
                Depth     8 
        EndSubSection 
        SubSection "Display" 
                Depth     15 
        EndSubSection 
        SubSection "Display" 
                Depth     16 
                Modes     "1280x1024" "1024x768" "800x600" "640x480" "720x576" 
        EndSubSection 
        SubSection "Display" 
                Depth     24 
                Modes     "1280x1024" "1024x768" "800x600" "640x480" "720x576" 
        EndSubSection 
EndSection 
 
Section "DRI" 
        Group        "video" 
        Mode         0666 
EndSection 
 
-=[j@synchron]=(~)> cat /etc/X11/XF86Config                         <(23:14:18) 
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/X11R6/lib/X11/fonts/100dpi/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/encodings/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/local/" 
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/" 
EndSection 
 
Section "Module" 
        Load  "dbe" 
        Load  "extmod" 
        Load  "glx" 
        Load  "record" 
        Load  "xtrap" 
        Load  "speedo" 
        Load  "type1" 
        Load  "freetype" 
EndSection 
 
Section "InputDevice" 
        Identifier  "Keyboard0" 
        Driver      "keyboard" 
        Option      "XkbRules" "xfree86" 
        Option      "XkbModel" "logicordless" 
        Option      "XkbLayout" "fr" 
EndSection 
 
Section "InputDevice" 
        Identifier  "Mouse0" 
        Driver      "mouse" 
        Option      "Protocol" "wsmouse" 
        Option      "Device" "/dev/wsmouse0" 
        Option      "ZAxisMapping" "4 5" 
EndSection 
 
Section "Monitor" 
        Identifier   "Monitor0" 
        VendorName   "Monitor Vendor" 
        ModelName    "Monitor Model" 
        HorizSync    31.5 - 182.0 
        VertRefresh  40.0 - 250.0 
EndSection 
 
Section "Device" 
        ### Available Driver options are:- 
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", 
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" 
        ### [arg]: arg optional 
        #Option     "NoAccel"                   # [<bool>] 
        #Option     "SWcursor"                  # [<bool>] 
        #Option     "UsePIO"                    # [<bool>] 
        #Option     "ShowCache"                 # [<bool>] 
        #Option     "VideoKey"                  # <i> 
        #Option     "NoSLI"                     # [<bool>] 
        #Option     "TexturedVideo"             # [<bool>] 
        #Option     "DRI"                       # [<bool>] 
        Identifier  "Card0" 
        Driver      "tdfx" 
        VendorName  "3dfx Interactive" 
        BoardName   "Banshee" 
        ChipSet     "3dfx Banshee" 
        BusID       "PCI:1:0:0" 
EndSection 
 
Section "Screen" 
        Identifier "Screen0" 
        Device     "Card0" 
        Monitor    "Monitor0" 
        DefaultDepth     16 
        SubSection "Display" 
                Depth     1 
        EndSubSection 
        SubSection "Display" 
                Depth     4 
        EndSubSection 
        SubSection "Display" 
                Depth     8 
        EndSubSection 
        SubSection "Display" 
                Depth     15 
        EndSubSection 
        SubSection "Display" 
                Depth     16 
                Modes     "1280x1024" "1024x768" "800x600" "640x480" "720x576" 
        EndSubSection 
        SubSection "Display" 
                Depth     24 
                Modes     "1280x1024" "1024x768" "800x600" "640x480" "720x576" 
        EndSubSection 
EndSection 
 
Section "DRI" 
        Group        "video" 
        Mode         0666 
EndSection 
Marsh Posté le 21-04-2002 à 23:21:00
Oula merci ca c vraiment super sympa. Je copie/colle ca et je v voir ce que je peux modif' dans le fichier. Merci encore  
 
Marsh Posté le 20-04-2002 à 12:53:43
Hello world, g le fameux probleme du "screen not found" sous OpenBsd et je sais plus quoi faire... L'ordi est un laptop, HP Pavillon (je sais, gueulez pas...) avec une carte graphique S3 Savage 4, mais g toujours rien reussi a faire. Voila, si qqn peut m'aider ce serait cool Merci a tous.
 Merci a tous.