|
|
发表于 2006-3-26 12:47:44
|
显示全部楼层
ati PCIE X600显卡,gentoo-sources-2.6.16、gcc4.1安装后出错了。
glxgears:- *********************************WARN_ONCE*********************************
- File r300_ioctl.c function r300Clear line 555
- CB_DPATH has been enabled.
- Please let me know if this introduces new instabilities.
- ***************************************************************************
- drmRadeonCmdBuffer: -22 (exiting)
复制代码
dmesg:- <6>[drm] Initialized drm 1.0.1 20051102
- PCI: Unable to reserve mem region #1:10000000@d0000000 for device 0000:01:00.0
- GSI 22 sharing vector 0xE9 and IRQ 22
- ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 18 (level, low) -> IRQ 233
- PCI: Setting latency timer of device 0000:01:00.0 to 64
- [drm] Initialized radeon 1.24.0 20060225 on minor 0:
- [drm] Used old pci detect: framebuffer loaded
- [drm] Setting GART location based on old memory map
- [drm] Loading R300 Microcode
- [drm] writeback test succeeded in 1 usecs
- [drm:r300_emit_3d_load_vbpntr] *ERROR* Offset failed range check (k=0 i=2) while processing 3D_LOAD_VBPNTR packet.
- [drm:r300_emit_packet3] *ERROR* r300_emit_raw_packet3 failed
- [drm:r300_do_cp_cmdbuf] *ERROR* r300_emit_packet3 failed
- [drm:r300_emit_3d_load_vbpntr] *ERROR* Offset failed range check (k=0 i=2) while processing 3D_LOAD_VBPNTR packet.
- [drm:r300_emit_packet3] *ERROR* r300_emit_raw_packet3 failed
- [drm:r300_do_cp_cmdbuf] *ERROR* r300_emit_packet3 failed
- [drm:r300_emit_3d_load_vbpntr] *ERROR* Offset failed range check (k=0 i=2) while processing 3D_LOAD_VBPNTR packet.
- [drm:r300_emit_packet3] *ERROR* r300_emit_raw_packet3 failed
- [drm:r300_do_cp_cmdbuf] *ERROR* r300_emit_packet3 failed
- [drm] Setting GART location based on old memory map
- [drm] Loading R300 Microcode
- [drm] writeback test succeeded in 1 usecs
- [drm:r300_emit_3d_load_vbpntr] *ERROR* Offset failed range check (k=0 i=2) while processing 3D_LOAD_VBPNTR packet.
- [drm:r300_emit_packet3] *ERROR* r300_emit_raw_packet3 failed
- [drm:r300_do_cp_cmdbuf] *ERROR* r300_emit_packet3 failed
复制代码
xorg.conf- # File generated by xorgconfig.
- # **********************************************************************
- # Refer to the xorg.conf(5x) man page for details about the format of
- # this file.
- # **********************************************************************
- # **********************************************************************
- # Module section -- this section is used to specify
- # which dynamically loadable modules to load.
- # **********************************************************************
- #
- Section "Module"
- # This loads the DBE extension module.
- Load "dbe" # Double buffer extension
- # This loads the miscellaneous extensions module, and disables
- # initialisation of the XFree86-DGA extension within that module.
- SubSection "extmod"
- Option "omit xfree86-dga" # don't initialise the DGA extension
- EndSubSection
- # This loads the font modules
- # Load "type1"
- # Load "speedo"
- Load "freetype"
- # Load "xtt"
- # This loads the GLX module
- Load "glx"
- # This loads the DRI module
- Load "dri"
- # This load the DRM module
- Load "drm"
- EndSection
- # **********************************************************************
- # Files section. This allows default font and rgb paths to be set
- # **********************************************************************
- Section "Files"
- # 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.
- # RgbPath "/usr/share/X11/rgb"
- # Multiple FontPath entries are allowed (which are concatenated together),
- # as well as specifying multiple comma-separated entries in one FontPath
- # command (or a combination of both methods)
- #
- #
- FontPath "/usr/share/fonts/misc"
- FontPath "/usr/share/fonts/75dpi"
- FontPath "/usr/share/fonts/100dpi"
- FontPath "/usr/share/fonts/TTF"
- FontPath "/usr/share/fonts/Type1"
- # FontPath "/usr/lib/X11/fonts/local/"
- # FontPath "/usr/lib/X11/fonts/misc/"
- # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
- # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
- # FontPath "/usr/lib/X11/fonts/Speedo/"
- # FontPath "/usr/lib/X11/fonts/Type1/"
- # FontPath "/usr/lib/X11/fonts/TrueType/"
- # FontPath "/usr/lib/X11/fonts/freefont/"
- # FontPath "/usr/lib/X11/fonts/75dpi/"
- # FontPath "/usr/lib/X11/fonts/100dpi/"
- # The module search path. The default path is shown here.
- # ModulePath "/usr/lib/modules"
- EndSection
- # **********************************************************************
- # Server flags section.
- # **********************************************************************
- Section "ServerFlags"
- EndSection
- # **********************************************************************
- # Input devices
- # **********************************************************************
- # **********************************************************************
- # Core keyboard's InputDevice section
- # **********************************************************************
- Section "InputDevice"
- Identifier "Keyboard1"
- Driver "kbd"
- Option "AutoRepeat" "500 30"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc101"
- Option "XkbLayout" "us"
- EndSection
- # **********************************************************************
- # Core Pointer's InputDevice section
- # **********************************************************************
- Section "InputDevice"
- Identifier "Mouse1"
- Driver "mouse"
- Option "Protocol" "IMPS/2" # IntelliMouse PS/2
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- # **********************************************************************
- # Monitor section
- # **********************************************************************
- Section "Monitor"
- Identifier "Maya"
- # HorizSync is in kHz unless units are specified.
- # HorizSync may be a comma separated list of discrete values, or a
- # comma separated list of ranges of values.
- # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
- # USER MANUAL FOR THE CORRECT NUMBERS.
- HorizSync 31.5 - 64.3
- # HorizSync 30-64 # multisync
- # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
- # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
- # VertRefresh is in Hz unless units are specified.
- # VertRefresh may be a comma separated list of discrete values, or a
- # comma separated list of ranges of values.
- # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
- # USER MANUAL FOR THE CORRECT NUMBERS.
- VertRefresh 50-100
- EndSection
- # **********************************************************************
- # Graphics device section
- # **********************************************************************
- # Device configured by xorgconfig:
- Section "Device"
- Identifier "X600"
- Driver "radeon"
- Option "AGPMode" "4"
- Option "RenderAccel" "on"
- Option "EnablePageFlip" "True"
- # This two lines are needed to prevent fonts from being scrambled
- Option "XaaNoScanlineImageWriteRect"
- Option "XaaNoScanlineCPUToScreenColorExpandFill"
- BusID "PCI:1:0:0"
- #VideoRam 262144
- # Insert Clocks lines here if appropriate
- EndSection
- # **********************************************************************
- # Screen sections
- # **********************************************************************
- # Any number of screen sections may be present. Each describes
- # the configuration of a single screen. A single specific screen section
- # may be specified from the X server command line with the "-screen"
- # option.
- Section "Screen"
- Identifier "Screen 1"
- Device "X600"
- Monitor "Maya"
- DefaultDepth 24
- Subsection "Display"
- Depth 8
- Modes "1280x1024" "1024x768" "800x600" "640x480"
- ViewPort 0 0
- EndSubsection
- Subsection "Display"
- Depth 16
- Modes "1280x1024" "1024x768" "800x600" "640x480"
- ViewPort 0 0
- EndSubsection
- Subsection "Display"
- Depth 24
- Modes "1280x1024" "1024x768" "800x600" "640x480"
- ViewPort 0 0
- EndSubsection
- EndSection
- # **********************************************************************
- # ServerLayout sections.
- # **********************************************************************
- # Any number of ServerLayout sections may be present. Each describes
- # the way multiple screens are organised. A specific ServerLayout
- # section may be specified from the X server command line with the
- # "-layout" option. In the absence of this, the first section is used.
- # When now ServerLayout section is present, the first Screen section
- # is used alone.
- Section "ServerLayout"
- # The Identifier line must be present
- Identifier "Simple Layout"
- # Each Screen line specifies a Screen section name, and optionally
- # the relative position of other screens. The four names after
- # primary screen name are the screens to the top, bottom, left and right
- # of the primary screen. In this example, screen 2 is located to the
- # right of screen 1.
- Screen "Screen 1"
- # Each InputDevice line specifies an InputDevice section name and
- # optionally some options to specify the way the device is to be
- # used. Those options include "CorePointer", "CoreKeyboard" and
- # "SendCoreEvents".
- InputDevice "Mouse1" "CorePointer"
- InputDevice "Keyboard1" "CoreKeyboard"
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
复制代码 |
|