Radeon VE won't work with XFree4.3.0.1
Adam Maas
mykroft at explosive.mail.net
Thu May 22 19:50:30 PDT 2003
----- Original Message -----
From: "nobody nobody" <freebsd_stable at hotmail.com>
To: <david at catwhisker.org>
Cc: <freebsd-current at freebsd.org>; <freebsd_stable at hotmail.com>
Sent: Thursday, May 22, 2003 9:18 PM
Subject: Re: Radeon VE won't work with XFree4.3.0.1
> ------XFree86config.new ------
> 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 "/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"
> EndSection
>
> Section "InputDevice"
> Identifier "Mouse0"
> Driver "mouse"
> Option "Protocol" "auto"
> Option "Device" "/dev/sysmouse"
> EndSection
>
> Section "Monitor"
> Identifier "Monitor0"
> VendorName "Monitor Vendor"
> ModelName "Monitor Model"
> 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" # <i>
> #Option "AGPFastWrite" # [<bool>]
> #Option "AGPSize" # <i>
> #Option "RingSize" # <i>
> #Option "BufferSize" # <i>
> #Option "EnableDepthMoves" # [<bool>]
> #Option "EnablePageFlip" # [<bool>]
> #Option "NoBackBuffer" # [<bool>]
> #Option "PanelOff" # [<bool>]
> #Option "DDCMode" # [<bool>]
> #Option "CloneDisplay" # <i>
> #Option "CloneMode" # [<str>]
> #Option "CloneHSync" # [<str>]
> #Option "CloneVRefresh" # [<str>]
> #Option "UseFBDev" # [<bool>]
> #Option "VideoKey" # <i>
> Identifier "Card0"
> Driver "ati"
> VendorName "ATI Technologies Inc"
> BoardName "Radeon RV100 QY [Radeon 7000/VE]"
> BusID "PCI:1:0:0"
> EndSection
>
> Section "Screen"
> Identifier "Screen0"
> Device "Card0"
> Monitor "Monitor0"
> SubSection "Display"
> Depth 1
> EndSubSection
> SubSection "Display"
> Depth 4
> EndSubSection
> SubSection "Display"
> Depth 8
> EndSubSection
> SubSection "Display"
> Depth 15
> EndSubSection
> SubSection "Display"
> Depth 16
> EndSubSection
> SubSection "Display"
> Depth 24
> EndSubSection
> EndSection
>
There are no resolutions defined. That is your problem.
pick a colour depth and add a resolution. On my laptop, this is what I use:
SubSection "Display"
Depth 16
Modes "800x600"
That's for 16 bit colour at 800x600. You can pick any resolution that your
display supports. If it's an LCD, pick it's nativbe (Or Maximum) resolution.
You will also likely want to add
Section "DRI"
Mode 0666
EndSection
to the end of your config file.
Adam
More information about the freebsd-current
mailing list