[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dri-users
Subject:    Re: [Dri-users] DRI and 2.6
From:       Adam J Watson <magius () warpdgfx ! com>
Date:       2004-06-19 8:00:58
Message-ID: 200406190900.58434.magius () warpdgfx ! com
[Download RAW message or body]

nevermind...I may have fixed it...Iwent and tweaked my bios settings and seems 
to have stopped.  I'll test it more thuroughly later today.

thanks for the advice.  I completely forgot about the bios settings for agp.

adam

On Saturday 19 June 2004 08:12, Adam J Watson wrote:
> It used to work on my old motherboard.
>
> Xorg.conf:
> # Xorg configuration created by system-config-display
>
> Section "ServerLayout"
> 	Identifier     "single head configuration"
> 	Screen      0  "Screen0" 0 0
> 	InputDevice    "Mouse0" "CorePointer"
> 	InputDevice    "Keyboard0" "CoreKeyboard"
> EndSection
>
> Section "Files"
>
> # RgbPath is the location of the RGB database.  Note, this is the name of
> the # file minus the extension (like ".txt" or ".db").  There is normally #
> no need to change the default.
> # Multiple FontPath entries are allowed (they are concatenated together)
> # By default, Red Hat 6.0 and later now use a font server independent of
> # the X server to render fonts.
> 	RgbPath      "/usr/X11R6/lib/X11/rgb"
> 	FontPath     "unix/:7100"
> EndSection
>
> Section "Module"
> 	Load  "dbe"
> 	Load  "extmod"
> 	Load  "fbdevhw"
> 	Load  "glx"
> 	Load  "record"
> 	Load  "freetype"
> 	Load  "type1"
> 	Load  "dri"
> EndSection
>
> Section "InputDevice"
>
> # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
> #	Option	"Xleds"		"1 2 3"
> # To disable the XKEYBOARD extension, uncomment XkbDisable.
> #	Option	"XkbDisable"
> # To customise the XKB settings to suit your keyboard, modify the
> # lines below (which are the defaults).  For example, for a non-U.S.
> # keyboard, you will probably want to use:
> #	Option	"XkbModel"	"pc102"
> # If you have a US Microsoft Natural keyboard, you can use:
> #	Option	"XkbModel"	"microsoft"
> #
> # Then to change the language, change the Layout setting.
> # For example, a german layout can be obtained with:
> #	Option	"XkbLayout"	"de"
> # or:
> #	Option	"XkbLayout"	"de"
> #	Option	"XkbVariant"	"nodeadkeys"
> #
> # If you'd like to switch the positions of your capslock and
> # control keys, use:
> #	Option	"XkbOptions"	"ctrl:swapcaps"
> # Or if you just want both to be control, use:
> #	Option	"XkbOptions"	"ctrl:nocaps"
> #
> 	Identifier  "Keyboard0"
> 	Driver      "keyboard"
> 	Option	    "XkbModel" "pc105"
> 	Option	    "XkbLayout" "us"
> EndSection
>
> Section "InputDevice"
> 	Identifier  "Mouse0"
> 	Driver      "mouse"
> 	Option	    "Protocol" "IMPS/2"
> 	Option	    "Device" "/dev/input/mice"
> 	Option	    "ZAxisMapping" "4 5"
> 	Option	    "Emulate3Buttons" "yes"
> EndSection
>
> Section "Monitor"
> 	Identifier   "Monitor0"
> 	VendorName   "Monitor Vendor"
> 	ModelName    "702B"
> 	DisplaySize  330	250
> 	HorizSync    30.0 - 71.0
> 	VertRefresh  50.0 - 160.0
> 	Option	    "dpms"
> EndSection
>
>
> Section "Device"
> 	Identifier  "Videocard0"
> 	Driver      "radeon"
> 	VendorName  "Videocard vendor"
> 	BoardName   "ATI Radeon 9200SE"
> 	VideoRam    262144
> #	Option 	    "AGPMode" "4"
> #	Option      "AGPFastWrite" "Yes"
> #	Option      "EnablePageFlip" "yes"
> EndSection
>
> Section "Device"
>     Identifier                          "ATI Graphics Adapter"
>     Driver                              "fglrx"
> # ### generic DRI settings ###
> # === disable PnP Monitor  ===
>     Option                              "NoDDC"
> # === disable/enable XAA/DRI ===
>     Option "no_accel"                   "no"
>     Option "no_dri"                     "no"
> # === misc DRI settings ===
>     Option "mtrr"                       "off" # disable DRI mtrr mapper,
> driver has its own code for mtrr
> # ### FireGL DDX driver module specific settings ###
> # === Screen Management ===
>     Option "DesktopSetup"               "0x00000000"
>     Option "MonitorLayout"              "NONE, CRT"
>     Option "IgnoreEDID"                 "off"
>     Option "HSync2"                     "unspecified"
>     Option "VRefresh2"                  "unspecified"
>     Option "ScreenOverlap"              "0"
> # === TV-out Management ===
>     Option "NoTV"                       "yes"
>     Option "TVStandard"                 "NTSC-M"
>     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"
> # === OpenGL Overlay ===
> # Note: When OpenGL Overlay is enabled, Video Overlay
> #       will be disabled automatically
>     Option "OpenGLOverlay"              "off"
> # === Center Mode (Laptops only) ===
>     Option "CenterMode"                 "off"
> # === Pseudo Color Visuals (8-bit visuals) ===
>     Option "PseudoColorVisuals"         "off"
> # === QBS Management ===
>     Option "Stereo"                     "off"
>     Option "StereoSyncEnable"           "1"
> # === FSAA Management ===
>     Option "FSAAEnable"                 "no"
>     Option "FSAAScale"                  "1"
>     Option "FSAADisableGamma"           "no"
>     Option "FSAACustomizeMSPos"         "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"                 "0"
>     Option "BlockSignalsOnLock"         "off"  # was "on"
>     Option "UseInternalAGPGART"         "no"
>     Option "ForceGenericCPU"            "no"
>     Option "KernelModuleParm"           "agplock=0" # AGP locked user
> pages: disabled
>     BusID "PCI:1:0:0"    # vendor=1002, device=5961
>     Screen 0
> EndSection
>
> Section "Screen"
> 	Identifier "Screen0"
>         Device "ATI Graphics Adapter"
> 	# Device     "VideoCard0"
> 	Monitor    "Monitor0"
> 	DefaultDepth     24
> 	SubSection "Display"
> 		Viewport   0 0
> 		Depth     24
> 		Modes    "1024x768" "800x600" "640x480"
> 	EndSubSection
> EndSection
>
> Section "DRI"
> 	Mode         0666
> EndSection
>
> On Friday 18 June 2004 18:10, Felix Kühling wrote:
> > On Fri, 18 Jun 2004 17:16:29 +0100
> >
> > Adam J Watson <magius@warpdgfx.com> wrote:
> > > Oh, and 2.4 kernels don't detect KT600 chipset or at least not
> > > correctly
> > >
> > > On Friday 18 June 2004 17:14, Adam J Watson wrote:
> > > > Video Card: 	Sapphire Radeon 9200se 256MB
> > > > Motherboard: 	Soyo KT600 Dragon Plus w/ 1GB RAM
> > > >
> > > > OS: 			Fedora Core 2 (with kernel 2.6.6-1.435)
> > > > Drivers tested:   I've tried it with both the stock drivers from
> > > > fedora and from ATI (versions 3.9.0)
> >
> > In other words, you've never had working 3D support on your system. So
> > you can't claim that this is a 2.6-specific problem. The fact that you
> > get lockups with both DRI and ATI binary drivers points to a problem
> > outside the graphics driver. Possibly it's an AGP bridge problem. Try
> > different AGP speeds. They don't make such a big difference anyway.
> > Which options did you use in your XF86Config (or XOrg config ...).
> >
> > | Felix Kühling <fxkuehl@gmx.de>                     http://fxk.de.vu |
> > | PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3  B152 151C 5CC1 D888 E595 |
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
> > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
> > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
> > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
> > --
> > _______________________________________________
> > Dri-users mailing list
> > Dri-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/dri-users
>
> -------------------------------------------------------
> This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
> Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
> Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
> REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
> --
> _______________________________________________
> Dri-users mailing list
> Dri-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dri-users


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
--
_______________________________________________
Dri-users mailing list
Dri-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic