OVH Cloud OVH Cloud

Openbsd sur Sun Ultra30 ; Config Xwindow

2 réponses
Avatar
Jean-Marc Huck
Bonjour a tous,
Nouveau venu sur OpenBSD 3.7, je cherche à faire fonctionner l'environnement
graphique Windowmaker sur un poste Sun Ultra 30, équipé d'une carte
graphique Creator 3D. J'ai tenté de configurer xorg.conf mais l'affaire
n'est pas concluante puisque "startx" me renvoie un "X connexion to :0.0
broken". Est-ce que quelqu'un pourrait me résumer en quelques points les
étapes à effectuer ou m'envoyer un fichier xorg.conf correctement
configuré ?

Merci


Ci dessous la copie du fichier en question :
#
# Unaccelerated, single display configuration
#
Section "ServerLayout"
Identifier "wsfb"
Screen 0 "Screen0" 0 0
InputDevice "wsmouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load "type1"
Load "freetype"
Load "glx"
Load "extmod"
EndSection

# All Sun keyboards (USB Type 6, Serial Type 3/4/5/6)
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "Protocol" "wskbd"
Option "Device" "/dev/wskbd0"
Option "XkbRules" "xorg"
Option "XkbLayout" "us"
EndSection

# USB Mice
Section "InputDevice"
Identifier "wsmouse0"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse0"
EndSection


# All monitors
Section "Monitor"
Identifier "Monitor"
VendorName "Sun"
ModelName "GDM20D10"
HorizSync 30-85
VertRefresh 66-77
EndSection

# All framebuffers
Section "Device"
Identifier "Wsdisplay0"
Driver "wsfb"
Option "device" "/dev/ttyC0"
EndSection

# All framebuffers
Section "Screen"
Identifier "Screen0"
Device "Wsdisplay0"
Monitor "Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection
#
# EOF
#

2 réponses

Avatar
Patrick Lamaizière
Jean-Marc Huck wrote:

Section "ServerLayout"


Je n'ai pas cette section.

# All Sun keyboards (USB Type 6, Serial Type 3/4/5/6)
Section "InputDevice"


J'ai pareil. j'ai quelque problème de clavier sous KDE à propos.

# USB Mice
Section "InputDevice"
Identifier "wsmouse0"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse0"
EndSection


Euh plutôt :
#Serial mice on com ports
Section "InputDevice"
Identifier "commouse0"
Driver "mouse"
Option "Protocol" "SunMouse"
Option "Device" "/dev/tty00"
Option "Baudrate" "1200"
EndSection

Avatar
Miod Vallat
Bonjour a tous,
Nouveau venu sur OpenBSD 3.7, je cherche à faire fonctionner l'environnement
graphique Windowmaker sur un poste Sun Ultra 30, équipé d'une carte
graphique Creator 3D. J'ai tenté de configurer xorg.conf mais l'affaire
n'est pas concluante puisque "startx" me renvoie un "X connexion to :0.0
broken". Est-ce que quelqu'un pourrait me résumer en quelques points les
étapes à effectuer ou m'envoyer un fichier xorg.conf correctement
configuré ?


Lire /usr/X11R6/README, et si, après avoir tenu compte de son contenu,
fournir /etc/X11/xorg.conf et /var/log/Xorg.0.log sans lequel il n'est
pas possible de diagnostiquer quoi que ce soit.