Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 152613 Details for
Bug 220945
x11-base/xorg-server-1.4.0.90-r3 hard locks on low resolutions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xorg.conf
xorg.conf (text/plain), 6.01 KB, created by
James L. Hammons
on 2008-05-09 13:20:35 UTC
(
hide
)
Description:
xorg.conf
Filename:
MIME Type:
Creator:
James L. Hammons
Created:
2008-05-09 13:20:35 UTC
Size:
6.01 KB
patch
obsolete
># File: xorg.conf ># File generated by fglrxconfig (C) ATI Research, a substitute for xf86config. ># ********************************************************************** ># DRI Section ># ********************************************************************** ># === ATI device section === > >Section "ServerLayout" > ># The Identifier line must be present > Identifier "Server Layout" > Screen "Screen0" 0 0 > InputDevice "Mouse2" "CorePointer" > InputDevice "Keyboard1" "CoreKeyboard" >EndSection > >Section "Files" > ># FontPath "/usr/share/fonts/Speedo/" ># FontPath "/usr/share/fonts/local" > ># Seems this is NOT the default, so we specify it here... >#Doesn't seem to do anything... >#(EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed (/usr/lib/dri/fglrx_dri.so: cannot open shared object file: No such file or directory) > ModulePath "/usr/lib/xorg/modules" > FontPath "/usr/share/fonts/misc" > FontPath "/usr/share/fonts/75dpi:unscaled" > FontPath "/usr/share/fonts/100dpi:unscaled" > FontPath "/usr/local/share/fonts" >EndSection > >Section "Module" > Load "dbe" # Double buffer extension > SubSection "extmod" > Option "omit xfree86-dga" # don't initialise the DGA extension > EndSubSection > Load "type1" > Load "freetype" ># Uncomment this only for the open source radeon driver (?) > Load "dri" # libdri.a > Load "glx" # libglx.a ># Uncomment this only for the closed source fglrx driver (?) ># Load "drm" # libdrm.a >EndSection > >Section "InputDevice" > Identifier "Keyboard1" > Driver "kbd" > Option "AutoRepeat" "500 30" > Option "XkbModel" "pc101" > Option "XkbLayout" "us" >EndSection > >Section "InputDevice" > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "Microsoft" > Option "Device" "/dev/ttyS0" >EndSection > >Section "InputDevice" > Identifier "Mouse2" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/input/mouse0" > Option "ZAxisMapping" "4 5" >EndSection > >Section "Monitor" > Identifier "Monitor0" ># HorizSync 31.5 - 80.5 ># VertRefresh 60.0 - 100.0 > Option "DPMS" >#Not sure if this will work, but what the heck >#Nope, doesn't do crap ># DisplaySize 305 241 >EndSection > >Section "Device" > Identifier "Standard VGA" > Driver "vga" > VendorName "Unknown" > BoardName "Unknown" >EndSection > >Section "Device" > ># Settings for the xorg driver: > Identifier "ATI Graphics Adapter" > Driver "radeon" >## Option "no_accel" "no" >## Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr >## Option "MonitorLayout" "AUTO, AUTO" > Option "GARTSize" "128" > Option "AGPMode" "8" > Option "RenderAccel" "on" > # This two lines are needed to prevent fonts from being scrambled > Option "XaaNoScanlineImageWriteRect" > Option "XaaNoScanlineCPUToScreenColorExpandFill" > # Misc > BusID "PCI:1:0:0" > Screen 0 > > ># ### generic DRI settings ### ># === disable PnP Monitor === ># Option "NoDDC" ># === disable/enable XAA/DRI === ># ### FireGL DDX driver module specific settings ### ># === Screen Management === ># Option "NoTV" "yes" ># Note: When OpenGL Overlay is enabled, Video Overlay ># will be disabled automatically > # vendor=1002, device=4e44 ># Identifier "ATI Graphics Adapter" ># Driver "fglrx" ># 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 ># Option "DesktopSetup" "0x00000000" ># Option "MonitorLayout" "AUTO, AUTO" ># Option "IgnoreEDID" "off" ># Option "HSync2" "unspecified" ># Option "VRefresh2" "unspecified" ># Option "ScreenOverlap" "0" ># === TV-out Management === ># 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 === ># 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" "on" ># Option "UseInternalAGPGART" "no" ># Option "ForceGenericCPU" "no" ># BusID "PCI:1:0:0" >EndSection > >Section "Screen" > > #Option "backingstore" > Identifier "Screen0" > Device "ATI Graphics Adapter" > Monitor "Monitor0" > DefaultDepth 24 > SubSection "Display" > # initial origin if mode is smaller than desktop ># Virtual 1280 1024 > Viewport 0 0 > Depth 24 ># Modes "1152x864" "1024x768" "800x600" "640x480" "1280x1024" "400x300" ># Modes "1152x864" "1024x768" "800x600" "640x480" "400x300" >#400x300 causes the driver to lock up for some reason... > Modes "1152x864" "1024x768" "800x600" "640x480" "1280x1024" > EndSubSection >EndSection > >Section "DRI" ># Access to OpenGL ICD is allowed for all users: ># Access to OpenGL ICD is restricted to a specific user group: ># Group 100 # users ># Mode 0660 > Mode 0666 >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 220945
:
152611
| 152613