summaryrefslogtreecommitdiff
path: root/addons/x11infoscreen/etc/X11/XF86Config-4.diff
blob: 87d5a65139e54fba3ac093a28553ed9ed895e567 (plain)
  1. --- XF86Config-4.orig 2005-01-20 03:41:43.000000000 +0100
  2. +++ XF86Config-4 2004-11-17 03:25:12.000000000 +0100
  3. @@ -17,20 +17,6 @@
  4.  # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
  5. # dpkg-reconfigure xserver-xfree86
  6. -Section "Files"
  7. - FontPath "unix/:7100" # local font server
  8. - # if the local font server has problems, we can fall back on these
  9. - FontPath "/usr/lib/X11/fonts/misc"
  10. - FontPath "/usr/lib/X11/fonts/cyrillic"
  11. - FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
  12. - FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
  13. - FontPath "/usr/lib/X11/fonts/Type1"
  14. - FontPath "/usr/lib/X11/fonts/CID"
  15. - FontPath "/usr/lib/X11/fonts/Speedo"
  16. - FontPath "/usr/lib/X11/fonts/100dpi"
  17. - FontPath "/usr/lib/X11/fonts/75dpi"
  18. -EndSection
  19. -
  20. Section "Module"
  21. Load "GLcore"
  22. Load "bitmap"
  23. @@ -45,6 +31,7 @@
  24. Load "speedo"
  25. Load "type1"
  26. Load "vbe"
  27. + Load "xtt"
  28. EndSection
  29. Section "InputDevice"
  30. @@ -52,8 +39,8 @@
  31. Driver "keyboard"
  32. Option "CoreKeyboard"
  33. Option "XkbRules" "xfree86"
  34. - Option "XkbModel" "pc104"
  35. - Option "XkbLayout" "us"
  36. + Option "XkbModel" "pc105"
  37. + Option "XkbLayout" "dk"
  38. EndSection
  39. Section "InputDevice"
  40. @@ -82,8 +69,8 @@
  41. Section "Monitor"
  42. Identifier "Generic Monitor"
  43. - HorizSync 28-50
  44. - VertRefresh 43-75
  45. + HorizSync 30-75
  46. + VertRefresh 50-85
  47. Option "DPMS"
  48. EndSection
  49. @@ -91,30 +78,30 @@
  50. Identifier "Default Screen"
  51. Device "Generic Video Card"
  52. Monitor "Generic Monitor"
  53. - DefaultDepth 24
  54. + DefaultDepth 16
  55. SubSection "Display"
  56. Depth 1
  57. - Modes "800x600" "640x480"
  58. + Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  59. EndSubSection
  60. SubSection "Display"
  61. Depth 4
  62. - Modes "800x600" "640x480"
  63. + Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  64. EndSubSection
  65. SubSection "Display"
  66. Depth 8
  67. - Modes "800x600" "640x480"
  68. + Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  69. EndSubSection
  70. SubSection "Display"
  71. Depth 15
  72. - Modes "800x600" "640x480"
  73. + Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  74. EndSubSection
  75. SubSection "Display"
  76. Depth 16
  77. - Modes "800x600" "640x480"
  78. + Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  79. EndSubSection
  80. SubSection "Display"
  81. Depth 24
  82. - Modes "800x600" "640x480"
  83. + Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
  84. EndSubSection
  85. EndSection