tech-x11 archive

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

Re: Problems after xorg patch to 5.0_STABLE



On Wed, 23 Sep 2009 20:56:35 +0200
Rhialto <rhialto%falu.nl@localhost> wrote:

> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
> 
>     Option "XkbModel"   "pc105"
>     #Option "XkbLayout" "us"
>     #Option "XkbLayout" "pc/us" doesn't work with C-A-F1...F12
>     Option "XkbOptions" "ctrl:swapcaps,compose:menu"
> EndSection
> 
> Section "Screen"
>         Identifier "Screen0"
>         Device     "Card0"
>         Monitor    "Monitor0"
> ...
>         SubSection "Display"
>         Viewport   0 0
>                 Depth     24
>             Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
>         EndSubSection
> EndSection

Does this still not work if adding a DefaultDepth 24 before your
depth-specific subsections (assuming another depth might be used by
default which doesn't have more than one configured mode)?  The xorg
log should also have info on configured/rejected modes and auto-chosen
depth.
-- 
Matt


Home | Main Index | Thread Index | Old Index