Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Squidy
Sunday, October 7th, 2007 at 12:52:16am UTC 

  1. # SPECYFIKACJA:
  2. # Grafika: Gigabyte GeForce 7600 GS, sterownik nvidia
  3. # Monitor: LCD Samsung SyncMaster 940MW, ekran: 16:10, 19"
  4. # Mysz: standardowe ze scrollem, Logitech, kulka
  5. # Klawiatura: standardowa, Chlcony
  6. # Wykomentowane wszystkie niepotrzebne mody, ustawienia, dorzucane
  7. # automatycznie przez konfiguratory...
  8. #
  9. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  10. #
  11. # This file was generated by dexconf, the Debian X Configuration tool, using
  12. # values from the debconf database.
  13. #
  14. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  15. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  16. #
  17. # This file is automatically updated on xserver-xorg package upgrades *only*
  18. # if it has not been modified since the last upgrade of the xserver-xorg
  19. # package.
  20. #
  21. # If you have edited this file but would like it to be automatically updated
  22. # again, run the following command:
  23. # sudo dpkg-reconfigure -phigh xserver-xorg
  24.  
  25. Section "Files"
  26.   # path to defoma fonts
  27.     FontPath "/usr/share/fonts/X11/misc"
  28.     FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  29.     FontPath "/usr/local/share/fonts"
  30. EndSection
  31.  
  32. Section "Module"
  33.   Load "i2c"
  34.   Load "bitmap"
  35.   Load "ddc"
  36.   Load "dri"
  37.   Load "extmod"
  38.   Load "freetype"
  39.   Load "int10"
  40.   Load "type1"
  41.   Load "vbe"
  42.   load "glx"
  43.   load "v4l"
  44. EndSection
  45.  
  46. Section "InputDevice"
  47.   Identifier "Generic Keyboard"
  48.   Driver "kbd"
  49.   option "CoreKeyboard"
  50.   option "XkbRules" "xorg"
  51.   option "XkbModel" "abnt2"
  52.   option "XkbLayout" "br"
  53. EndSection
  54.  
  55. Section "InputDevice"
  56.   Identifier "Configured Mouse"
  57.   Driver "mouse"
  58.   option "CorePointer"
  59.   option "Device" "/dev/input/mice"
  60.   option "Protocol" "ImPS/2"
  61.   option "ZAxisMapping" "4 5"
  62.   option "Emulate3Buttons" "true"
  63. EndSection
  64.  
  65. #### DEVICE ########################################################################
  66. Section "Device"
  67.   identifier "VideoCard0"
  68.   driver "nvidia"
  69.   VendorName "Monitor Vendor"
  70.   BoardName "nVidia GeForce 7300GT"
  71.   busid "PCI:2:0:0"
  72.   screen 0
  73.   Option "NoLogo" "true"
  74.   Option "NvAGP" "2"
  75.   Option "RenderAccel" "true"
  76.   Option "AllowGLXWithComposite" "true"
  77.   Option "XAANoOffscreenPixmaps"
  78. EndSection
  79.  
  80. Section "Device"
  81.         Identifier "TV-device"
  82.         Driver "nvidia"
  83.         VendorName "Monitor Vendor"
  84.         BoardName "nVidia GeForce 7300GT"
  85.         VideoRam 32768
  86.         busid "PCI:2:0:0"
  87.         Option "NoLogo" "true"
  88.         Option "NvAGP" "2"
  89.         Option "RenderAccel" "Off"
  90.         Option "AllowGLXWithComposite" "false"
  91.         Screen 1
  92.         Option "TVStandard" "PAL-M"
  93.         Option "TVOutFormat" "SVIDEO"  # (or "COMPOSITE" if that's what you're using)
  94.         Option "ConnectedMonitor" "TV"
  95. EndSection
  96.  
  97. #### MONITOR ########################################################################
  98. Section "Monitor"
  99.   identifier "Monitor0"
  100.   vendorname "Monitor Vendor"
  101.   modelname "1600x1200 @ 70 Hz"
  102.   HorizSync 31.5-88.0
  103.   VertRefresh 50-60
  104.   modeline "[email protected]60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
  105.   gamma 1.0
  106.   Option "dpms"
  107. EndSection
  108.  
  109. Section "Monitor"
  110.         Identifier "TV-monitor"
  111.         VendorName "Samsung"
  112.         ModelName "Television"
  113.         Option "ConnectedMonitor" "TV"
  114.         HorizSync 30-50
  115.         VertRefresh 60
  116.         Option "dpms"
  117. EndSection
  118.  
  119. #### SCREEN ########################################################################
  120. Section "Screen"
  121.   Identifier "Screen0"
  122.   Device "VideoCard0"
  123.   Monitor "Monitor0"
  124.   DefaultDepth 24
  125.   SubSection "Display
  126.     depth 24
  127.     modes "[email protected]60"
  128.   EndSubSection
  129.   Option "AddARGBGLXVisuals" "True"
  130.   Option "DisableGLXRootClipping" "True"
  131. EndSection
  132.  
  133. Section "Screen"
  134.         Identifier "TV"
  135.         Device "TV-device"
  136.         Monitor "TV-monitor"
  137.         DefaultDepth 24
  138.         SubSection "Display"
  139.                 Depth      24
  140. #              Modes        "1024x768" "800x600"
  141.                 Modes        "800x600"
  142.         EndSubSection
  143.         Option "AddARGBGLXVisuals" "False"
  144.         Option "DisableGLXRootClipping" "False"
  145. EndSection
  146.  
  147. #### SERVER ########################################################################
  148. Section "ServerLayout"
  149.   Identifier "Default Layout"
  150.   Screen 0 "Screen0"
  151.   Screen 1 "TV" RightOf "Screen0"
  152.   InputDevice "Generic Keyboard"
  153.   InputDevice "Configured Mouse"
  154. EndSection
  155.  
  156. Section "ServerFlags"
  157.         Option "Xinerama" "false"
  158. EndSection
  159.  
  160. Section "DRI"
  161.         Mode 0666
  162. EndSection
  163.  
  164. Section "Extensions"
  165.         Option "Composite" "Enable"
  166. EndSection

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right
worth-right
worth-right