• Portada
    • Recientes
    • Usuarios
    • Registrarse
    • Conectarse

    Ajustar vel. refreso Suse 10

    Programado Fijo Cerrado Movido
    Sistemas operativos
    2
    5
    530
    Cargando más mensajes
    • Más antiguo a más nuevo
    • Más nuevo a más antiguo
    • Mayor número de Votos
    Responder
    • Responder como tema
    Accede para responder
    Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.
    • asercamoyeroA
      asercamoyero
      Última edición por

      Alguien sabe como puedo modificar la velocidad de refresco en Linux Suse 10 ?????

      1 Respuesta Última respuesta Responder Citar 0
      • zeratul_mdqZ
        zeratul_mdq
        Última edición por

        # XF86Config-4 (XFree86 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 XF86Config-4 manual page.
        # (Type "man XF86Config-4" at the shell prompt.)
        #
        # This file is automatically updated on xserver-xfree86 package upgrades *only*
        # if it has not been modified since the last upgrade of the xserver-xfree86
        # 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/XF86Config-4 /etc/X11/XF86Config-4.custom
        #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
        #   dpkg-reconfigure xserver-xfree86
        
        Section "Files"
        	# if the local font server has problems, we can fall back on these
            FontPath 	"unix/:7100"
            FontPath 	"/usr/lib/X11/fonts/misc"
            FontPath 	"/usr/lib/X11/fonts/100dpi:unscaled"
            FontPath 	"/usr/lib/X11/fonts/75dpi:unscaled"
            FontPath 	"/usr/lib/X11/fonts/Type1"
            FontPath 	"/usr/lib/X11/fonts/Speedo"
            FontPath 	"/usr/local/share/fonts"
            FontPath 	"/usr/share/fonts"
            FontPath 	"/usr/X11R6/lib/X11/fonts"
            FontPath 	"/usr/share/fonts/truetype"
            FontPath 	"/usr/share/fonts/type1"
            FontPath 	"/usr/share/fonts/wine"
            FontPath 	"/usr/X11R6/lib/X11/fonts/100dpi"
            FontPath 	"/usr/X11R6/lib/X11/fonts/75dpi"
            FontPath 	"/usr/X11R6/lib/X11/fonts/misc"
            FontPath 	"/usr/X11R6/lib/X11/fonts/Speedo"
            FontPath 	"/usr/X11R6/lib/X11/fonts/Type1"
            FontPath 	"/usr/share/fonts/truetype/freefont"
            FontPath 	"/usr/share/fonts/truetype/openoffice"
            FontPath 	"/usr/share/fonts/truetype/ttf-bengali-fonts"
            FontPath 	"/usr/share/fonts/truetype/ttf-bitstream-vera"
            FontPath 	"/usr/share/fonts/truetype/ttf-devanagari-fonts"
            FontPath 	"/usr/share/fonts/truetype/ttf-gujarati-fonts"
            FontPath 	"/usr/share/fonts/truetype/ttf-kannada-fonts"
            FontPath 	"/usr/share/fonts/truetype/ttf-malayalam-fonts"
            FontPath 	"/usr/share/fonts/truetype/ttf-oriya-fonts"
            FontPath 	"/usr/share/fonts/truetype/ttf-punjabi-fonts"
            FontPath 	"/usr/share/fonts/truetype/ttf-tamil-fonts"
            FontPath 	"/usr/share/fonts/truetype/ttf-telugu-fonts"
            FontPath 	"/usr/share/fonts/truetype/unfonts"
        EndSection
        
        Section "Module"
        #	Load	"GLcore"
        	Load	"bitmap"
        	Load	"dbe"
        	Load	"ddc"
        #	Load 	"dri"
        	Load	"extmod"
        	Load	"freetype"
        	Load	"glx"
        	Load	"int10"
        	Load	"record"
        	Load	"speedo"
        	Load	"type1"
        	Load	"vbe"
        EndSection
        
        Section "InputDevice"
        	Identifier	"Generic Keyboard"
        	Driver		"keyboard"
        	Option		"CoreKeyboard"
        	Option		"XkbRules"	"xfree86"
        	Option		"XkbModel"	"microsoft"
        	Option		"XkbLayout"	"es"
        #	Option		"XkbVariant"	"es"
        	Option		"XkbOptions"	"espanol"
        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	"NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
        	Driver		"nvidia"
        	Option		"NoLogo" "true"
        EndSection
        
        Section "Monitor"
        	Identifier	"Monitor genérico"
        	HorizSync	28-49
        	VertRefresh	60-85
        	Option		"DPMS"
        EndSection
        
        Section "Screen"
        	Identifier	"Default Screen"
        	Device		"NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
        	Monitor		"Monitor genérico"
        	DefaultDepth	24
        	SubSection "Display"
        		Depth		1
        		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        	EndSubSection
        	SubSection "Display"
        		Depth		4
        		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        	EndSubSection
        	SubSection "Display"
        		Depth		8
        		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        	EndSubSection
        	SubSection "Display"
        		Depth		15
        		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        	EndSubSection
        	SubSection "Display"
        		Depth		16
        		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        	EndSubSection
        	SubSection "Display"
        		Depth		24
        		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        	EndSubSection
        EndSection
        
        Section "ServerLayout"
        	Identifier	"Default Layout"
        	Screen		"Default Screen"
        	InputDevice	"Generic Keyboard"
        	InputDevice	"Configured Mouse"
        EndSection
        
        Section "DRI"
        	Mode	0666
        EndSection
        
        

        Ese es mi archivo de configuracion XFree86. Fijate donde dice vertrefresh, que yo tengo entre 60-85. Para lo de las resoluciones que preguntaste en la rama de win2, fijate que ahi en el mio dice "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" en varios lados. Todo lo que tenes que hacer es poner todas las resoluciones que quieras en todos esos lados.

        Salu2!!!

        asercamoyeroA 1 Respuesta Última respuesta Responder Citar 0
        • asercamoyeroA
          asercamoyero @zeratul_mdq
          Última edición por

          Y como accedo ahí???

          zeratul_mdqZ 1 Respuesta Última respuesta Responder Citar 0
          • zeratul_mdqZ
            zeratul_mdq @asercamoyero
            Última edición por

            /etc/X11/xorg.conf o si no /etc/X11/XFree86conf-4

            Salu2!!!

            asercamoyeroA 1 Respuesta Última respuesta Responder Citar 0
            • asercamoyeroA
              asercamoyero @zeratul_mdq
              Última edición por

              no me va con eso pero da igual, he entrado poniendo xorgconfig y ya lo he configurado

              Muchas gracias de todas maneras por ut antención.

              1 Respuesta Última respuesta Responder Citar 0
              • 1 / 1
              • First post
                Last post

              Foreros conectados [Conectados hoy]

              1 usuarios activos (0 miembros e 1 invitados).
              febesin, pAtO,

              Estadísticas de Hardlimit

              Los hardlimitianos han creado un total de 543.3k posts en 62.8k hilos.
              Somos un total de 34.7k miembros registrados.
              ssaybb ha sido nuestro último fichaje.