Ubuntu Forums Archive Viewer

Xfce4 16 colores, y gigante!

Archived thread 1013867 from Software. Markdown source: Software/thread_1013867_Xfce4_16_colores,_y_gigante!.md

Original URL About this archive
#1

Intente instalar xubuntu-desktop en mi ubuntu 7.10 server, para ello hice lo siguiente


sudo aptitude install -y xfce4 xorg

Reinicié y me asuste al ver mi pantalla con 16 colores psicodelicos, y en un tamaño realmente gigante, solo veia el rincon superior izquierdo con el logo de ubuntu, y las primeras letras de aplicaciones.

para intentar solucionarlo tire:


sudo aptitude install -y xubuntu-desktop

No lo habia hecho de entrada, porque hay muchisimos paquetes que no queria que instalara, pero no tenia tiempo para estar perdiendo, y supuse que instalando todo, se iba a solucionar el problema, pero NOP!. Si alguno tiene alguna idea de como poder solucionarlo, se los agradeceria.

Aca dejo una copia de mi xorg.conf:


# 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 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.
#
# 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"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

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

Section "InputDevice"
       Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "stylus"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "eraser"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"          "cursor"
        Option          "ForceDevice"   "ISDV4"         # Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter"
        Driver          "sis"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Monitor genérico"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter"
        Monitor         "Monitor genérico"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter"
        Monitor         "Monitor genérico"
        DefaultDepth    24
        SubSection "Display"
                Modes           "1280x768" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

# Uncomment if you have a wacom tablet
#       InputDevice     "stylus"        "SendCoreEvents"
#       InputDevice     "cursor"        "SendCoreEvents"
#       InputDevice     "eraser"        "SendCoreEvents"
EndSection
#2

Me parece que algo falta en la primera seccion screen.

Te paso como lo tengo en la maquina del laburo, con driver Vesa.

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        Defaultdepth    24
        SubSection "Display"
                Depth   24
                Virtual 1280    1024
                Modes           "1280x1024@60"  "1400x1050@60"  "1280x960@60"
"1152x864@75"   "1024x768@43"   "1024x768@60"   "1024x768@70"   "1024x768@75"
"1024x768@85"   "832x624@75"    "800x600@60"    "800x600@85"    "800x600@75"
"800x600@72"    "800x600@56"    "640x480@85"    "640x480@75"    "640x480@72"
"640x480@60"
        EndSubSection
EndSection

Antes de modificar el xorg.conf que estas usando, hacete una copia para asegurarte el camino de vuelta.

Ojo con las frecuencias de refresh horizontal y vertical porque si estan fuera de rango para el monitor que estas usando te queda la pantalla oscura. Esos valores los deberias poder obtener de la cartilla del monitor / website del fabricante.

#3

A un amigo le paso algo parecido despues de instalar un programa. En su caso el problema era que se le habia activado una opcion para personas con poca vision o algo por el estilo. En este momento estoy en el trabajo y no puedo fijarme exactamente donde estaba esa opcion, si queres, cuando llegue a casa me fijo. Avisame.

#4

Una de las posibles soluciones la tenes escrita en el mismo xorg.conf

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

#5

Gracias a todos, probare con los vesa, a mi se me habia orcurrido lo mismo, pero realmente no tube tiempo de probar, asique me sentare en la semana lo probare, y les digo como andube!.