2004. január 22. 10:40 dátummal Aleą Vojáček ezt írta: > Hi, > I have a problem with Asus 9600XT. This card have ATI Radeon Chip > 9600XT (R360). > I'm using Red Hat 9 and Xserver 4.3 > When I'm using the ati driver from ati web site than I can'n use DRI, > because my comper freeze when X starts. If I disable DRI then I can > use my card in dual head mode. > When I'm using driver ati or radeon from XFree86 instalatin then it > detects my cars as R350 Radeon 9600Pro, but it freeze in the same > time as an ati driver. > The only way is use supervga driver from XFree86 instalation, or > driver from ati web site without DRI support. But I never start Dual > Head support succesfuly. > > Can you somebody help me with this problem? > > May be that the card is bad? > > Sorry for my bad english. > Ales > I had a very similar situation like yours. I couldn't start X with ati's driver and with dri+glx+glcore modules. The problem was with the order of the modules in the XF86Config file. After ~12 hours of probing a guy (god bless him) from the debian-user list sent me his order and poof, it worked. I have a card with 9200 chipset, which is a problematic type, cause I can not use xfree's driver with it, because the radeon_drv only supports the 8xxx, 9000, <no 9200>, 9500 and so on. So my chipset is missing, and X fails to start when I try to run it with the radeon_drv... I attach my config file, and hope that it'll be usefull for you. NOTE: Section "dri" # Access to OpenGL ICD is allowed for all users: # Mode 0666 # Access to OpenGL ICD is restricted to a specific user group: Group 44 # video Mode 0660 EndSection In the config file this means that only users in the 'video' group can access the dri. If you want to allow all users to use it, comment out (insert a '#' before) the "Mode 0660" line, and uncomment (remove the '#') the "# Mode 0666" line. Best wishes: Daniel > _______________________________________________ > XFree86 mailing list > XFree86@xxxxxxxxxxx > http://XFree86.Org/mailman/listinfo/xfree86 -- LeVA
Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen" 0 0 InputDevice "Mouse" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/util" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/tv" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/encodings" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/TTF" FontPath "/usr/local/share/fonts" FontPath "/usr/share/fonts" FontPath "/usr/X11R6/lib/X11/fonts" FontPath "/usr/share/fonts/type1" FontPath "/usr/X11R6/lib/X11/fonts/OTF" FontPath "/usr/share/fonts/type1/gsfonts" EndSection Section "Module" #### Load "glx" # Load "dri" #### Load "GLcore" #### Load "extmod" #### Load "v4l" #### Load "pex5" #### Load "record" # Load "xie" # Load "xtrap" #### Load "speedo" #### Load "type1" ## Load "bitmap" #### Load "dbe" # Load "ddc" #### Load "freetype" #### Load "int10" # Load "vbe" ##################################################################### Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" SubSection "extmod" # Option "omit xfree86-dga" EndSubSection Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" EndSection ###################################################################### Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "logiink" Option "XkbLayout" "hu" Option "AutoRepeat" "3 800" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "Buttons" "7" Option "ZAxisMapping" "6 7" # Option "Resolution" "800" EndSection Section "Monitor" Identifier "Monitor" VendorName "LG" ModelName "Studioworks 57i" Option "DPMS" HorizSync 30-68 VertRefresh 50-120 EndSection Section "Device" Identifier "Card" Driver "fglrx" VendorName "ATI" BoardName "Radeon 9200" ################################## ### *** ATI Driver Options *** ### ### === generic DRI settings === ### # === disable PnP Monitor === # # Option "NoDDC" # === disable/enable XAA/DRI === # Option "no_accel" "no" ### [no] Option "no_dri" "no" ### [no] # === misc DRI settings === # Option "mtrr" "off" ### [off] # disable DRI mtrr mapper, driver has its own code for mtrr ### === FireGL DDX driver module specific settings === ### # === Screen Management === # # Option "DesktopSetup" "0x00000100" # Option "MonitorLayout" "CRT, STV" # Option "IgnoreEDID" "off" ### [off] # Option "HSync2" "31.5 " # Option "VRefresh2" "20 - 60" # Option "ScreenOverlap" "0" ### [0] # === TV-out Management === # Option "NoTV" "no" ### [no] Option "TVStandard" "PAL-B" Option "TVHSizeAdj" "0" Option "TVVSizeAdj" "0" Option "TVHPosAdj" "0" Option "TVVPosAdj" "0" Option "TVHStartAdj" "0" Option "TVColorAdj" "0" Option "GammaCorrectionI" "0x00000000" Option "GammaCorrectionII" "0x00000000" # === OpenGL specific profiles/settings === # Option "Capabilities" "0x00000000" # === Video Overlay for the Xv extension === # Option "VideoOverlay" "on" ### [on] # === OpenGL Overlay === # # Note: When OpenGL Overlay is enabled, Video Overlay # will be disabled automatically Option "OpenGLOverlay" "off" ### [off] # === Center Mode (Laptops only) === # Option "CenterMode" "off" ### [off] # === Pseudo Color Visuals (8-bit visuals) === # Option "PseudoColorVisuals" "off" ### [off] # === QBS Management === # Option "Stereo" "off" ### [off] Option "StereoSyncEnable" "1" ### [1] # === FSAA Management === # Option "FSAAEnable" "yes" ### [no] Option "FSAAScale" "1" ### 1(def,ALL),2,4,6 Option "FSAADisableGamma" "no" ### [no] Option "FSAACustomizeMSPos" "no" ### [no] Option "FSAAMSPosX0" "0.000000" Option "FSAAMSPosY0" "0.000000" Option "FSAAMSPosX1" "0.000000" Option "FSAAMSPosY1" "0.000000" Option "FSAAMSPosX2" "0.000000" Option "FSAAMSPosY2" "0.000000" Option "FSAAMSPosX3" "0.000000" Option "FSAAMSPosY3" "0.000000" Option "FSAAMSPosX4" "0.000000" Option "FSAAMSPosY4" "0.000000" Option "FSAAMSPosX5" "0.000000" Option "FSAAMSPosY5" "0.000000" # === Misc Options === # Option "UseFastTLS" "1" ### [0] Option "BlockSignalsOnLock" "on" ### [on] Option "EnablePrivateBackZ" "yes" ### [no] Option "UseInternalAGPGART" "yes" ### [yes] Option "ForceGenericCPU" "no" ### [no] # BusID "PCI:1:0:0" # vendor=1002, device=5961 ### *** ATI Driver Options *** ### ################################## EndSection Section "dri" # Access to OpenGL ICD is allowed for all users: # Mode 0666 # Access to OpenGL ICD is restricted to a specific user group: Group 44 # video Mode 0660 EndSection Section "Screen" Identifier "Screen" Device "Card" Monitor "Monitor" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection