You are not logged in.

#1 2005-08-04 02:21:03

viniosity
Member
From: New York, NY
Registered: 2005-01-22
Posts: 404
Website

even after upgrading to testing/xorg I get slow glxgears

My glxgears is stuck at 286 even after upgrading my xorg to the version in testing.  I have a i915 chipset and was getting > 1000fps using Ubuntu breezy colony 1.  Should I post my xorg.conf file or is there something obvious I may be missing as to why my frame rate is so bad?

FYI xorg.conf is set to use the i810 driver which should be correct.

Offline

#2 2005-08-04 03:54:59

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: even after upgrading to testing/xorg I get slow glxgears

I have same chipset and I'm getting ~580fps.
Are you in video group?
Have you enabled dri?
Maybe posting your xorg.conf would help.

Offline

#3 2005-08-04 07:46:51

Blaasvis
Member
Registered: 2003-01-17
Posts: 467

Re: even after upgrading to testing/xorg I get slow glxgears

are you running stable or testing ?


Freedom is what i love

Offline

#4 2005-08-04 12:33:50

mezoko
Member
Registered: 2005-03-26
Posts: 310
Website

Re: even after upgrading to testing/xorg I get slow glxgears

hah I have teh same graphic card. I assume you need to load the models for i915 (I compiled my own kernel). You need to uncomment dri and glxinfo I think that what its called in xorg.conf


"The only thing we have to fear is fear itself." - Franklin D. Roosevelt

Offline

#5 2005-08-04 15:03:04

viniosity
Member
From: New York, NY
Registered: 2005-01-22
Posts: 404
Website

Re: even after upgrading to testing/xorg I get slow glxgears

Here is my xorg.conf

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
#       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
#       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/ttf/western"
        FontPath     "/usr/share/fonts/ttf/decoratives"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/truetype/openoffice"
        FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/latex-ttf-fonts"
        FontPath     "/usr/X11R6/lib/X11/fonts/defoma/CID"
        FontPath     "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
EndSection


Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

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

Section "Device"
        Identifier      "Intel Corporation Intel Default Card"
        Driver          "i810"
        BusID           "PCI:0:2:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation Intel Default Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

Offline

#6 2005-08-04 15:06:51

viniosity
Member
From: New York, NY
Registered: 2005-01-22
Posts: 404
Website

Re: even after upgrading to testing/xorg I get slow glxgears

Snowman wrote:

I have same chipset and I'm getting ~580fps.
Are you in video group?
Have you enabled dri?
Maybe posting your xorg.conf would help.

I believe I have enabled dri (see xorg.conf above)... I was not in the video group, but I added myself just now, killed X, logged out, and logged back in but still have the same slow frame rate.

Offline

Board footer

Powered by FluxBB