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

  FORUM HardWare.fr
  Linux et OS Alternatifs

  1ere question: Config de X sous OpenBSD

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

1ere question: Config de X sous OpenBSD

n°89584
tty0
Posté le 20-04-2002 à 12:53:43  profilanswer
 

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.

mood
Publicité
Posté le 20-04-2002 à 12:53:43  profilanswer
 

n°89602
vrossi1
Posté le 20-04-2002 à 14:29:36  profilanswer
 

il faut configurer X avant ;). fait xf86config dans le shell

n°89648
tty0
Posté le 20-04-2002 à 17:29:57  profilanswer
 

Bah c'est ce que g fait, d'abord xf86config mais g toujours "screen not found" :(

n°89787
tty0
Posté le 21-04-2002 à 00:06:44  profilanswer
 

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. ++

n°89824
vrossi1
Posté le 21-04-2002 à 09:27:30  profilanswer
 

lors de l'installation t'as tout installé ce qui se réferais à X?

n°89872
tty0
Posté le 21-04-2002 à 12:33:42  profilanswer
 

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 ???

n°89873
vrossi1
Posté le 21-04-2002 à 12:40:34  profilanswer
 

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

n°90109
tty0
Posté le 21-04-2002 à 22:53:36  profilanswer
 

le log entier ??? lol je debute moi :), nan serieux c juste le prob avec l'ecran si je sais koi modifier ce serait bon.

n°90114
axey
http://www.00f.net
Posté le 21-04-2002 à 23:15:11  profilanswer
 

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

n°90115
tty0
Posté le 21-04-2002 à 23:21:00  profilanswer
 

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 :)


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  1ere question: Config de X sous OpenBSD

 

Sujets relatifs
Mandrake 8.2 + petite configQuestion bête de compilation de noyau
juste une question de newbie !!!config de proftpd
[QUESTION] Linux et les chipset KT333[Question conne]Aide avec la fonction man
[Topic renommé]Question rapide dernière Suse, quel version prendre?debian chtite config pour chtit dur !!
Question : squidquestion sur iptables
Plus de sujets relatifs à : 1ere question: Config de X sous OpenBSD


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR