Bugzilla – Attachment 59704 Details for
Bug 136677
radeon: X dies of SIGFPE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
hand-crafted X config
xorg.conf (text/plain), 9.68 KB, created by
Andreas Schwab
on 2005-12-02 14:20:12 UTC
(
hide
)
Description:
hand-crafted X config
Filename:
MIME Type:
Creator:
Andreas Schwab
Created:
2005-12-02 14:20:12 UTC
Size:
9.68 KB
patch
obsolete
>Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen1" 0 0 > Screen 1 "Screen0" LeftOf "Screen1" > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > InputDevice "vncMouse" "ExtraPointer" > InputDevice "vncKeyboard" "ExtraKeyboard" >EndSection > >Section "Files" > RgbPath "/usr/X11R6/lib/X11/rgb" > ModulePath "/usr/X11R6/lib/modules" > FontPath "/usr/X11R6/lib/X11/fonts/misc/" > FontPath "/usr/X11R6/lib/X11/fonts/TTF/" > FontPath "/usr/X11R6/lib/X11/fonts/Type1/" > FontPath "/usr/X11R6/lib/X11/fonts/CID/" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" >EndSection > >Section "Module" > Load "glx" > Load "extmod" > Load "xtrap" > Load "record" > Load "dbe" > Load "dri" > Load "freetype" > Load "type1" > Load "vnc" >EndSection > >Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbLayout" "us" > Option "XkbModel" "pc101" > Option "XkbOptions" "ctrl:nocaps" > Option "XkbRules" "xfree86" > Option "XkbVariant" "nodeadkeys" >EndSection > >Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/input/mice" > Option "ZAxisMapping" "4 5 6 7" > Option "Buttons" "5" >EndSection > >Section "InputDevice" > Identifier "vncKeyboard" > Driver "rfbkeyb" >EndSection > >Section "InputDevice" > Identifier "vncMouse" > Driver "rfbmouse" >EndSection > >Section "Monitor" > #DisplaySize 500 310 # mm > Identifier "Monitor0" > VendorName "SNY" > ModelName "SDM-P234" > ### Uncomment if you don't want to default to DDC: ># HorizSync 28.0 - 75.0 ># VertRefresh 57.0 - 63.0 > Option "DPMS" >EndSection > >Section "Monitor" > #DisplaySize 500 310 # mm > Identifier "Monitor1" > VendorName "SNY" > ModelName "SDM-P234" > ### Uncomment if you don't want to default to DDC: ># HorizSync 28.0 - 75.0 ># VertRefresh 57.0 - 63.0 > Option "DPMS" >EndSection > >Section "Device" > ### Available Driver options are:- > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [<bool>] > #Option "SWcursor" # [<bool>] > #Option "Dac6Bit" # [<bool>] > #Option "Dac8Bit" # [<bool>] > #Option "BusType" # [<str>] > #Option "CPPIOMode" # [<bool>] > #Option "CPusecTimeout" # <i> > #Option "AGPMode" # <i> > #Option "AGPFastWrite" # [<bool>] > #Option "AGPSize" # <i> > #Option "GARTSize" # <i> > #Option "RingSize" # <i> > #Option "BufferSize" # <i> > #Option "EnableDepthMoves" # [<bool>] > #Option "EnablePageFlip" # [<bool>] > #Option "NoBackBuffer" # [<bool>] > #Option "DMAForXv" # [<bool>] > #Option "PanelOff" # [<bool>] > #Option "DDCMode" # [<bool>] > #Option "MonitorLayout" # [<str>] > #Option "IgnoreEDID" # [<bool>] > #Option "UseFBDev" # [<bool>] > #Option "MergedFB" # [<bool>] > #Option "CRT2HSync" # [<str>] > #Option "CRT2VRefresh" # [<str>] > #Option "CRT2Position" # [<str>] > #Option "MetaModes" # [<str>] > #Option "MergedDPI" # [<str>] > #Option "MergedXinerama" # [<bool>] > #Option "MergedXineramaCRT2IsScreen0" # [<bool>] > #Option "MergedNonRectangular" # [<bool>] > #Option "MergedMouseRestriction" # [<bool>] > #Option "DisplayPriority" # [<str>] > #Option "PanelSize" # [<str>] > #Option "ForceMinDotClock" # <freq> > #Option "ColorTiling" # [<bool>] > #Option "VideoKey" # <i> > #Option "RageTheatreCrystal" # <i> > #Option "RageTheatreTunerPort" # <i> > #Option "RageTheatreCompositePort" # <i> > #Option "RageTheatreSVideoPort" # <i> > #Option "TunerType" # <i> > #Option "RageTheatreMicrocPath" # <str> > #Option "RageTheatreMicrocType" # <str> > #Option "RenderAccel" # [<bool>] > #Option "SubPixelOrder" # [<str>] > #Option "ShowCache" # [<bool>] > #Option "DynamicClocks" # [<bool>] > #Option "BIOSHotkeys" # [<bool>] > #Option "VGAAccess" # [<bool>] > #Option "ReverseDDC" # [<bool>] > #Option "LVDSProbePLL" # [<bool>] > #Option "AccelMethod" # <str> > Identifier "Card0" > Driver "radeon" > VendorName "ATI Technologies Inc" > BoardName "R420 JM [FireGL X3]" > BusID "PCI:1@6:0:0" > Option "usevnc" > Option "rfbauth" "/root/.vnc/passwd" >EndSection > >Section "Device" > ### Available Driver options are:- > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [<bool>] > #Option "SWcursor" # [<bool>] > #Option "Dac6Bit" # [<bool>] > #Option "Dac8Bit" # [<bool>] > #Option "BusType" # [<str>] > #Option "CPPIOMode" # [<bool>] > #Option "CPusecTimeout" # <i> > #Option "AGPMode" # <i> > #Option "AGPFastWrite" # [<bool>] > #Option "AGPSize" # <i> > #Option "GARTSize" # <i> > #Option "RingSize" # <i> > #Option "BufferSize" # <i> > #Option "EnableDepthMoves" # [<bool>] > #Option "EnablePageFlip" # [<bool>] > #Option "NoBackBuffer" # [<bool>] > #Option "DMAForXv" # [<bool>] > #Option "PanelOff" # [<bool>] > #Option "DDCMode" # [<bool>] > #Option "MonitorLayout" # [<str>] > #Option "IgnoreEDID" # [<bool>] > #Option "UseFBDev" # [<bool>] > #Option "MergedFB" # [<bool>] > #Option "CRT2HSync" # [<str>] > #Option "CRT2VRefresh" # [<str>] > #Option "CRT2Position" # [<str>] > #Option "MetaModes" # [<str>] > #Option "MergedDPI" # [<str>] > #Option "MergedXinerama" # [<bool>] > #Option "MergedXineramaCRT2IsScreen0" # [<bool>] > #Option "MergedNonRectangular" # [<bool>] > #Option "MergedMouseRestriction" # [<bool>] > #Option "DisplayPriority" # [<str>] > #Option "PanelSize" # [<str>] > #Option "ForceMinDotClock" # <freq> > #Option "ColorTiling" # [<bool>] > #Option "VideoKey" # <i> > #Option "RageTheatreCrystal" # <i> > #Option "RageTheatreTunerPort" # <i> > #Option "RageTheatreCompositePort" # <i> > #Option "RageTheatreSVideoPort" # <i> > #Option "TunerType" # <i> > #Option "RageTheatreMicrocPath" # <str> > #Option "RageTheatreMicrocType" # <str> > #Option "RenderAccel" # [<bool>] > #Option "SubPixelOrder" # [<str>] > #Option "ShowCache" # [<bool>] > #Option "DynamicClocks" # [<bool>] > #Option "BIOSHotkeys" # [<bool>] > #Option "VGAAccess" # [<bool>] > #Option "ReverseDDC" # [<bool>] > #Option "LVDSProbePLL" # [<bool>] > #Option "AccelMethod" # <str> > Identifier "Card1" > Driver "radeon" > VendorName "ATI Technologies Inc" > BoardName "R420 JM [FireGL X3]" > BusID "PCI:1@5:0:0" > Option "usevnc" > Option "rfbauth" "/root/.vnc/passwd" >EndSection > >Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > DefaultDepth 16 > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 1 > EndSubSection > SubSection "Display" > Depth 4 > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > EndSubSection > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 8 > EndSubSection > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 15 > EndSubSection > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 16 > EndSubSection > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 24 > EndSubSection >EndSection > >Section "Screen" > Identifier "Screen1" > Device "Card1" > Monitor "Monitor1" > DefaultDepth 16 > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 1 > EndSubSection > SubSection "Display" > Depth 4 > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > EndSubSection > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 8 > EndSubSection > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 15 > EndSubSection > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 16 > EndSubSection > SubSection "Display" > Modes "1920x1200" "1600x1200" "1280x1024" "1280x960" > Depth 24 > EndSubSection >EndSection >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 136677
:
59701
| 59704 |
138348