LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   OpenGL all flickery-like (https://www.linuxquestions.org/questions/linux-newbie-8/opengl-all-flickery-like-225483/)

entropyv 09-01-2004 09:04 PM

OpenGL all flickery-like
 
I'm using a Radeon Mobility 7500 with Slackware 10 (2.4.26 bare.i).
When I first installed, I was having the problem of anything using GL was slow&choppy-like. I followed the wiki to install CVS dri, drm and mesa... That made the uber-slow choppiness go away, but now I have a flickery-ness problem with certain screen savers (which I'm using as testing). Euphoria is smooth and perfect, while GLMatrix looks as though I have the refresh rate wrong (other than that, it looks pretty good).
I tried disabling dri per a good friend of mine, but that just brought back slow&choppiness.

I'd imagine this has been asked before, but after spending quite a number of hours over several days trying to find some suggestions to my specific issue, I decided I'd rather be verbally batterred a bit and get the issue solved than rely on my seemingly pathetic searching skills to find what I'm looking for. Plus I'm about 10 minutes for laying my head on my keyboard.

Could someone please offer any suggestions or advice to help point me in the right direction to resolve this issue, please?

This is a copy of my current xorg.conf:
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
# Fonts
Load "type1"
Load "freetype"
Load "speedo"
# Load 3D Specific
Load "glx"
Load "GLcore"
Load "dri"
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/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "ServerFlags"
#DPMS Settings uncomment to change defaults
# Option "blank time" "10"
# Option "standby time" "20"
# Option "suspend time" "30"
# Option "off time" "60"
EndSection
Section "InputDevice"
Identifier "MyKeyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
# Option "XkbOptions" "ctrl:swapcaps"
EndSection
Section "InputDevice"
Identifier "MyMouse"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "MyMonitor"
HorizSync 31.5 - 50.0
VertRefresh 40-90
EndSection
Section "Device"
Identifier "MyVideo"
Driver "radeon"
VideoRam 32768
Option "AGPMode" "4"
Option "AGPFastWrite" "on"
Option "EnablePageFlip" "on"
EndSection
Section "Screen"
Identifier "MyScreen"
Device "MyVideo"
Monitor "MyMonitor"
DefaultDepth 24
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "MyLayout"
Screen "MyScreen"
InputDevice "MyMouse" "CorePointer"
InputDevice "MyKeyboard" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection

motub 09-03-2004 04:43 PM

I don't think that 3D HW acceleration for that chipset is available from the kernel-installed "radeon" driver.

You haven't said what make and model your notebook is, but according to the ATI site, drivers may be available from the manufacturer's site, or you might look at the lists on tuxmobil.org, or Linux on Laptops to get more information on how to set up this graphics chip.

Hope this helps.


All times are GMT -5. The time now is 09:34 PM.