I have succedded in configuring XFree 4.2 for my Radeon 7500 video card, but I still have a little problem.
In fact, when I start XFree, it looks like it is doing some test on my screen, and only a few times I get a good display. Almost all the time, I have to shutdown the monitor and start it again in order to have a good display... In fact, the screen turns green, or sometimes red, or blue !
So I have joined my configuration file, if you find what seems to be wrong...
Ghis
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
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/Speedo/"
# FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID/"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
# Load "speedo"
# Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "Iiyama"
ModelName "Vision Master Pro 411"
HorizSync 30-86
VertRefresh 50-180
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525
Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +HSync +VSync
Modeline "1280x1024" 135.00 1280 1296 1440 1684 1024 1025 1028 1070 +HSync
+VSync
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 "ForcePCIMode" # [<bool>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
Option "AGPMode" "4" # <i>
#Option "AGPSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
Option "CrtScreen" "True" # [<bool>]
#Option "PanelSize" # [<str>]
#Option "UseFBDev" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI"
BoardName "Radeon 7500 QW"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768"
ViewPort 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
ViewPort 0 0
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
