Port-alpha archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How to use X Window System on NetBSD/alpha?



	Hello,

and if I tries to use different depth in xorg, X aborts. I'm trying to
configure 1280x1024x24 for console _and_ X. I have tried to force this
mode in pm3fb.c without any success. I haven't test your latest patch.

So you're not using the glint driver? Wsfb can't switch modes or colour
depth. Please send your Xorg.0.log


	Nope, glint doesn't work on alpha.

	Here is my xorg.conf :

Section "Files"
    FontPath    "unix/:7100"
    FontPath    "/usr/X11R7/lib/X11/fonts/misc"
    FontPath    "/usr/X11R7/lib/X11/fonts/cyrillic"
    FontPath    "/usr/X11R7/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/X11R7/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/X11R7/lib/X11/fonts/Type1"
    FontPath    "/usr/X11R7/lib/X11/fonts/100dpi"
    FontPath    "/usr/X11R7/lib/X11/fonts/75dpi"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xorg"
    Option      "XkbModel"  "pc105"
    Option      "XkbLayout" "fr"
    Option      "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Device"        "/dev/wsmouse0"
    Option      "Protocol"      "auto"
    Option      "Emulate3Buttons"   "false"
EndSection

Section "Device"
    Identifier  "Matrox Millenium"
    Driver      "wsfb"
#   Option      "UseFBDev"      "false"
#   VideoRam    4096
EndSection

Section "Monitor"
    Identifier  "Écran générique"
    Option      "DPMS"
    HorizSync   28-64
    VertRefresh 43-75
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Device      "Matrox Millenium"
    Monitor     "Écran générique"
    DefaultDepth    8
    SubSection "Display"
        Depth       1
        Modes       "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth       4
        Modes       "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth       8
        Modes       "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth       15
        Modes       "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth       16
        Modes       "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth       24
        Modes       "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth       32
        Modes       "1280x1024"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen      "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
EndSection

Section "DRI"
    Mode    0666
EndSection

	Regards,

	JKB


Home | Main Index | Thread Index | Old Index