View previous topic :: View next topic |
Author |
Message |
fr3sh n00b
Joined: 25 Jul 2005 Posts: 55
|
Posted: Tue Sep 20, 2005 3:34 pm Post subject: OpenGL Problem with my ATI 9100 IGP in a Pundit-R Barebone |
|
|
Hi there
i have a little problem with my OpenGL settings. Every time i launch an OpenGL application or a game, my X freezes... no way out to a terminal or something.
If i disable the "load dri" in my xorg, every thing works fine (except gl... ).
So why is my whole system crashing down, if i try to use OpenGL???
My Hardware:
- Asus Pundit-R
- ATI 9100 IGP
the output of fglrxinfo:
Code: |
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9000/9100 IGP Series DDR Generic
OpenGL version string: 1.3.1003 (X4.3.0-8.14.13)
|
my xorg.conf:
Code: |
#------------------------------------------------------------------------
Section "dri"
Mode 0666
EndSection
#------------------------------------------------------------------------
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection
#------------------------------------------------------------------------
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
#------------------------------------------------------------------------
Section "ServerFlags"
EndSection
#------------------------------------------------------------------------
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
#------------------------------------------------------------------------
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons"
EndSection
#------------------------------------------------------------------------
Section "Monitor"
Identifier "Monitor0"
HorizSync 31-81
VertRefresh 56-76
Option "DPMS"
EndSection
#------------------------------------------------------------------------
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
#------------------------------------------------------------------------
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x04912449"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "2"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
Screen 0
EndSection
#------------------------------------------------------------------------
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
#------------------------------------------------------------------------
Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
#------------------------------------------------------------------------
|
|
|
Back to top |
|
|
fr3sh n00b
Joined: 25 Jul 2005 Posts: 55
|
Posted: Wed Sep 21, 2005 7:21 am Post subject: |
|
|
Has nobody an idea???
Temporary i've commented the "load dri" out...
Has somebody the Asus Pundit-R, too??? Or can somebody give me an ati-driver based xorg.conf??
thanks, fr3sh |
|
Back to top |
|
|
boozo Advocate
Joined: 01 Jul 2004 Posts: 3193
|
|
Back to top |
|
|
fr3sh n00b
Joined: 25 Jul 2005 Posts: 55
|
Posted: Thu Sep 22, 2005 2:27 pm Post subject: |
|
|
The only modules i use are:
- 3c59x (NIC - 3com)
- snd_atiixp (sound)
ciao fr3sh |
|
Back to top |
|
|
|