[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Slow video[SOLVED]



On 07/12/08 02:00, Nick Lidakis wrote:
> Ron Johnson wrote:
> 
>> The "inner" scroll region?  No sluggishness or slowdown.  Noticeable
>> CPU usage by /usr/bin/X11/X when I rapidly jerk the scroll bar up
>> and down, but that's normal.
>>
>>>                                                            Are ya using
>>> the NV or Nvidia driver?
>>
>> Sorry.  The nvidia driver.
>>
> 
> I forgot to ask if you were running a high resolution monitor, perhaps
> 1600x1200 or greater? Are you running any of the 3d accelerated desktop,
> or regular 2d window manager?

A y2k-vintage Gateway VX1120 (Hitachi Diamondtron flat-screen CRT)
at 1280x1024 with GNOME & Metacity.  (I see no reason to waste
resources on eye candy.)

> Would you mind posting your xorg.conf? I have tried EXA and XAA options
> to no avail. My desktop is a minimal Openbox and mrxvt affair.

Sure.

> I would love to run Intel graphics, but as of yet they don't offer any
> discrete cards; my ASUS A8N-Premium works just fine except for the
> Firefox slow downs.

-- 
Ron Johnson, Jr.
Jefferson LA  USA

"Kittens give Morbo gas.  In lighter news, the city of New New
York is doomed."
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006

# 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.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# 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/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    Option         "AIGLX"   "true"
EndSection

Section "Files"

	#FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/CID"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

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

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

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto"
#    Option         "Protocol" "PS/2"
#    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "GatewayVX112"
    HorizSync       30.0 - 121.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation G72 [GeForce 7300 SE]"
    Driver         "nvidia"
    BusID           "PCI:6:0:0"
    Option         "XAANoOffscreenPixmaps"   "true"
    Option         "AllowGLXWithComposite"   "true"
    Option         "TripleBuffer"            "true"
EndSection

Section "Screen"
    Identifier     "Default Screen"
#    Device         "nVidia Corporation Unknown"
    Monitor        "GatewayVX112"
    Option         "AddARGBGLXVisuals"   "true"
    Option         "DisableGLXRootClipping" "True" 
    DefaultDepth   24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section   "Extensions"
    Option   "Composite"   "Enable"
EndSection

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: