Resolução de tela(Resolvido!)

Iniciado por guarana, 14 de Setembro de 2007, 23:49

tópico anterior - próximo tópico

guarana

Desejo colocar minha resolução em 1440x900.
No terminal digito "nvidia-settings" e dai abre uma janela "NVIDIA X SERVER SETTINGS".
Dai consigo deixar minha resolução em 1440x900 e clico em "Save to X Configuration File" para salvar mas no terminal ocorre um erro:
ERROR: Unable to create backup file '/etc/X11/xorg.conf.backup'.
E nisso eu não consigo salvar na minha resolução de tela desejada.
Alguém poderia me ajudar?
Agredeço antecipadamente!


jomafras

Já tentou em Sistema > Preferências > Resolução de Tela ?
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog

guarana

Já tentei sim...Lá não aparece a resolução desejada (1440x900).
Obs: Drivers tds atualizados.
Mesmo assim obrigado!

k7br

Salve!
Seja bem vindo !
Tenta colocar no xorg.conf na sessão Device a linha Option "ModeValidation" "NoDFPNativeResolutionCheck"
No Terminal
sudo gedit /etc/X11/xorg.conf

Exemplo :
Section "Device"
   Identifier   "Placa de Vídeo Genérica"
   Driver      "nvidia"
        Option          "AddARGBVisuals"   "True"
        Option          "AddARGBGLXVisuals"   "True"
        Option          "NoLogo"           "True"
        Option          "DynamicTwinView"       "false"
        Option          "ModeValidation" "NoDFPNativeResolutionCheck"
EndSection

Maiores informações aqui: http://www.blog.adilson.net/?p=12

Boa sorte! ;)

guarana

Eu digito o comando no terminal dai ele abre uma janela mas vazia..Sem nada...

k7br

guarana, só um pequeno detalhe, que passou despercebido :
Citarsudo gedit /etc/X11/xorg.conf

Boa sorte! ;)

guarana

Consegui colocar o linha e salvar...Dai eu reinicio e volta na resolução 1280x1024.
Eu queria que sempre ficasse em 1440x900 msm eu reiniciando o pc.
Pq td vez que eu entro eu tenho que configurar pelo settings da nvidia(como descrito em parte da minha 1ºmsg do tópico).
Grato pela atenção!

k7br

2-No xorg.conf  procure pela Section "Screen" e inclua  as resoluções que  desejas .
No Terminal(Aplicação→Acessórios→Terminal) ↓sudo gedit /etc/X11/xorg.conf
No meu caso ,eu uso 1024x 768  e está assim :Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV43 [GeForce 6600 GT]"
Monitor "IBM G96"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes    "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes    "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes    "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes    "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes    "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes    "1024x768" "800x600"
EndSubSection
EndSection


Boa sorte!

guarana

Posso colocar "1440x900" do lado das outras resoluções sem problemas?!
Tenho que apagar alguma resolução?
É que as vezes faço algo errado dai qdo reinicio aparece uma tela azul estranha dai tenho q instalar o Ubuntu tudo de novo!
Meu xorg:

# /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 xorg.conf(5) 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"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/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 "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
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 "nVidia Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "ModeValidation" "NoDFPNativeResolutionCheck"
EndSection

Section "Monitor"
Identifier "L196WTQ"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34 [GeForce FX 5200]"
Monitor "L196WTQ"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Grato!

k7br

É isso aí .
Um exemplo :
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34 [GeForce FX 5200]"
Monitor "L196WTQ"
Defaultdepth 24
    SubSection     "Display"
        Depth       1
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


Agora em relação a tela azul ,você aperta Ok até cair numa tela preta pedindo login , faça o login e depois :
sudo dpkg-reconfigure -phigh xserver-xorg
Aqui é o modo para vídeo.Coloque o driver em Vesa (driver genérico) dê ok no resto e depois startx ou sudo reboot .Talvez seu teclado fique em inglês .
                     
                               OU

sudo dpkg-reconfigure xserver-xorg
Aqui é o modo completo (reconfigurar o xorg.conf) Leia com atenção ,quando chegar na parte do driver de vídeo colocar em Vesa (driver genérico) e depois startx ou sudo reboot

Boa sorte! ;)

Off: por hoje , fui  ;)

guarana

k7br consegui!
Muito obrigado pela paciência e por ter resolvido meu problema!
E desculpa qquer coisa.
Flw!

k7br

Fico feliz , pelo (Resolvido)  :)
Abraços .