Date: Thu, 22 May 2003 22:51:05 -0400 From: "Adam Maas" <mykroft@explosive.mail.net> To: "nobody nobody" <freebsd_stable@hotmail.com>, <david@catwhisker.org> Cc: freebsd_stable@hotmail.com Subject: Re: Radeon VE won't work with XFree4.3.0.1 Message-ID: <002201c320d6$278b5a00$7419cdcd@ticking> References: <BAY8-F28lJcfuy01sIJ00030fc0@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message -----
From: "nobody nobody" <freebsd_stable@hotmail.com>
To: <david@catwhisker.org>
Cc: <freebsd-current@freebsd.org>; <freebsd_stable@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002201c320d6$278b5a00$7419cdcd>
