Autor Tópico: Resolução Kubuntu no Virtualbox (Resolvido)  (Lida 9263 vezes)

Offline Amado2vezes

  • Usuário Ubuntu
  • *
  • Mensagens: 15
    • Ver perfil
Resolução Kubuntu no Virtualbox (Resolvido)
« Online: 01 de Agosto de 2008, 22:57 »
E ai galera é o seguinte:

Estou testando o virtual box aquino meu pc e resolvi instalar o kubuntu 8.4 só que depois da instalação  a tela ficou com a resolução de 800x600 pequena. Eu gostaria de deixar em 1024x758.

Entrei no xorg na sessão screen só que não tinha nada relacionado com a resolução.

Tentei ate o kcontrol, mas a resolução chega ao maximo de 800x600
 Tentei o dpkg-reconfigure xserver-xorg só que la só faz perguntas referente ao teclado e mais nada, modo de video nem aparece.

A configuração atualmente é esta:

# 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.
#
# 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 "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
EndSection

Agradeço toda a ajuda que poderem dar
« Última modificação: 08 de Agosto de 2008, 23:09 por Amado2vezes »
Um sujeito amado por muitos, porém, inexplicável. Assim sou eu! Amado2vezes.

Offline sylvester

  • Usuário Ubuntu
  • *
  • Mensagens: 545
    • Ver perfil
Re: Resolução Kubuntu no Virtualbox
« Resposta #1 Online: 02 de Agosto de 2008, 02:57 »
tenta editar manualmente
edita o ficheiro /etc/X11/xorg.conf

http://opensourceformac.blogspot.com/                                      http://easyubuntulinux.blogspot.com/

Offline Amado2vezes

  • Usuário Ubuntu
  • *
  • Mensagens: 15
    • Ver perfil
Re: Resolução Kubuntu no Virtualbox
« Resposta #2 Online: 04 de Agosto de 2008, 23:03 »
Mas, oq eu ponho no arquivo X.org?
Um sujeito amado por muitos, porém, inexplicável. Assim sou eu! Amado2vezes.

Offline Amado2vezes

  • Usuário Ubuntu
  • *
  • Mensagens: 15
    • Ver perfil
Re: Resolução Kubuntu no Virtualbox
« Resposta #3 Online: 08 de Agosto de 2008, 23:08 »
Consegui resolver o problema!!!! Mais uma vez o kurumin se mostra superior. Criei um pc virtual com o cd do kurumin 7 e instalei ele, fui no X.org e percebi que diferente do x.org do kubuntu na sessão "screen" se encontrava a resolução 1024x758, copiei o Xorg e enviei para o meu e-mail, fui no kubuntu deletei o seu Xorg e substitui pelo o que se encontrava no kurumin, reiniciei o X CTRL+ALT+BACKSPACE)... e veja, tele cheia sem o  menor problema, só tive que ir no kcontrol e no periférico de vídeo mudei a resolução que até então o máximo era 800x600 para 1024x758.

Meu, o sistema de detectação do KNOPPIX é muuuuuuuuuuito bom mesmo conseguiu resolver o problema.

Como ja passei o xorg do kubuntu vou passar do Kurumin para ver como ficou só os acento que ficaram estranhos, mas nada que atrapalhe na configuração.

Section "ServerLayout"
 Identifier     "X.org do Kurumin"
 Screen      0  "Screen0" 0 0
 InputDevice    "Keyboard0" "CoreKeyboard"

# Configura��o do Mouse:
# Nesta op��o voc� configura o tipo de mouse conectado no micro
# As op��es dispon�veis s�o: "PS/2 Mouse", "Serial Mouse" e "USB Mouse"
# Se o cursor do seu mouse estiver lento, err�tico ou impreciso,
# experimente usar a op��o "USB Mouse", que usa um driver mais preciso.

# Synaptics TouchPad not detected
# USB Mouse not detected
 InputDevice    "PS/2 Mouse" "CorePointer"
# Serial Mouse not detected
# ALPS TouchPad not detected
EndSection

#
# Esta op��o permite que o X abra mesmo que o mouse esteja desconectado:
#
Section "ServerFlags"
 Option "AllowMouseOpenFail"  "true"
 
EndSection

# N�o altere as linhas abaixo a menos que saiba o que est� fazendo!

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"
 FontPath  "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
 Load  "dbe"
 Load  "ddc"
 Load  "dri"
 Load  "extmod"
 Load  "freetype"
 Load  "glx"
 Load  "int10"
 Load  "type1"
 Load  "vbe"
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver      "keyboard"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
   Option      "XkbVariant"   "abnt2"
   Option      "XkbOptions"   "abnt2"
EndSection

## Esta op��o configura um teclado us-internacional no iceWM e outros gerenciadores diferentes do KDE.
## Para us�-la, voc� deve descomentar todas as linhas e remover a se��o acima.

#Section "InputDevice"
# Identifier   "Keyboard0"
# Driver   "kbd"
# Option   "CoreKeyboard"
# Option   "XkbRules" "xorg"
# Option   "XkbModel" "pc105"
# Option   "XkbLayout" "abnt2"
#EndSection



Section "InputDevice"
   Identifier  "Serial Mouse"
   Driver  "mouse"
   Option  "Protocol"   "Microsoft"
   Option  "Device"   "/dev/ttyS0"
   Option  "Emulate3Buttons"  "true"
   Option  "Emulate3Timeout"  "70"
   Option  "SendCoreEvents"   "true"
EndSection

Section "InputDevice"
   Identifier   "PS/2 Mouse"
   Driver      "mouse"
   Option  "Protocol"   "auto"
