Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 63580 Details for
Bug 99284
nvidia-glx crashes X11 at startup with signal 11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
My X configuration
xorg.conf (text/plain), 5.93 KB, created by
Patric Mueller
on 2005-07-16 20:52:09 UTC
(
hide
)
Description:
My X configuration
Filename:
MIME Type:
Creator:
Patric Mueller
Created:
2005-07-16 20:52:09 UTC
Size:
5.93 KB
patch
obsolete
>Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" >EndSection > >Section "Files" > RgbPath "/usr/lib/X11/rgb" > ModulePath "/usr/lib/modules" > FontPath "/usr/share/fonts/misc/" > FontPath "/usr/share/fonts/TTF/" > FontPath "/usr/share/fonts/Type1/" > FontPath "/usr/share/fonts/CID/" > FontPath "/usr/share/fonts/75dpi/" > FontPath "/usr/share/fonts/100dpi/" >EndSection > >Section "Module" > Load "glx" > #Load "record" > #Load "extmod" > #Load "dbe" > #Load "dri" > #Load "xtrap" > #Load "freetype" > #Load "type1" >EndSection > >Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" >EndSection > >Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "ImPS/2" > Option "Device" "/dev/usbmouse" > Option "Buttons" "5" # you may need to force the number of buttons on the mouse > Option "ZAxisMapping" "4 5" # adding this enables the scroll wheel >EndSection > > ># ********************************************************************** > ># Any number of monitor sections may be present > >Section "Monitor" > > Identifier "CompaqPresario1725" > > # 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-65 > > # 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 > > UseModes "Modes[0]" >EndSection > >Section "Modes" > Identifier "Modes[0]" > ModeLine "800x600" 71.68 800 840 1040 1120 600 602 614 640 #100Hz > ModeLine "1024x768" 91.01 1024 1072 1312 1408 768 770 782 808 #80Hz > ModeLine "1152x864" 98.58 1152 1200 1440 1536 864 866 878 904 #71Hz >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 "DigitalVibrance" # <i> > #Option "NoFlip" # [<bool>] > #Option "Dac8Bit" # [<bool>] > #Option "NoLogo" # [<bool>] > #Option "UBB" # [<bool>] > #Option "Stereo" # <i> > #Option "SWcursor" # [<bool>] > #Option "HWcursor" # [<bool>] > #Option "VideoKey" # <i> > #Option "NvAGP" # <i> > #Option "IgnoreEDID" # [<bool>] > #Option "NoDDC" # [<bool>] > #Option "ConnectedMonitor" # <str> > #Option "ConnectedMonitors" # <str> > #Option "TVStandard" # <str> > #Option "TVOutFormat" # <str> > #Option "RenderAccel" # [<bool>] > #Option "CursorShadow" # [<bool>] > #Option "CursorShadowAlpha" # <i> > #Option "CursorShadowXOffset" # <i> > #Option "CursorShadowYOffset" # <i> > #Option "UseEdidFreqs" # [<bool>] > #Option "FlatPanelProperties" # <str> > #Option "TwinView" # [<bool>] > #Option "TwinViewOrientation" # <str> > #Option "SecondMonitorHorizSync" # <str> > #Option "SecondMonitorVertRefresh" # <str> > #Option "MetaModes" # <str> > #Option "UseInt10Module" # [<bool>] > #Option "NoTwinViewXineramaInfo" # [<bool>] > #Option "NoRenderExtension" # [<bool>] > #Option "Overlay" # [<bool>] > #Option "CIOverlay" # [<bool>] > #Option "ForceEmulatedOverlay" # [<bool>] > #Option "TransparentIndex" # <i> > #Option "OverlayDefaultVisual" # [<bool>] > #Option "NvEmulate" # <i> > #Option "NoBandWidthTest" # [<bool>] > #Option "CustomEDID-CRT-0" # <str> > #Option "CustomEDID-CRT-1" # <str> > #Option "CustomEDID-DFP-0" # <str> > #Option "CustomEDID-DFP-1" # <str> > #Option "CustomEDID-TV-0" # <str> > #Option "CustomEDID-TV-1" # <str> > #Option "TVOverScan" # <f> > #Option "IgnoreDisplayDevices" # <str> > #Option "MultisampleCompatibility" # [<bool>] > #Option "RegistryDwords" # <str> > #Option "RegistryBinary" # <str> > #Option "NoPowerConnectorCheck" # [<bool>] > #Option "AllowDFPStereo" # [<bool>] > #Option "XvMCUsesTextures" # [<bool>] > #Option "HorizSync" # <str> > #Option "VertRefresh" # <str> > #Option "AllowGLXWithComposite" # [<bool>] > Identifier "Card0" > Driver "nvidia" > VendorName "nVidia Corporation" > BoardName "nVidia Corporation NV41.1 [GeForce 6800] (rev a2)" > BusID "PCI:1:0:0" >EndSection > >Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "CompaqPresario1725" > DefaultDepth 16 > > Subsection "Display" > Depth 8 > Modes "1280x1024" "1024x768" "800x600" "640x480" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 16 > #Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480" > Modes "1024x768" "800x600" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "1152x864" "1024x768" "800x600" > ViewPort 0 0 > 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
.
View Attachment As Raw
Actions:
View
Attachments on
bug 99284
:
63579
| 63580 |
63585
|
63608