LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-24-2005, 07:24 AM   #1
djib
Member
 
Registered: May 2004
Location: France
Distribution: Debian
Posts: 135

Rep: Reputation: 15
Messy OpenGL


Hello,
On my computer, OpenGK is really messy. All textures keep on 'flashing'. This means I cannot use openGL.

glxgears says
2450 frames in 5.0 seconds = 490.000 FPS
2642 frames in 5.0 seconds = 528.400 FPS
2249 frames in 5.0 seconds = 449.800 FPS
2270 frames in 5.0 seconds = 454.000 FPS
which is not too bad I think, but the gears are sometimes turning really fast, and sometimes it seems like they are not moving anymore.

If you have any idea...
 
Old 04-24-2005, 07:37 AM   #2
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
Need more info. Graphics card? NVidia or ATI?
 
Old 04-24-2005, 09:43 AM   #3
djib
Member
 
Registered: May 2004
Location: France
Distribution: Debian
Posts: 135

Original Poster
Rep: Reputation: 15
I have a ATI Radeon 7500....
 
Old 04-24-2005, 10:47 AM   #4
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
So you're using DRI. Maybe there're some issues with DRI or agpgart.
Could you please post your Xfree/Xorg config?
 
Old 04-24-2005, 12:54 PM   #5
djib
Member
 
Registered: May 2004
Location: France
Distribution: Debian
Posts: 135

Original Poster
Rep: Reputation: 15
Hello
You want me to post the content of my /etc/X11/XF86Config-4 file ?
Here it is...
Code:
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"

# The following line is added by CPanel
FontPath   "/usr/X11R6/lib/X11/fonts/TrueType"

        #FontPath       "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        #FontPath       "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        #FontPath       "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"
EndSection

Section "Module"

# The following line is added by CPanel
Load        "xtt"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
#    Load        "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc102"
        Option          "XkbLayout"     "fr-latin9"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "ATI Technologies Inc Radeon Mobility M7 LW"
        Driver          "ati"
EndSection

Section "Monitor"
        Identifier      "Écran générique"
        HorizSync       30-60
        VertRefresh     50-75
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc Radeon Mobility M7 LW"
        Monitor         "Écran générique"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
 
Old 04-24-2005, 04:53 PM   #6
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
I don't know if this helps, but
try replacing

Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility M7 LW"
Driver "ati"
EndSection

with

Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility M7 LW"
Driver "radeon"
EndSection

or Driver "r100" (however I think r100 doesn't exist)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Messy Linux causes me headache ! futurist Linux - General 13 09-06-2005 10:19 AM
Messy Image in Firefox chenu Linux - General 4 12-19-2004 03:16 PM
Add/Remove is messy! Duusu Linux - Distributions 0 08-29-2004 03:29 AM
Linux is more messy then my room ElementNine Linux - General 9 01-24-2004 10:06 AM
A messy house psyklops Linux - General 3 05-19-2002 02:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration