James <wireless <at> tampabay.rr.com> writes:
> ideas?
I thought I'd post my working xorg.conf with ati-drivers-9.6.
It can probable be whittle down more, but it works with
xorg-server-1.6.2-r1 so I done for now.....
thx to all that help....
James
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
EndSection
Section "Files"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/default/ghostscript"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "dri"
Load "glx"
Load "GLcore"
Load "ddc"
Load "vbe"
Load "extmod"
Load "bitmap"
Load "record"
EndSection
#Section "ServerFlags"
# Option "AllowEmptyInput" "false"
#EndSection
Section "Monitor"
Identifier "sceptre20"
HorizSync 31.0 - 80.0
VertRefresh 60.0 - 75.0
EndSection
Section "Device"
Identifier "ati1900xt"
Driver "ati"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ati1900xt"
Monitor "sceptre20"
DefaultDepth 32
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1680x1050" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1680x1050" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1680x1050" "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1680x1050" "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "dri"
Group "video"
Mode 0666
EndSection