Ajuda - Busca - Membros - Calendário
Versão Completa: Resolução 1024x768 no kubuntu (virtualizado)
Hangar Network Forum > Miscelânea > Hangarix
loLO-
Bom, tô virtualizando o kubuntu só pra fazer uns testes de firewall/proxy/fetch mail. Tô virtualizando com o Microsoft Virtual PC 2007, e já conseguir fazer o mouse funcionar. (Êêêê!!!)
O problema é que a resolução tá como 800x600@60hz e mesmo eu alterando o xorg.conf a maldita resolução não altera pra 1024x768, a propósito, quando eu altero pra 1024x768 o modo gráfico nem se inicia.
Seguem algumas informações:
Placa de vídeo onboard
Placa-mãe Asus P5GC-MX chipset de vídeo é o Intel 82945G Express Chipset Family

xorg.conf (dessa forma o modo grafico se inicia, porém em 800x600
CODE
# 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"    "abnt2"
    Option        "XkbLayout"    "br"
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    "Generic Video Card"
    Boardname    "vesa"
    Busid        "PCI:0:8:0"
    Driver        "vesa"
    Screen    0
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    Vendorname    "Plug 'n' Play"
    Modelname    "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "Generic Monitor"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Virtual    800    600
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen 0 "Default Screen" 0 0
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
    
    # Uncomment if you have a wacom tablet
    #    InputDevice     "stylus"    "SendCoreEvents"
    #    InputDevice     "cursor"    "SendCoreEvents"
    #    InputDevice     "eraser"    "SendCoreEvents"
EndSection
Section "Module"
    Load        "glx"
    Load        "GLcore"
    Load        "v4l"
EndSection
Section "ServerFlags"
EndSection


Já rodei o dpkg-reconfigure xserver-xorg e fiz as alterações que acredito serem corretas, mas mesmo assim o modo gráfico nem se iniciou :/
contaSemNIck
se você usa vmware tente usar o virtualbox, as vezes soluciona.
loLO-
QUOTE(anonimo_ @ Mar 14 2008, 01:35 PM) *
se você usa vmware tente usar o virtualbox, as vezes soluciona.

Tô usando M$ Virtual PC 2k7 porque é o menor e o download dele é, consequentemente, mais rápido.
Esta é uma versão simplificada de nosso conteúdo principal. Para ver a versão completa com maiores informações, formatação e imagens, por favor clique aqui.
Invision Power Board © 2001-2009 Invision Power Services, Inc.