Help Xorgconfig

1. Help Xorgconfig

Felipebarroco
spike

(usa Slackware)

Enviado em 10/04/2009 - 05:45h

alguem poderia me da uma ajuda??

Instalei minha placa de video Geforce 8600GT 512 MB

Diretamente com drive da nvidia

tentei roda tibia um jogo de rpg previamente leva porem tive desepenho bem baixo.

gostaria de saber se alguem poderia conferir meu xorgconfig e verifica se ela foi instalada corretamente.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Mon Mar 23 15:33:27 PST 2009

# File generated by xorgconfig.
#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#
# **********************************************************************
# Refer to the xorg.conf(5) man page for details about the format of
# this file.
# **********************************************************************
# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
# **********************************************************************
# Server flags section.
# **********************************************************************
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
# Device configured by xorgconfig:
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
# Section "DRI"
# Mode 0666
# EndSection

Section "ServerLayout"

# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
Identifier "Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#
# FontPath "/usr/lib/X11/fonts/local/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/misc/"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Speedo/"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/TTF/"
FontPath "/usr/lib/X11/fonts/OTF/"
FontPath "/usr/lib/X11/fonts/cyrillic/"
FontPath "/usr/lib/X11/fonts/75dpi/"
FontPath "/usr/lib/X11/fonts/100dpi/"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# Load "type1"
# This loads the GLX module
# Load "dri"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
# Load "xtt"
Load "glx"
# This loads the DRI module
EndSection

Section "InputDevice"

# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "microsoft"
Option "XkbLayout" "br"
Option "XkbVariant" "br"
EndSection

Section "InputDevice"

# Identifier and driver
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2" # PS/2 Mouse
Option "Device" "/dev/input/mice"
# Mouse-speed setting for PS/2 mouse.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection

Section "Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
Identifier "Samsung"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
EndSection

Section "Device"

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection

Section "Device"

#VideoRam 524288
# Insert Clocks lines here if appropriate
Identifier "4"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen 1"
Device "4"
Monitor "Samsung"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection




  


2. Re: Help Xorgconfig

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 10/04/2009 - 13:19h

Para verificar o erro, acho mais fácil vc postar o arquivo /var/log/Xorg.0.log. Poste aki e faremos o possível...


3. Re: Help Xorgconfig

Felipebarroco
spike

(usa Slackware)

Enviado em 10/04/2009 - 14:02h


