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

Bug#557573: xserver-xorg-video-nv: nv driver hangs (endless loop)



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



Reply to: