GL problems with
Vulpes Velox
kitbsdlists at HotPOP.com
Mon Aug 25 08:14:05 PDT 2003
On Mon, 25 Aug 2003 11:02:47 +0200
Igor Pokrovsky <igor.pokrovsky at cnrm.meteo.fr> wrote:
> On Sun, Aug 24, 2003 at 04:32:18AM -0500, Vulpes Velox wrote:
> > I am running 4stable with a Radeon R100 QD [Radeon 7200] and XFree86 v.
> > 4.3.0 and I when ever I try to run anything that uses GL I end up with X
> > freezing and the keyboard becoming unresponsive. The only way I can solve
> > this is by sshing, suing to root, and either rebooting or killing and
> > restarting X.
> >
> > I have X compiled with -O or -O2... forget which.
>
> You have not gave us any clues... Post your configs, and you probably
> shouldn't change optimization compilation flags from defaults.
Here is the X config. As far as more info goes, it does it with any program that
uses GL. I've not noticed any thing similar between them all other than that.
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/"
FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts"
EndSection
Section "Module"
Load "int10"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
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"
HorizSync 31.5 - 82.0
VertRefresh 60.0 - 100.0
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 "AGPFastWrite" "True"# [<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 R100 QD [Radeon 7200]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400"
"512x384" "400x300" "320x240" "320x200" EndSubSection
SubSection "Display"
Depth 4
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400"
"512x384" "400x300" "320x240" "320x200" EndSubSection
SubSection "Display"
Depth 8
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400"
"512x384" "400x300" "320x240" "320x200" EndSubSection
SubSection "Display"
Depth 15
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400"
"512x384" "400x300" "320x240" "320x200" EndSubSection
SubSection "Display"
Depth 16
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400"
"512x384" "400x300" "320x240" "320x200" EndSubSection
SubSection "Display"
Depth 24
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" "640x400"
"512x384" "400x300" "320x240" "320x200" EndSubSection
SubSection "Display"
Depth 32
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
"640x400" "512x384" "400x300" "320x240" "320x200" EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
More information about the freebsd-stable
mailing list