Xorg -configure should create xorg.file to include bitstream by default
===
Section "Module"
:
Load "bitstream"
EndSection
===
Without this, a user will encounter 6535518 bug. This is too inconvinient.
Or Xorg should always load this mudule regardless of this is
described in xorg.conf or not.
*** Test Case ***
Do a command line login from the login screen and run "/usr/X11/bin/Xorg -configure"
The /xorg.conf.new file generated should have a entry in the Module section to load
the "bitstream" module as described above.