ayuda con resolucion de la pantalla en debian

Iniciado por leo durandal, Agosto 20, 2007, 01:42:03 PM

Tema anterior - Siguiente tema

leo durandal

Despues de instalar debian exitosamente en mi portatil, me doy cuenta de un error, la resolucion esta 800x600 me meto en escritorio>preferencias>resolucion de pantalla> (para cambiarle la resolucion al monitor, pero solo esta la resolucion 800x600.

se que este monitor soporta mas que eso, pero no se que hacer, ya e intentado cambiarle el fondo del escritorio a un fondo unicolor pero nada. <por cierto tengo instalado debian con gnome>

desde ya gracias y saludos  :wink:

tmaniak

como root y desde consola, el método "universal" es.

Editar este archivo

/etc/X11/XF86Config y en el apartado donde están los colores le metes las resoluciones nuevas que quieras.

Guardas y te sales.

Esto era en mis tiempos de hype de linux, ahora creo que como ya no usan XFree86 tendrás que buscar algo así, /etc/X11/Xorg.conf o similar.

Guardas y reinicias las X (sift + backspace)

[url=http://www.a

leo durandal

ya sabia lo de ese archivo pero solo podia leerlo (ahoemara ya puedo modificarlo)

pero hay un problema, no entiendo lo que tengo que modificar, aqui esta lo que dice el archivo:
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# 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 "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility M6 LY"
Driver "ati"
BusID "PCI:0:16:0"
Option "UseFBDev" "true"
EndSection

Section "Monitor"
Identifier "Color LCD"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility M6 LY"
Monitor "Color LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection


espero que lo entiendas y que me puedas ayudar mejor... soy nuevo en esto :roll: .

gracias otra vez

[Gath]


leo durandal

Cita de: ")LF([Gath"]dude, que resolucion quieres usar...?

"1152x768"  :?

tmaniak

Pues esa resolución es bastante rara, de todas maneras ya la tienes puesta aquí.

Section "Screen"
  Identifier   "Default Screen"
  Device      "ATI Technologies Inc Radeon Mobility M6 LY"
  Monitor      "Color LCD"
  DefaultDepth   24
  SubSection "Display"
     Depth      1
     Modes      "1152x768"
  EndSubSection
  SubSection "Display"
     Depth      4
     Modes      "1152x768"
  EndSubSection
  SubSection "Display"
     Depth      8
     Modes      "1152x768"
  EndSubSection
  SubSection "Display"
     Depth      15
     Modes      "1152x768"
  EndSubSection
  SubSection "Display"
     Depth      16
     Modes      "1152x768"
  EndSubSection
  SubSection "Display"
     Depth      24
     Modes      "1152x768"
  EndSubSection
EndSection






No será 1152x864 ???

[url=http://www.a

leo durandal

puse el codigo que me dijiste tmaniak, y cambie la resolucion 1152x768 a 1152x864 -como dijiste tambien-.

reinicie el sistema para que se efectuaran los cambios, pero todavia sigo con esa resolucion y cuando voy a cambiarla , solo me aparece esa resolucion

tmaniak

Pues ya ni idea, en Xfree86 yo lo hacía tocando eso, parece ser que en Xorg hay que tocar alguna cosa mas para que rule.

[url=http://www.a

leo durandal

editado--->>

ya logre hacer lo que no podia aunque las resoluciones siguen igual