Главная страница


ru.linux

 
 - RU.LINUX ---------------------------------------------------------------------
 From : Maxim Zubkov                         2:5030/889     05 Oct 2003  12:38:16
 To : Pete Alexeevsky
 Subject : Sapphire RadeOn 9200
 -------------------------------------------------------------------------------- 
 
 
 05 Oct 03 00:24, you wrote to ilya voronin:
 PA>>>>> ТОВАРИЩИ! Посоветуйте плиз 100% работающие дрова для сабжа,
 PA>>>>> кто что юзает и как это заставить работать... Много всякого
 PA>>>>> качал - или не компилится, или просто не работает... Эхотаг -
 PA>>>>> Mandrake 9.0, ядро 2.4.19 родное (пересобирать лень, но если
 PA>>>>> необходимо - сделаю)...
 MZ>>>> Сходить на www.ati.com и взять дрова там.
 PA>>> Они только 2D тянут :(
 iv>> скриншоты с Quake3 прислать?
 PA> Лучше уж XF86Config-4 :)
 
 Hе жалко.:)
 === Cut ===
 Section "Module"
     Load  "record"
 
 SubSection "extmod"
 
      Option "omit xfree86-dga"
 
 EndSubSection
 
     Load  "dbe"
     Load  "dri"
     Load  "glx"
     Load  "xtrap"
     Load  "type1"
     Load  "speedo"
 EndSection
 Section "DRI"
     Group 0
     Mode 0666
 EndSection
 Section "Files"
     RgbPath      "/usr/X11R6/lib/X11/rgb"
     ModulePath   "/usr/X11R6/lib/modules"
     FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
     FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
     FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
     FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
     FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
     FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
     FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
 EndSection
 Section "InputDevice"
     Identifier  "Keyboard0"
     Driver      "keyboard"
         Option "XkbRules"   "xfree86"
         Option "XkbModel"   "pc105"
         Option "XkbLayout"  "en_US, ru"
         Option "XkbVariant" "winkeys"
         Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
 EndSection
 
 Section "InputDevice"
     Identifier  "Mouse0"
     Driver      "mouse"
     Option      "Protocol" "IMPS/2"
     Option      "Device" "/dev/mouse"
     Option      "Buttons" "3"
     Option      "ZAxisMapping" "4 5"
 
 EndSection
 
 Section "Monitor"
     Identifier   "Monitor0"
     VendorName   "IBM"
     ModelName    "9527-012"
     HorizSync   30-82
     VertRefresh 50-110
     ModeLine   "1280x1024/76Hz" 135 1280 1312 1416 1664 1024 1027 1030 1064
     ModeLine   "1024x768/85Hz" 98.9 1024 1056 1216 1408 768 782 788 822  -HSync 
 -VSync
 EndSection
 
 Section "Device"
      Identifier "firegl"
      Driver "fglrx"
      # === disable PnP Monitor ===
      Option "NoDDC"
      # === disable/enable XAA/DRI ===
      Option "no_accel" "no"
      Option "no_dri" "no"
      # === FireGL DDX driver module specific settings ===
      # === Screen Management ===
      Option "DesktopSetup" "0x00000000"
      Option "MonitorLayout" "AUTO, AUTO"
      Option "IgnoreEDID" "off"
      Option "HSync2" "unspecified"
      Option "VRefresh2" "unspecified"
      Option "ScreenOverlap" "0"
      Option "GammaCorrectionI"           "0x06419064"
      Option "GammaCorrectionII" "0x00000000"
      # === Screen Management ===
      # Option "DesktopSetup" "0x00000200"
      # Option "MonitorLayout" "CRT, STV"
      # Option "HSync2" "31.5 - 68.7"
      # Option "VRefresh2" "50 - 70"
      # === TV-out Management ===
      Option "NoTV" "no"
      Option "TVStandard" "PAL-B"
      Option "TVHSizeAdj" "0"
      Option "TVVSizeAdj" "0"
      Option "TVHPosAdj" "0"
      Option "TVVPosAdj" "0"
      Option "TVHStartAdj" "0"
      Option "TVColorAdj" "0"
      # === OpenGL specific profiles/settings ===
      Option "Capabilities" "0x00000000"
      # === Video Overlay for the Xv extension ===
      Option "VideoOverlay" "on"
      # === OpenGL Overlay ===
      # Note: When OpenGL Overlay is enabled, Video Overlay
      # will be disabled automatically
      Option "OpenGLOverlay" "off"
      Option "CenterMode" "off"
      # === QBS Support ===
      Option "Stereo" "off"
      Option "StereoSyncEnable" "1"
      # === FSAA ===
      # Option "FSAAScale" "6"
      # note: may cause problems
      # === Misc Options ===
      Option "UseFastTLS" "0"
      Option "BlockSignalsOnLock" "on"
      Option "UseInternalAGPGART" "no"
      Option "ForceGenericCPU" "no"
      BusID "PCI:1:0:0"
      Screen 0
 EndSection
 
 Section "Screen"
     Identifier "Screen0"
     Device     "firegl"
     Monitor    "Monitor0"
     DefaultDepth 24
 
     SubSection "Display"
         Depth     1
     EndSubSection
     SubSection "Display"
         Depth     4
         Modes      "1280x1024/76Hz" "1024x768/85Hz" "800x600" "640x480"
     EndSubSection
     SubSection "Display"
         Depth     8
             Modes       "1280x1024/76Hz" "1024x768/85Hz" "800x600" "640x480"
                 ViewPort    0 0
     EndSubSection
     SubSection "Display"
         Depth     15
     EndSubSection
     SubSection "Display"
         Depth     16
             Modes       "1280x1024/76Hz" "1024x768/85Hz" "800x600" "640x480"
                 ViewPort    0 0
     EndSubSection
     SubSection "Display"
         Depth     24
             Modes       "1280x1024/76Hz" "1024x768/85Hz"
                 ViewPort    0 0
     EndSubSection
 EndSection
 
 Section "ServerLayout"
     Identifier     "XFree86 Configured"
     Screen      0  "Screen0" 0 0
     InputDevice    "Mouse0" "CorePointer"
     InputDevice    "Keyboard0" "CoreKeyboard"
 EndSection
 === Cut ===
 Maxim  aka MoS ( Master of Shadow )
 
         e-mail: zubkovmg@yandex.ru              UIN:151791690
 
 ... UNIX,-это не системаобраз жизни.:)
 --- GoldEd 1.1.4.7.[Linux-2.4.22-ext3(i686)]RLU # 224587
  * Origin: Powered by SlackWare-9.0 - http://www.slackware.com (2:5030/889)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 Sapphire RadeOn 9200   ilya voronin   02 Oct 2003 23:20:22 
 Re: Sapphire RadeOn 9200   Maksim Tsalko   03 Oct 2003 00:23:27 
 Sapphire RadeOn 9200   Maxim Zubkov   04 Oct 2003 22:04:18 
 Sapphire RadeOn 9200   Pete Alexeevsky   05 Oct 2003 00:24:18 
 Sapphire RadeOn 9200   Maxim Zubkov   05 Oct 2003 12:38:16 
Архивное /ru.linux/23873f7fd8d2.html, оценка 2 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional