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


ru.linux

 
 - RU.LINUX ---------------------------------------------------------------------
 From : Maxim Zubkov                         2:5030/889     12 Oct 2003  23:09:02
 To : Sergey Y. Afonin
 Subject : radeon+tv
 -------------------------------------------------------------------------------- 
 
 
 12 Oct 03 21:21, you wrote to Victor Cheburkin:
 
 >> Да пожалуйста, мне не жалко... Ты только дрова АТИшные возьми ;-)
 SA> Кстати, об ATi-шных дровах... Регулярно (с выходом каждой новой
 SA> версии ;-) ) пробую притащить домой Radeon и постоянно втыкаюсь
 SA> в какие-то грабли... Вот дошли руки до 3.2.5. Что-то не хватило
 SA> вечера на установку. :-(
 SA> (II) fglrx(0): driver needs XFree86 version: 4.2.x
 SA> (II) fglrx(0): detected XFree86 version: 4.2.0
 SA> (WW) fglrx(0): ***********************************************
 SA> (WW) fglrx(0): * DRI initialization failed!                  *
 SA> (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
 SA> (WW) fglrx(0): * 2D acceleraton available (MMIO)             *
 SA> (WW) fglrx(0): * no 3D acceleration available                *
 SA> (WW) fglrx(0): ********************************************* *
 SA> Интересно, что ему надо, если
 SA> # lsmod|grep fglrx
 SA> fglrx                 181992   0  (unused)
 SA> Или ему в ядре еще что-то, кроме поддержки DRM надо ?
 
 А вотт поддержки  drm для RADEON-а ему как раз не надо:
 
 root@maxstation:~# cd /usr/src/linux
 root@maxstation:/usr/src/linux# make menuconfig
 
  Character devices  --->
     <*> /dev/agpgart (AGP Support)
     [*]   Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860
 support
     [*] Direct Rendering Manager (XFree86 DRI support)
          --- DRM 4.1 drivers
     < >   ATI Radeon
 root@maxstation:~# cat /etc/modules.conf
 alias eth0 8139too
 
 >alias char-major-10-134 fglrx
 
 alias sound-slot-1 emu10k1
 alias sound-service-1-0 emu10k1
 post-install emu10k1 /usr/etc/emu-script
 alias char-major-81 spca50x
 root@maxstation:~# less /etc/X11/XF86Config
 
 ==== 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
 
 ==== cut ====
 
 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
 
 ==== 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)
 
 

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

 Тема:    Автор:    Дата:  
 Re: radeon+tv   Sergey_Afonin   12 Oct 2003 21:21:05 
 radeon+tv   Maxim Zubkov   12 Oct 2003 23:09:02 
 Re: radeon+tv   Sergey_Afonin   13 Oct 2003 09:23:42 
 radeon+tv   Maxim Zubkov   13 Oct 2003 21:45:32 
 Re: radeon+tv   Sergey_Afonin   19 Oct 2003 11:48:41 
 radeon+tv   Maxim Zubkov   20 Oct 2003 14:05:10 
 Re: radeon+tv   Sergey_Afonin   20 Oct 2003 20:59:59 
 radeon+tv   Maxim Zubkov   21 Oct 2003 01:31:00 
 radeon+tv   Maxim Zubkov   21 Oct 2003 01:34:44 
 Re: radeon+tv   Sergey_Afonin   21 Oct 2003 17:42:17 
 radeon+tv   Maxim Zubkov   21 Oct 2003 21:52:28 
 Re: radeon+tv   Sergey_Afonin   26 Oct 2003 13:36:33 
 Re: radeon   Sergey_Afonin   26 Oct 2003 14:39:57 
Архивное /ru.linux/23873f89a978.html, оценка 2 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional