As I installed a new system yesterday, I encountered a definitely wrong command line in the "The X Server Configuration HOWTO": Code Listing 3.5: Testing the xorg.conf.new file # X -config -retro /root/xorg.conf.new The "-config" switch expects "/root/xorg.conf.new" as parameter and therefore -retro should not be between them. Please change the line to something like: "X -retro -config /root/xorg.conf.new" Reproducible: Always Actual Results: X help is printed Expected Results: Start X with the new config
Thanks for reporting; fixed.