# Substitua a linha acima por esta se a rodinha do mouse n�o estiver funcionando:
#   Option  "Protocol   "IMPS/2"
# Substitua a linha acima por esta se seu mouse n�o estiver funcionando:
#   Option  "Protocol   "ExplorerPS/2"
   Option  "ZAxisMapping"   "4 5"
   Option  "Device"    "/dev/input/mice"
   Option  "Emulate3Buttons"   "true"
   Option  "Emulate3Timeout"   "70"
   Option  "SendCoreEvents"    "true"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
   Option  "SendCoreEvents"      "true"
        Option          "Protocol"              "IMPS/2"
# Substitua a linha acima por esta se seu mouse n�o estiver funcionando
#   Option  "Protocol"         "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

# Mouses especiais:

# Mouse com 5 bot�es (dois botoes laterais) e roda (se a fun��o dos dois bot�es extra e da roda
# ficarem trocadas, substitua a linha "Option "ZAxisMapping" "4 5" por "Option "ZAxisMapping" "6 7"):
Section "InputDevice"
   Identifier "Mouse7bt"
   Driver "mouse"
   Option "Protocol" "ExplorerPS/2"
   Option "ZAxisMapping" "4 5"
   Option "Buttons" "7"
   Option "Device" "/dev/input/mice"
EndSection

# Mouse com 5 bot�es (dois botoes laterais) e DUAS rodas de scrool:
Section "InputDevice"
   Identifier "Mouse9bt"
   Driver "mouse"
   Option "Protocol" "ExplorerPS/2"
   Option "ZAxisMapping" "6 7 8 9"
   Option "Buttons" "9"
   Option "Device" "/dev/input/mice"
EndSection


Section "InputDevice"
        Identifier      "ALPS TouchPad"
        Driver          "synaptics"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "LeftEdge"              "120"
        Option          "RightEdge"             "830"
        Option          "TopEdge"               "120"
        Option          "BottomEdge"            "650"
        Option          "FingerLow"             "14"
        Option          "FingerHigh"            "15"
        Option          "MaxTapTime"            "0"
        Option          "MaxTapMove"            "110"
        Option          "EmulateMidButtonTime"  "75"
        Option          "VertScrollDelta"       "20"
        Option          "HorizScrollDelta"      "20"
        Option          "MinSpeed"              "0.2"
        Option          "MaxSpeed"              "0.5"
        Option          "AccelFactor"           "0.01"
        Option          "EdgeMotionMinSpeed"    "15"
        Option          "EdgeMotionMaxSpeed"    "15"
        Option          "UpDownScrolling"       "1"
        Option          "CircularScrolling"     "1"
        Option          "CircScrollDelta"       "0.1"
        Option          "CircScrollTrigger"     "2"
EndSection

Section "InputDevice"
        Identifier      "Synaptics TouchPad"
        Driver          "synaptics"
        Option          "Device"                "/dev/input/mouse"
        Option          "Protocol"              "auto-dev"
#        Option          "LeftEdge"              "1700"
#        Option          "RightEdge"             "5300"
#        Option          "TopEdge"               "1700"
#        Option          "BottomEdge"            "4200"
#        Option          "FingerLow"             "25"
#        Option          "FingerHigh"            "30"
#        Option          "MaxTapTime"            "180"
#        Option          "MaxTapMove"            "220"
#        Option          "VertScrollDelta"       "100"
#        Option          "MinSpeed"              "0.09"
#        Option          "MaxSpeed"              "0.18"
#        Option          "AccelFactor"           "0.0015"
        Option          "SHMConfig"             "on"
   Option      "Emulate3Buttons"      "true"
#        Option          "Repeater"              "/dev/ps2mouse"
EndSection

# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
   Identifier "Monitor0"
 Option "DPMS" "true"
   HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
#   HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
#   VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
   VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
EndSection


Section "Device"  # (sw_cursor is needed for some ati and radeon cards)

 #Option "sw_cursor"
 #Option "hw_cursor"
 #Option "NoAccel"
 #Option "ShowCache"
 #Option "ShadowFB"
 #Option "UseFBDev"
 #Option "Rotate"
 #Option "NvAGP" "0"

 Identifier  "Card0"

# The following line is auto-generated by KNOPPIX mkxf86config

# Aqui vai o driver usado pela placa de v�deo. Os drivers dispon�veis n�o:
# chips, cirrus, cyrix, fbdev, glint, i740, i810, mga, neomagic, nv
# r128, radeon, rendition, s3virge, sis, tdfx, tga, trident, tseng, vesa, vga
#
# O vesa � um driver gen�rico que funciona na maioria das placas de v�deo
# O fbdev � outro drivers gen�rico que aproveita o recurso de acesso direto � mem�ria
# de v�deo suportado pelo Kernel. Se voc� v� o pinguin durante o boot em texto do sistema,
# significa que a sua placa suporta o fbdev.

 Driver      "vesa"

 VendorName  "All"
 BoardName   "All"
# BusID       "PCI:1:0:0"
EndSection

#
# Aqui vai a configura��o da resolu��o e taxa de atualiza��o usada pelo monitor.
# As v�rias se��es determinam as resolu��es dispon�veis para cada configura��o de profundidade
# de cor, enquanto a op��o "DefaultColorDepth" determina qual ser� usada.

Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 DefaultColorDepth 24
 SubSection "Display"
  Depth     8
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     16
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     24
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "DRI"
 Mode 0666
EndSection
Um sujeito amado por muitos, porém, inexplicável. Assim sou eu! Amado2vezes.