Bugzilla – Attachment 46018 Details for
Bug 104597
Radeon dualhead broken again
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Working Xorg.conf from 9.3
xorg.conf.radeon.dualhead (text/plain), 4.97 KB, created by
Lenz Grimmer
on 2005-08-15 07:15:07 UTC
(
hide
)
Description:
Working Xorg.conf from 9.3
Filename:
MIME Type:
Creator:
Lenz Grimmer
Created:
2005-08-15 07:15:07 UTC
Size:
4.97 KB
patch
obsolete
># /.../ ># SaX generated X11 config file ># Created on: 2004-10-11T13:05:56+0200. ># ># Version: 4.8 ># Contact: Marcus Schaefer <sax@suse.de>, 2002 ># ># Automatically generated by [ISaX] (4.8) ># PLEASE DO NOT EDIT THIS FILE! ># >Section "Files" > FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/local" > FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/Type1" > FontPath "/usr/X11R6/lib/X11/fonts/URW" > FontPath "/usr/X11R6/lib/X11/fonts/Speedo" > FontPath "/usr/X11R6/lib/X11/fonts/PEX" > FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" > FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1" > FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/kwintv" > FontPath "/usr/X11R6/lib/X11/fonts/truetype" > FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/CID" > FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1" > FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled" > FontPath "/usr/X11R6/lib/X11/fonts/xtest" > FontPath "/opt/kde3/share/fonts" > InputDevices "/dev/ttyS0" > InputDevices "/dev/ttyS1" > InputDevices "/dev/ttyS2" > InputDevices "/dev/ttyS3" > InputDevices "/dev/ttyS4" > InputDevices "/dev/ttyS5" > InputDevices "/dev/ttyS6" > InputDevices "/dev/ttyS7" > InputDevices "/dev/ttyS8" > InputDevices "/dev/psaux" > InputDevices "/dev/logibm" > InputDevices "/dev/sunmouse" > InputDevices "/dev/atibm" > InputDevices "/dev/amigamouse" > InputDevices "/dev/atarimouse" > InputDevices "/dev/inportbm" > InputDevices "/dev/gpmdata" > InputDevices "/dev/mouse" > InputDevices "/dev/usbmouse" > InputDevices "/dev/adbmouse" > InputDevices "/dev/input/mice" > InputDevices "/dev/input/event0" > InputDevices "/dev/pointer0" > InputDevices "/dev/pointer1" > InputDevices "/dev/pointer2" > InputDevices "/dev/pointer3" >EndSection > >Section "ServerFlags" > Option "AllowMouseOpenFail" >EndSection > >Section "Module" > Load "dbe" > Load "type1" > Load "freetype" > Load "extmod" > Load "glx" > # Load "dri" > Load "v4l" >EndSection > >Section "InputDevice" > Driver "kbd" > Identifier "Keyboard" > Option "Protocol" "Standard" > Option "XkbLayout" "de" > Option "XkbModel" "pc105" > Option "XkbRules" "xfree86" > Option "XkbVariant" "nodeadkeys" >EndSection > >Section "InputDevice" > Identifier "Mouse" > Driver "mouse" > Option "Protocol" "explorerps/2" > Option "Device" "/dev/input/mice" > Option "ZAxisMapping" "4 5" >EndSection > >Section "Monitor" > Identifier "Monitor0" > # HorizSync 30-81 > # VertRefresh 56-75 > Option "DPMS" >EndSection > >Section "Monitor" > Identifier "Monitor1" > # HorizSync 30-81 > # VertRefresh 56-75 > Option "DPMS" >EndSection > >Section "Device" > Identifier "radeon0" > BusID "1:0:0" > Screen 0 > Driver "radeon" > Option "DynamicClocks" "true" > Option "MonitorLayout" "LVDS, CRT" > Option "AGPMode" "4" > Option "AGPFastWrite" "yes" > # Option "ForceCRT2Type" "CRT" > Option "SubPixelOrder" "RGB" > # Option "CRT2HSync" "30-81" > # Option "CRT2VRefresh" "56-75" >EndSection > >Section "Device" > Identifier "radeon1" > BusID "1:0:0" > Screen 1 > Option "SubPixelOrder" "RGB" > Driver "radeon" >EndSection > >Section "Screen" > DefaultDepth 24 > SubSection "Display" > Depth 24 > Modes "1400x1050" "1280x1024" "1024x786" "800x600" > EndSubSection > Device "radeon0" > Identifier "Screen0" > Monitor "Monitor0" >EndSection > >Section "Screen" > DefaultDepth 24 > SubSection "Display" > Depth 24 > Modes "1280x1024" "1024x786" "800x600" > EndSubSection > Device "radeon1" > Identifier "Screen1" > Monitor "Monitor1" >EndSection > >Section "ServerLayout" > Identifier "Server Layout" > InputDevice "Keyboard" "CoreKeyboard" > InputDevice "Mouse" "CorePointer" > Option "Clone" "off" > Option "Xinerama" "on" > Screen "Screen0" > Screen "Screen1" RightOf "Screen0" >EndSection > >Section "DRI" > Group "video" > Mode 0660 >EndSection > >Section "Extensions" > Option "Composite" "Enable" >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 104597
:
45983
| 46018 |
46019