Autor
|
Tema: pantalla desplazada y borrosa solo en linux (Leído 31,210 veces)
|
astur_dh
Desconectado
Mensajes: 62
|
escribiendolo como me has dicho arriba me sale esto: # 1024x968 59.81 Hz (CVT) hsync: 60.11 kHz; pclk: 81.75 MHz Modeline "1024x968_60.00" 81.75 1024 1088 1192 1360 968 971 981 1005 -hsync +vsync
y escribiendo xrar -s0 me sale esto otro: usage: xrandr [options] where options are: -display <display> or -d <display> -help -o <normal,inverted,left,right,0,1,2,3> or --orientation <normal,inverted,left,right,0,1,2,3> -q or --query -s <size>/<width>x<height> or --size <size>/<width>x<height> -r <rate> or --rate <rate> or --refresh <rate> -v or --version -x (reflect in x) -y (reflect in y) --screen <screen> --verbose --dryrun --nograb --prop or --properties --fb <width>x<height> --fbmm <width>x<height> --dpi <dpi>/<output> --output <output> --auto --mode <mode> --preferred --pos <x>x<y> --rate <rate> or --refresh <rate> --reflect normal,x,y,xy --rotate normal,inverted,left,right --left-of <output> --right-of <output> --above <output> --below <output> --same-as <output> --set <property> <value> --scale <x>x<y> --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i> --off --crtc <crtc> --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]] --gamma <r>:<g>:<b> --primary --noprimary --newmode <name> <clock MHz> <hdisp> <hsync-start> <hsync-end> <htotal> <vdisp> <vsync-start> <vsync-end> <vtotal> [+HSync] [-HSync] [+VSync] [-VSync] --rmmode <name> --addmode <output> <name> --delmode <output> <name>
gracias por todo
|
|
|
En línea
|
|
|
|
RyogiShiki
Desconectado
Mensajes: 745
げんしけん - Hikkikomori FTW!!!
|
Lo siento mi error, el comando es con un espacio despues de la s, fue una mala jugada del teclado. Así: xrandr -s 0
Si eso no sirve: xrandr -s 960x600
Ahora pregunta para Akai, la salida de cvt quiere decir que puede usar ese modo, porque si así es se puede añadir via xrandr. Saludos
|
|
« Última modificación: 17 Marzo 2011, 22:16 pm por gankutsuo »
|
En línea
|
|
|
|
astur_dh
Desconectado
Mensajes: 62
|
el primer comando que me mandaste lo unico que ha echo es agrandarme la pantalla a lo ancho y bajarme el contraste por lo que estoy peor que antes
|
|
|
En línea
|
|
|
|
Akai
Desconectado
Mensajes: 823
|
estaba intentando responder, y me habéis cortado varias veces xD Eso quiere decir que lo has introducido mal, no conozco cvt, pero creo que debería ser así: cvt 1024 968
Así o cvt horizontal vertical frequencia
si quieres una frecuencia diferente de 60hz, que es la que toma por defecto. También funciona usando cvt 1024x968, o debería hacerlo. De todas formas, ya tenemos lo que queríamos: # 1024x968 59.81 Hz En principio, yendo al xorg.conf y en la sección: Section "Monitor" Identifier "Configured Monitor" EndSection después de la linea de Identifier, añades: HorizSync 59.81 VertRefresh 60.0
|
|
|
En línea
|
|
|
|
RyogiShiki
Desconectado
Mensajes: 745
げんしけん - Hikkikomori FTW!!!
|
el primer comando que me mandaste lo unico que ha echo es agrandarme la pantalla a lo ancho y bajarme el contraste por lo que estoy peor que antes
Ja! Bueno para estar como antes solo haces: xrandr -s 2
|
|
|
En línea
|
|
|
|
astur_dh
Desconectado
Mensajes: 62
|
haber he puesto esto y lo unico que cambia esk al iniciarse esta la pantalla un centimetro hacia arriba # xorg.conf (X.Org 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. # # Note that some configuration settings that could be done previously # in this file, now are automatically configured by the server and settings # here are ignored. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device" Identifier "Configured Video Device" Driver "sis671" EndSection
Section "Monitor" Identifier HorizSync 59.81 VertRefresh 60.0 EndSection
Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 EndSection
|
|
|
En línea
|
|
|
|
Akai
Desconectado
Mensajes: 823
|
Te dije la linea DESPUÉS DE identifier
resultado:
Section "Monitor" Identifier "Configured Monitor" HorizSync 59.81 VertRefresh 60.0 EndSection
|
|
|
En línea
|
|
|
|
astur_dh
Desconectado
Mensajes: 62
|
# xorg.conf (X.Org 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. # # Note that some configuration settings that could be done previously # in this file, now are automatically configured by the server and settings # here are ignored. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg
Section "Device" Identifier "Configured Video Device" Driver "sis671" EndSection
Section "Monitor" Identifier "Configured Monitor" HorizSync 59.81 VertRefresh 60.0 EndSection
Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 EndSection
esto es lo que tengo escrito y aqui esto no veo yo que se inicie como tiene que ser
|
|
|
En línea
|
|
|
|
Akai
Desconectado
Mensajes: 823
|
Tres cosas:
Has reiniciado el X después del cambio en el xorg?
Has mirado si ya puedes cambiar la resolución en sistema --> preferencias --> pantalla o monitor, no recuerdo cual es.
Qué clase de monitor y modelo estás usando?
|
|
|
En línea
|
|
|
|
RyogiShiki
Desconectado
Mensajes: 745
げんしけん - Hikkikomori FTW!!!
|
Se me hace que tiene que ver con el monitor más que con otra cosa. No tienes otro monitor para hacer la prueba?
Y si, porfavor brindanos el modelo y las especificaciones del monitor.
Saludos
|
|
|
En línea
|
|
|
|
|
Mensajes similares |
|
Asunto |
Iniciado por |
Respuestas |
Vistas |
Último mensaje |
|
|
Foto Borrosa
« 1 2 »
Diseño Gráfico
|
AngelOfTheLove
|
11
|
10,807
|
12 Junio 2007, 06:43 am
por AngelOfTheLove
|
|
|
pantalla negra solo raton windows vista home premium
« 1 2 »
Windows
|
kyocarlos
|
12
|
34,389
|
4 Octubre 2010, 18:08 pm
por Randomize
|
|
|
El portatil Arranca pero solo se ve un 10% de la pantalla.
Hardware
|
angelconde
|
6
|
6,580
|
5 Octubre 2010, 18:53 pm
por angelconde
|
|
|
mitad pantalla borrosa notebook led
Windows
|
hackerweno
|
7
|
3,845
|
4 Abril 2017, 05:52 am
por Randomize
|
|
|
pantalla borrosa despues de cambiar tarjeta de video
Hardware
|
General Dmitry Vergadoski
|
3
|
2,317
|
22 Mayo 2021, 14:06 pm
por Machacador
|
|