i did checked, i do not have any /etc/drirc or ~/.drirc

and
it is work with only one screen section
but for the two screen.

this is my xorg.conf of two screen

thank you for your reply!!
# xorg.conf


Section "ServerLayout"
       Identifier              "Multihead layout"
       Screen       0  "Screen0" 0     0
       Screen       1  "Screen1" RightOf "Screen0"
       InputDevice   "Mouse0" "CorePointer"
       InputDevice   "Keyboard0" "CoreKeyboard"
       #Option "Xinerama"      "on"
EndSection

Section "Files"
   ModulePath "/usr/lib/modules/extensions"
   ModulePath "/usr/lib/xorg/modules"
   FontPath   "/usr/share/fonts/misc/"
   FontPath   "/usr/share/fonts/Type1/"
   FontPath   "/usr/share/fonts/75dpi/"
   FontPath   "/usr/share/fonts/100dpi/"
   FontPath   "/usr/share/fonts/MS/"
   FontPath   "/usr/share/fonts/cyrillic/"
   FontPath   "/usr/share/fonts/default/"
   FontPath   "/usr/share/fonts/ttf-bitstream-vera/"
   FontPath   "/usr/share/fonts/arphicfonts/"
   FontPath   "/usr/share/fonts/encodings/"
   FontPath   "/usr/share/fonts/baekmuk-fonts/"
   FontPath   "/usr/share/fonts/kochi-substitute/"
   FontPath   "/usr/share/fonts/util/"
   FontPath   "/usr/share/fonts/corefonts/"
   FontPath   "/usr/share/fonts/wqy-bitmapfont/"

   InputDevices "/dev/psaux"
   InputDevices "/dev/mouse"
EndSection

Section "Module"
       Load  "dbe"
       Load  "extmod"
       Load  "fbdevhw"
       Load  "glx"
       Load  "record"
       Load  "freetype"
       Load  "type1"
       Load  "dri"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       #Driver      "evdev"
       Driver      "mouse"
       #Option     "Protocol" "IMPS/2"
       #Option "Device"      "/dev/input/mice"
       #Option     "ZAxisMapping" "4 5"
       #Option     "Emulate3Buttons" "no"
       #Option                 "Buttons"       "3"
EndSection

Section "Monitor"
       Identifier   "Monitor0"
       VendorName "Dell"
       HorizSync 30.0 - 81.0
       VertRefresh 56.0 - 76.0
       Option "dpms" "True"
EndSection

Section "Monitor"
       Identifier   "Monitor1"
       VendorName "Dell"
       HorizSync 30.0 - 81.0
       VertRefresh 56.0 - 76.0
       Option "dpms" "True"
EndSection

Section "Device"
       Identifier  "Videocard0"
       Driver      "radeon"
       VendorName  "ATI"
       BoardName   "ATI Radeon 7000 Dual VGA"
      Option          "AGPMode" "4"
#       Option      "HWCursor" "True"
       Option          "AGPFastWrite" "yes"
       Option          "EnablePageFlip" "on"
       Option          "RenderAccel" "on"
       Option          "AccelMethod"   "EXA" # or XXA
       #Option         "MergedFB" "on"
       #Option                 "MetaModes" "1280x1024-1280x1024"
       #Option                 "CRT2Position" "LeftOf"
       Option "BusType"        "PCI"
       BusId   "PCI:4:0:0"

       Screen          0
EndSection

Section "Device"
       Identifier  "Videocard1"
       Driver      "i810"
       BusId   "PCI:0:2:0"
       Option  "Rotate"        "90"
       VideoRam        65536
       #Screen      1
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Videocard0"
       Monitor    "Monitor0"
       DefaultDepth     24
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes   "1280x1024"
       EndSubSection
EndSection

Section "Screen"
       Identifier "Screen1"
       Device     "Videocard1"
       Monitor    "Monitor1"
       DefaultDepth     24
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes   "1280x1024"
       EndSubSection
EndSection

Section "DRI"
       Group        0
       Mode         0666
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver  "kbd"
       Option  "CoreKeyboard"
       Option  "XkbRules" "xorg"
       Option  "XkbModel" "pc104"
       Option  "XkbLayout" "us"
       Option  "XkbOptions" "grp:toggle,grp_led:scroll"
       Option  "XkbVariant" ",winkeys"
EndSection
- Show quoted text -

On 10/9/07, Michel Dänzer <[EMAIL PROTECTED]> wrote:
>
> On Tue, 2007-10-09 at 00:07 +0800, Alec Liu wrote:
> >
> > glxinfo: ../common/xmlconfig.c:110: findOption: Assertion `i < size' failed.
> > Aborted
>
> Can you run in gdb and get a backtrace? Preferably with debugging
> symbols.
>
> As pointed out by Jérôme, please provide any /etc/drirc and/or ~/.drirc
> files.
>
> Does it also happen if you start X with only one screen section enabled
> in xorg.conf?
>
>
> --
> Earthling Michel Dänzer           |          http://tungstengraphics.com
> Libre software enthusiast         |          Debian, X and DRI developer
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to