pantalla desplazada y borrosa solo en linux

Iniciado por astur_dh, 15 Marzo 2011, 15:28 PM

0 Miembros y 1 Visitante están viendo este tema.

astur_dh

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

RyogiShiki

#41
Lo siento mi error, el comando es con un espacio despues de la s, fue una mala jugada del teclado. Así:

Código (bash) [Seleccionar]
xrandr -s 0

Si eso no sirve:

Código (bash) [Seleccionar]
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


astur_dh

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

Akai

estaba intentando responder, y me habéis cortado varias veces xD

Cita de: gankutsuo en 17 Marzo 2011, 21:58 PM
Eso quiere decir que lo has introducido mal, no conozco cvt, pero creo que debería ser así:
Código (bash) [Seleccionar]
cvt 1024 968

Así o

Código (bash) [Seleccionar]
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

RyogiShiki

Cita de: astur_dh en 17 Marzo 2011, 22:18 PM
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:

Código (bash) [Seleccionar]
xrandr -s 2


astur_dh

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

Akai

Te dije la linea DESPUÉS DE identifier

resultado:

Section "Monitor"
   Identifier   "Configured Monitor"
   HorizSync 59.81
   VertRefresh 60.0
EndSection

astur_dh

# 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

Akai

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?

RyogiShiki

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