Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
4565 connectés 

 


Dernière réponse
Sujet : 1ere question: Config de X sous OpenBSD
tty0 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 :)

Votre réponse
Nom d'utilisateur    Pour poster, vous devez être inscrit sur ce forum .... si ce n'est pas le cas, cliquez ici !
Le ton de votre message                        
                       
Votre réponse


[b][i][u][strike][spoiler][fixed][cpp][url][email][img][*]   
 
   [quote]
 

Options

 
Vous avez perdu votre mot de passe ?


Vue Rapide de la discussion
tty0 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 :)
axey 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
tty0 le log entier ??? lol je debute moi :), nan serieux c juste le prob avec l'ecran si je sais koi modifier ce serait bon.
vrossi1 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.
 
Fais moi voir le log entier de X quand tu essais de le lancer
tty0 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 ???
vrossi1 lors de l'installation t'as tout installé ce qui se réferais à X?
tty0 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. ++
tty0 Bah c'est ce que g fait, d'abord xf86config mais g toujours "screen not found" :(
vrossi1 il faut configurer X avant ;). fait xf86config dans le shell
tty0 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.

Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)