Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenGL Problem with my ATI 9100 IGP in a Pundit-R Barebone
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
fr3sh
n00b
n00b


Joined: 25 Jul 2005
Posts: 55

PostPosted: Tue Sep 20, 2005 3:34 pm    Post subject: OpenGL Problem with my ATI 9100 IGP in a Pundit-R Barebone Reply with quote

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
View user's profile Send private message
fr3sh
n00b
n00b


Joined: 25 Jul 2005
Posts: 55

PostPosted: Wed Sep 21, 2005 7:21 am    Post subject: Reply with quote

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
View user's profile Send private message
boozo
Advocate
Advocate


Joined: 01 Jul 2004
Posts: 3193

PostPosted: Thu Sep 22, 2005 12:28 pm    Post subject: Reply with quote

hi

first, i'm sorry i've no issue of your probs cause i'm trying to install gentoo on mine pundit-r :oops:
and activate direct rendering is so far...
so... i've just a question : does your embedded nic working ? if right how you do 8O ?
some particular options on your .config or bios ?

thx for your help :D
_________________
" Un psychotique, c'est quelqu'un qui croit dur comme fer que 2 et 2 font 5, et qui en est pleinement satisfait.
Un névrosé, c'est quelqu'un qui sait pertinemment que 2 et 2 font 4, et ça le rend malade ! "
Back to top
View user's profile Send private message
fr3sh
n00b
n00b


Joined: 25 Jul 2005
Posts: 55

PostPosted: Thu Sep 22, 2005 2:27 pm    Post subject: Reply with quote

The only modules i use are:

- 3c59x (NIC - 3com)
- snd_atiixp (sound)



ciao fr3sh
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum