I apologize for misleading xorg.conf -- I've reverted back to "vesa" in
order to use X server after reboot. The /proper/ xorg.conf - that made
Xorg hang - looks like this:

    $ sed -re 's/(Driver\t+)"vesa"/\1"nv"/' \
      -e '/^Section "Monitor"/,/^EndSection/ d' \
      -e 's/^#.*//' /etc/X11/xorg.conf | tr -s \\n

    Section "InputDevice"
            Identifier      "Generic Keyboard"
            Driver          "kbd"
            Option          "XkbRules"      "xorg"
            Option          "XkbModel"      "pc104"
            Option          "XkbLayout"     "us,ru"
            Option          "XkbVariant"    ",winkeys"
            Option          "XkbOptions"
"ctrl:swapcaps,grp:toggle,grp_led:caps"
    EndSection
    Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "mouse"
    EndSection
    Section "Device"
            Identifier      "Configured Video Device"
            Driver          "nv"
    EndSection
    Section "Screen"
            Identifier      "Default Screen"
            Monitor         "Configured Monitor"
            DefaultDepth    24
    EndSection

-- 
vvv



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to