martin_legion
April 8th, 2007, 06:24 PM
Hola gente. Recién descubro el grupo de Argentina así que aprovecho para dejarles mi pregunta en mi primera lengua.
Tengo configurada mi placa de video, una nvidia fx5200 (128M), funcionando correctamente, con aceleración y todo, pero me da la impresión de que el rendimiento no es óptimo.
Cuando miro algunas películas, la imagen se traba un poco, como si la velocidad de refresco no fuera suficiente, especialmente en las escenas en donde la cámara va girando de a poco o cuando hay muchos cambios en la imagen.
La aceleración está activada, eso es seguro, porque cuando recién instalé el ubuntu tuve que configurar la aceleración, y hasta entonces tuve la oportunidad de usarla sin aceleración y la diferencia es enorme.
¿Alguien se anima a darme algunos consejos sobre qué puedo cambiar/agregar/sacar de mi xorg.conf?
Si alguien tiene alguna idea, le estaré más que agradecido.
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Driver "nvidia"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Option "TVStandard" "PAL-NC"
Option "TVOutFormat" "SVIDEO"
Option "RenderAccel" "True"
Option "ConnectedMonitor" "CRT,TV"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Noc"
HorizSync 30-65
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "Noc"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "on"
Option "TwinViewOrientation" "Clone"
Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480"
Option "SecondMonitorHorizSync" "30 - 96.0"
Option "SeconfMonitorVertRefresh" "50 - 120"
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 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Tengo configurada mi placa de video, una nvidia fx5200 (128M), funcionando correctamente, con aceleración y todo, pero me da la impresión de que el rendimiento no es óptimo.
Cuando miro algunas películas, la imagen se traba un poco, como si la velocidad de refresco no fuera suficiente, especialmente en las escenas en donde la cámara va girando de a poco o cuando hay muchos cambios en la imagen.
La aceleración está activada, eso es seguro, porque cuando recién instalé el ubuntu tuve que configurar la aceleración, y hasta entonces tuve la oportunidad de usarla sin aceleración y la diferencia es enorme.
¿Alguien se anima a darme algunos consejos sobre qué puedo cambiar/agregar/sacar de mi xorg.conf?
Si alguien tiene alguna idea, le estaré más que agradecido.
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Driver "nvidia"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Option "TVStandard" "PAL-NC"
Option "TVOutFormat" "SVIDEO"
Option "RenderAccel" "True"
Option "ConnectedMonitor" "CRT,TV"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Noc"
HorizSync 30-65
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "Noc"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "on"
Option "TwinViewOrientation" "Clone"
Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480"
Option "SecondMonitorHorizSync" "30 - 96.0"
Option "SeconfMonitorVertRefresh" "50 - 120"
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 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection