Ubuntu Forums Archive Viewer

Xfce4 gigante y aparentes 16 colores

Archived thread 1013862 from Software. Markdown source: Software/thread_1013862_Xfce4_gigante_y_aparentes_16_colores.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

Una posible respuesta la tenes dentro del xorg.conf mismo

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

#3

Zeroadrenaline

Si abris mas de un thread por el mismo problema en mas de una seccion y, encima, con distinto subject solo le dificultas la busqueda a otro que este intentando resolver un problema similar al que queres solucionar.

Por favor, un solo thread asi le facilitas la vida a los demas y logras que las respuestas que te den no se encuentren desperdigadas en mas de uno y en mas de una seccion.

Gracias