Hola a todos..
cada vez q inicio ubuntu desp de la pantalla para seleccionar usuario la resolucion se me va a 1024*768. con nvidia x server settings la vuelvo a 1680*1050 pero cuando reinciio la pc vuelve el problema..
ya probe de configurar el archivo xconfig pero no lo logro solucionar
desde ya gracias
En principio si has editado el archivo xorg.conf correctamente, no deberia de pasar eso. Si quieres pon tu xorg.conf y lo repasamos a ver si vemos algo.
gracias por responder .. ya lo eh arreglado pero nose como. y ahora q lo veo bn no kedo ni parecido a como estaba antes.
tengo una placa nvdia 7300Le. haci esta en optimas condiciones?
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Feb 14 18:13:41 PST 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Con tu tarjeta yo habilitaria algunas opciones mas. Cuanta mem tiene tu tarjeta?
hola luinuz:
segun el NVIDIA X server settings tiene 512MB pero lo dudo. Porq si mal no recuerdo en la caja de cia algo de turbo nose cuanto q aumentaba la memoria a partir de la ram o algo de eso. para mi es de 128 si mal no recuerdo.
otros datos:
GPU clock: 450mhz
memory clock: 648mhz
gracias
Mira yo le añadiria lo siguiente
Citar
Section "Extensions"
Option "Composite" "Enable"
EndSection
Y sustituiria la sección Screen por la siguiente;
CitarSection "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "true"
Option "AddARGBGLXVisuals" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
SubSection "Display"
Depth 24
# Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Con estas modificaciones habilitaras una buena interaccion con compiz y la aceleracion GLX. Si tu tarjeta es mas potente podrias añadir mas cosas, de tal forma que la sección Screen y Extensions te quedarian asi;
CitarSection "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "AddARGBGLXVisuals" "True"
Option "AllowGLXWithComposite" "true"
Option "DamageEvents" "True"
Option "TripleBuffer" "True"
Option "DPMS" "TRUE"
Option "Coolbits" "1"
Option "AllowIndirectPixmaps" "True" #enable shared RAM ??
Option "OnDemandVBlankInterrupts" "True"
SubSection "Display"
# Viewport 0 0
Depth 24
# Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "RENDER" "true"
Option "DAMAGE" "true"
Option "Composite" "Enable"
EndSection
Puedes encotrar mas informacion sobre como sacarle el maximo rendimiento a tu tarjeta en estos enlaces;
http://wiki.archlinux.org/index.php/How_to_install_NVIDIA_driver
http://us.download.nvidia.com/XFree86/Linux-x86/177.82/README/appendix-b.html
Hola
abre una consola e inicia Nvidia x server settings como root para que guarde los cambios permanentemente..
# nvidia-xconfig
o bien añades las resoluciones manualmente en la sección screen de tu xorg.conf