X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Slackware 12.1 Slackware Linux Project
Current Operating System: Linux darkstar 2.6.27.7-smp #2 SMP Thu Nov 20 22:32:43 CST 2008 i686
Build Date: 30 June 2008 11:35:29PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 10 13:56:42 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "Samsung"
(**) | |-->Device "4"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/share/fonts/TTF,/usr/share/fonts/OTF,/usr/share/fonts/Type1,/usr/share/fonts/misc,/usr/share/fonts/75dpi/:unscaled.
(**) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/misc,
/usr/share/fonts/75dpi/:unscaled,
/usr/lib/X11/fonts/misc/,
/usr/lib/X11/fonts/75dpi/:unscaled,
/usr/lib/X11/fonts/100dpi/:unscaled,
/usr/lib/X11/fonts/Speedo/,
/usr/lib/X11/fonts/Type1/,
/usr/lib/X11/fonts/TTF/,
/usr/lib/X11/fonts/OTF/,
/usr/lib/X11/fonts/cyrillic/,
/usr/lib/X11/fonts/75dpi/,
/usr/lib/X11/fonts/100dpi/,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/misc,
/usr/share/fonts/75dpi/:unscaled
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d0280
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2770 card 1458,5000 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2771 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 1458,a002 rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1458,5004 rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1458,5004 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1458,5004 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1458,5004 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1458,5006 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b8 card 1458,5001 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,27df card 1458,b001 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,27c0 card 1458,b002 rev 01 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1458,5001 rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0402 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 10ec,8136 card 17aa,301a rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x00009000 - 0x00009fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe3ffffff (0x4000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
[1] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[2] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xe6100000 - 0xe61fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:30:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[1] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
[2] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation GeForce 8600 GT rev 161, Mem @ 0xe2000000/24, 0xd0000000/28, 0xe0000000/25, I/O @ 0x9000/7
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xe5000000 - 0xe5000fff (0x1000) MX[B]
[1] -1 0 0xe6004000 - 0xe60043ff (0x400) MX[B]
[2] -1 0 0xe6000000 - 0xe6003fff (0x4000) MX[B]
[3] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
[4] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[5] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[6] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[7] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[8] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[9] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
[10] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[11] -1 0 0x0000d400 - 0x0000d403 (0x4) IX[B]
[12] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[13] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[14] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[15] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[16] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[17] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[18] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[19] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[20] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[21] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[22] -1 0 0x00009000 - 0x0000907f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe5000000 - 0xe5000fff (0x1000) MX[B]
[1] -1 0 0xe6004000 - 0xe60043ff (0x400) MX[B]
[2] -1 0 0xe6000000 - 0xe6003fff (0x4000) MX[B]
[3] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
[4] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[5] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[6] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[7] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[8] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[9] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
[10] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[11] -1 0 0x0000d400 - 0x0000d403 (0x4) IX[B]
[12] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[13] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[14] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[15] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[16] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[17] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[18] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[19] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[20] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[21] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[22] -1 0 0x00009000 - 0x0000907f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5000000 - 0xe5000fff (0x1000) MX[B]
[5] -1 0 0xe6004000 - 0xe60043ff (0x400) MX[B]
[6] -1 0 0xe6000000 - 0xe6003fff (0x4000) MX[B]
[7] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[13] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[14] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[15] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
[16] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[17] -1 0 0x0000d400 - 0x0000d403 (0x4) IX[B]
[18] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[19] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[24] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[25] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[26] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[27] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[28] -1 0 0x00009000 - 0x0000907f (0x80) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "type1" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.4.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module 180.44 Mon Mar 23 15:29:02 PST 2009
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver 180.44 Mon Mar 23 15:05:32 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5000000 - 0xe5000fff (0x1000) MX[B]
[5] -1 0 0xe6004000 - 0xe60043ff (0x400) MX[B]
[6] -1 0 0xe6000000 - 0xe6003fff (0x4000) MX[B]
[7] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[13] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[14] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[15] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
[16] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[17] -1 0 0x0000d400 - 0x0000d403 (0x4) IX[B]
[18] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[19] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[24] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[25] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[26] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[27] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[28] -1 0 0x00009000 - 0x0000907f (0x80) IX[B](B)
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5000000 - 0xe5000fff (0x1000) MX[B]
[5] -1 0 0xe6004000 - 0xe60043ff (0x400) MX[B]
[6] -1 0 0xe6000000 - 0xe6003fff (0x4000) MX[B]
[7] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[16] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[17] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
[19] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[20] -1 0 0x0000d400 - 0x0000d403 (0x4) IX[B]
[21] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[22] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[27] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[28] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[29] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[30] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[31] -1 0 0x00009000 - 0x0000907f (0x80) IX[B](B)
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0): enabled.
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
(II) NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 60.84.54.00.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:1:0:0:
(--) NVIDIA(0): CRT-1
(--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-1
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1280x1024"
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
(WW) NVIDIA(0): from CRT-1's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe5000000 - 0xe5000fff (0x1000) MX[B]
[5] -1 0 0xe6004000 - 0xe60043ff (0x400) MX[B]
[6] -1 0 0xe6000000 - 0xe6003fff (0x4000) MX[B]
[7] -1 0 0xe0000000 - 0xe1ffffff (0x2000000) MX[B](B)
[8] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
[9] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[16] -1 0 0x00000500 - 0x0000051f (0x20) IX[B]
[17] -1 0 0x0000e000 - 0x0000e00f (0x10) IX[B]
[18] -1 0 0x0000dc00 - 0x0000dc03 (0x4) IX[B]
[19] -1 0 0x0000d800 - 0x0000d807 (0x8) IX[B]
[20] -1 0 0x0000d400 - 0x0000d403 (0x4) IX[B]
[21] -1 0 0x0000d000 - 0x0000d007 (0x8) IX[B]
[22] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[27] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[B]
[28] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[29] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[30] -1 0 0x0000b000 - 0x0000b01f (0x20) IX[B]
[31] -1 0 0x00009000 - 0x0000907f (0x80) IX[B](B)
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse1: Buttons: 11
(**) Mouse1: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "microsoft"
(**) Keyboard1: XkbModel: "microsoft"
(**) Option "XkbLayout" "br"
(**) Keyboard1: XkbLayout: "br"
(**) Option "XkbVariant" "br"
(**) Keyboard1: XkbVariant: "br"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) evaluating device (Keyboard1)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) evaluating device (Mouse1)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded



4. Re: Help Xorgconfig

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 10/04/2009 - 14:16h

Não vejo problema no seu xorg.conf, mas como vc tá rodando o seu jogo? Pelo wine? Pois o próprio wine pode diminuir o desempenho, caso não esteja configurado corretamente. Aki no VOL possui um artigo muito interessante sobre o wine para configurá-lo certim.


5. Re: Help Xorgconfig

Felipebarroco
spike

(usa Slackware)

Enviado em 10/04/2009 - 14:19h

Pelo wine, me deparei com grande problema, jogo fica com grafico muito ruin, e ate fica dificil mexer, ja na versão propria para linux ele chega abrir porem fica com framerate muito baixo cerca de 10 15.

pacote do tibia baixei no site oficial, pacote tgz.


onde basta extrair e executa arquivo sh StartTibia.sh

ele ja executa.


Gostaria, de uma ajuda pois ja instalei directx no wine, mais sei la ele parece que ta com video ruin de mais.


6. Re: Help Xorgconfig

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 10/04/2009 - 14:34h

Muito estranho. Qual é a config do seu computer (inclusive sua placa d video)? Faça o teste:

# glxgears

Pra v o frame rate se tá bom. Se ainda num der, verifique na config do jogo, diminuir a resolução e os gráficos.


7. Re: Help Xorgconfig

Felipebarroco
spike

(usa Slackware)

Enviado em 10/04/2009 - 14:48h

Texte do GLX

55537 frames in 5.0 seconds = 11107.247 FPS
59760 frames in 5.0 seconds = 11951.988 FPS
59823 frames in 5.0 seconds = 11964.569 FPS
76045 frames in 5.0 seconds = 15208.961 FPS
80969 frames in 5.0 seconds = 16193.667 FPS
80986 frames in 5.0 seconds = 16197.051 FPS
80123 frames in 5.0 seconds = 16024.469 FPS
81684 frames in 5.0 seconds = 16336.627 FPS
81650 frames in 5.0 seconds = 16329.947 FPS
81947 frames in 5.0 seconds = 16389.348 FPS
82564 frames in 5.0 seconds = 16512.783 FPS
82533 frames in 5.0 seconds = 16506.567 FPS
82664 frames in 5.0 seconds = 16532.694 FPS
81777 frames in 5.0 seconds = 16355.338 FPS
82766 frames in 5.0 seconds = 16553.104 FPS
82653 frames in 5.0 seconds = 16530.573 FPS
81981 frames in 5.0 seconds = 16396.020 FPS
80761 frames in 5.0 seconds = 16152.100 FPS
82502 frames in 5.0 seconds = 16500.228 FPS
79971 frames in 5.0 seconds = 15994.017 FPS
79801 frames in 5.0 seconds = 15960.092 FPS
80341 frames in 5.0 seconds = 16068.158 FPS
81868 frames in 5.0 seconds = 16373.476 FPS
81242 frames in 5.0 seconds = 16248.286 FPS
81384 frames in 5.0 seconds = 16276.742 FPS
81643 frames in 5.0 seconds = 16328.563 FPS
81993 frames in 5.0 seconds = 16398.433 FPS
81452 frames in 5.0 seconds = 16290.276 FPS
81928 frames in 5.0 seconds = 16385.446 FPS
79908 frames in 5.0 seconds = 15981.597 FPS
81413 frames in 5.0 seconds = 16282.545 FPS
82027 frames in 5.0 seconds = 16404.789 FPS
80845 frames in 5.0 seconds = 16168.900 FPS
81479 frames in 5.0 seconds = 16295.732 FPS
80084 frames in 5.0 seconds = 16016.720 FPS
82875 frames in 5.0 seconds = 16574.974 FPS
82082 frames in 5.0 seconds = 16416.394 FPS
66989 frames in 5.0 seconds = 13397.767 FPS
73949 frames in 5.0 seconds = 14787.596 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 114 requests (114 known processed) with 0 events remaining.




Configuraçao do meu PC


Slackware 12.2

Dual Core E2200 2.2Gz
4 GB Ram, Dual Chanel 667
Geforce 8600 GT 512 MB
Placa mae da Gigabyte 945gcm

Configuração ate modesta

Sempre Rodei meu Ruindows Vista Ultimate Com Tudo NO Maximo, Inclusive, abria 10x cliente tibia para joga com varios bonecos, geralmnete jogava e trabalha com photoshop cs4 aberto as veses Dreamwaver, ja usei 5 tibia aberto minimizado e ainda rodei Call Of Duty 4 ...

Axei Muito estranho da problema no linux.


8. Re: Help Xorgconfig

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 10/04/2009 - 14:51h

Modesta... é um [*****] computer! É realmente estranho... eu aconselho a vc procurar nos foruns pela net uma pessoa q tenha o msm problema q vc. O q eu posso dizer é q não há problema nenhum com a config do seu xorg. Mais uma pergunta: qual é a versão q vc instalou do driver da Nvidia?


9. Re: Help Xorgconfig

Felipebarroco
spike

(usa Slackware)

Enviado em 10/04/2009 - 14:55h

a ultima 180.44

vo conversa com 1 amigo que ta me explicando umas coisa de slackware.

slackware e muito bom porem pouco complicado :)


caso axe alguma soluçao eu posto ake.


10. Re: Help Xorgconfig

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 10/04/2009 - 14:58h

Blz... realmente não tou vendo nada d errado nas configs. Poste ae então quando vc achar a solução.


11. Re: Help Xorgconfig

Felipebarroco
spike

(usa Slackware)

Enviado em 10/04/2009 - 15:31h

Blza brigadao ae por responder.

Tire uma duvida minha qual programa bom pra troca tema do kde 3.5 vc me recomenda?


ja tentei akele compiz nao gostei muito, ja tentei instala kde theme manager mais da erro.

to afimzao de bota meu linux mais bonito :)


12. Re: Help Xorgconfig

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 10/04/2009 - 15:48h

Instale o compiz com o emerald. Este deixa as suas janelas mais bonitas e t dá várias opções d temas. Os temas pra kde eu nunca instalei...






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts