Autor Tópico: Como aumentar a resolução no ubuntu 10.10  (Lida 31568 vezes)

Offline madrugadp

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #15 Online: 28 de Janeiro de 2011, 20:30 »
Onde eu posso ver isso?

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #16 Online: 28 de Janeiro de 2011, 20:35 »
Deve ter um número ou algo parecido pintado na frente, ou atrás do monitor.

Fica mais fácil pra outros usuários que tiverem o mesmo problema acharem a solução se identificarmos marca e modelo do monitor...

Offline madrugadp

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #17 Online: 28 de Janeiro de 2011, 20:41 »
Suspeitei desde o principio. Desculpa o incomodo. E muito obrigado. xD

Monitor: Philips 105S11/48
« Última modificação: 28 de Janeiro de 2011, 20:43 por madrugadp »

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #18 Online: 28 de Janeiro de 2011, 20:56 »
Vou postar o mesmo xorg.conf, só que organizado, que foi a solução para problema de resolução em um monitor Philips 105S11/48 14 polegadas:

Código: [Selecionar]
Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"

   Horizsync 30.0-66.0
   Vertrefresh 50.0-110.0

   #HorizSync       30-54
   #VertRefresh     50-110
   #HorizSync 30.0 - 61.0
   #VertRefresh 50.0 - 120.0
   #HorizSync   28-51
   #VertRefresh   43-60
   #Horizsync   31.5-48.0
   #Vertrefresh   56.0 - 65.0
   #HorizSync    31-48
   #VertRefresh  50-60
   #HorizSync 30.0 - 83.0
   #VertRefresh 56.0 - 76.0
   #Horizsync 30.0-83.0
   #Vertrefresh 56.0-75.0
   #HorizSync       30.0 - 48.0
   #VertRefresh     50.0 - 90.0
   #HorizSync 30.0 - 55.0
   #VertRefresh 50.0 - 120.0

   ModeLine "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
   ModeLine "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
   ModeLine "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
   ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
   
   #ModeLine "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
   #modeline  "1024x768@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
   #Modeline "1024x768@60" 64.56 1024 1056 1296 1328 768 783 791 807
   #Modeline "1024x768@70" 78.26 1024 1056 1352 1384 768 783 792 807
   #Modeline "1024x768@75" 85.52 1024 1056 1376 1408 768 782 792 807   

EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     24
      #Virtual 1024 768
      Modes "1024x768@60" "1024x768@70" "1024x768@75" "1024x768@85"
   EndSubSection
EndSection

Meu Twitter: http://twitter.com/linuxlike

 :)

Offline willdsg

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
    • My domain
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #19 Online: 12 de MAR?O de 2011, 13:48 »
Segue o meu 'Xorg.conf.new', meu monitor é de resolução ideal 1280x800 tela de LCD 15,4, tentei usar o conf que você passou ao amigo acima, porem alterando a resolução para a minha e a tela ficou toda distorcida, impossível de se entender algo. O meu notebook é um SIX SNL-5000(eu já to sabendo que é horrível), se me recordo bem o chipset gráfico é o SiS 771, se precisar do site do fabricante é www.six.ind.br, ele veio com GNU também porém veio com o Fenix systems no qual a resolução ficava certinha, a e estou usando o Ubuntu netbook 10.10 acho que não tem problema né?

Código: [Selecionar]
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
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"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "record"
Load  "dri"
Load  "dri2"
Load  "dbe"
Load  "extmod"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # <str>
        #Option     "fbdev"              # <str>
        #Option     "debug"              # [<bool>]
Identifier  "Card0"
Driver      "fbdev"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #20 Online: 12 de MAR?O de 2011, 13:53 »
Segue o meu 'Xorg.conf.new', meu monitor é de resolução ideal 1280x800 tela de LCD 15,4, tentei usar o conf que você passou ao amigo acima, porem alterando a resolução para a minha e a tela ficou toda distorcida, impossível de se entender algo. O meu notebook é um SIX SNL-5000(eu já to sabendo que é horrível), se me recordo bem o chipset gráfico é o SiS 771, se precisar do site do fabricante é www.six.ind.br, ele veio com GNU também porém veio com o Fenix systems no qual a resolução ficava certinha, a e estou usando o Ubuntu netbook 10.10 acho que não tem problema né?

Você desinstalou o Fenix? Não copiou o xorg.conf dele?

Offline willdsg

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
    • My domain
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #21 Online: 12 de MAR?O de 2011, 15:55 »
Você desinstalou o Fenix? Não copiou o xorg.conf dele?

Sim desinstalei e não copiei o xorg pois na época não queria saber de linux, essa semana tentei reinstala-lo mas parece que ele não instala pelo modo avançado, no qual usaria para instalar no meu HD externo, onde a instalação ele faz a restauração do sistema formatando e zerando todo HD principal. :s

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #22 Online: 12 de MAR?O de 2011, 16:29 »
Ok

Então, vamos por parte...

Primeiro, cole aqui a saída do comando lspci.

Segundo, tente esta configuração do xorg.conf:

Código: [Selecionar]
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
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"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "record"
Load  "dri"
Load  "dri2"
Load  "dbe"
Load  "extmod"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
        HorizSync 30 - 63
        VertRefresh 50 - 75
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # <str>
        #Option     "fbdev"              # <str>
        #Option     "debug"              # [<bool>]
Identifier  "Card0"
Driver      "fbdev"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Offline willdsg

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
    • My domain
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #23 Online: 12 de MAR?O de 2011, 16:41 »
Ok

Então, vamos por parte...

Primeiro, cole aqui a saída do comando lspci.

Segundo, tente esta configuração do xorg.conf:

Código: [Selecionar]
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
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"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "record"
Load  "dri"
Load  "dri2"
Load  "dbe"
Load  "extmod"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
        HorizSync 30 - 63
        VertRefresh 50 - 75
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # <str>
        #Option     "fbdev"              # <str>
        #Option     "debug"              # [<bool>]
Identifier  "Card0"
Driver      "fbdev"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Ok, criei o xorg.conf com o code acima, e até o momento não houve modificação alguma. E abaixo segue meu lspci:
Código: [Selecionar]
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:0d.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
00:0d.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
00:0d.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
00:0d.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 11)
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
02:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #24 Online: 12 de MAR?O de 2011, 21:07 »
Agora tente este:

Código: [Selecionar]
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
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"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "record"
Load  "dri"
Load  "dri2"
Load  "dbe"
Load  "extmod"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
        HorizSync 30 - 63
        VertRefresh 50 - 75
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # <str>
        #Option     "fbdev"              # <str>
        #Option     "debug"              # [<bool>]
Identifier  "Card0"
Driver      "fbdev"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth     16
Modes "1280x800" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
Modes "1280x800" "1024x768" "800x600"
EndSubSection
EndSection

Offline willdsg

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
    • My domain
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #25 Online: 12 de MAR?O de 2011, 22:10 »
Agora tente este:

Código: [Selecionar]
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
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"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "record"
Load  "dri"
Load  "dri2"
Load  "dbe"
Load  "extmod"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option    "Protocol" "auto"
Option    "Device" "/dev/input/mice"
Option    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
        HorizSync 30 - 63
        VertRefresh 50 - 75
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"           # [<bool>]
        #Option     "Rotate"             # <str>
        #Option     "fbdev"               # <str>
        #Option     "debug"               # [<bool>]
Identifier  "Card0"
Driver      "fbdev"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth     16
Modes "1280x800" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
Modes "1280x800" "1024x768" "800x600"
EndSubSection
EndSection

Substitui e mais uma vez não resulto em nada, simplesmente parece que não acontece nada, eu reinicio e tal mas nada... Não aguento mais essa resolução. @.@

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #26 Online: 12 de MAR?O de 2011, 22:18 »
Vamos tentar uma solução mais radical!

Tente esta dica: http://www.vivaolinux.com.br/dica/Driver-SIS-671-771-+-Xorg-no-Ubuntu-10.04-Lucid-Lynx

Se a versão do seu Ubuntu não for a 10.04, baixe o driver para a sua versão aqui: http://ajoliveira.com/ajoliveira/pt/software/xorg.php

Resumindo, tente seguir a dica do primeiro link com o driver correto para a sua versão!

Offline willdsg

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
    • My domain
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #27 Online: 13 de MAR?O de 2011, 13:13 »
Vamos tentar uma solução mais radical!

Tente esta dica: http://www.vivaolinux.com.br/dica/Driver-SIS-671-771-+-Xorg-no-Ubuntu-10.04-Lucid-Lynx

Se a versão do seu Ubuntu não for a 10.04, baixe o driver para a sua versão aqui: http://ajoliveira.com/ajoliveira/pt/software/xorg.php

Resumindo, tente seguir a dica do primeiro link com o driver correto para a sua versão!

Eu instalei o Ubuntu 10.10 64Bits, então qual driver do link devo usar?
"Para o Maverick 10.10 64-bit clicar aqui para obter o driver que eu compilei." esse?
Desculpe, sou meio leigo no assunto...

@EDIT
Opa, instalei esse Maverick 10.10 64-bit, e funcionou! Cara já estava perdendo a esperanças, hehe! Mas só mais uma coisa para complementar, em 'Preferencias de aparencia > Efeitos visuais' eu não vou conseguir ativar nem o modo 'normal'? Atualmente está nenhum, e se ativo o 'normal' da erro dizendo que não pode ser aplicado o efeito visual... :/
« Última modificação: 13 de MAR?O de 2011, 13:41 por willdsg »

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #28 Online: 13 de MAR?O de 2011, 13:57 »
Isto acontece porque o driver provavelmente não dá suporte a aceleração 3D.

Verifique com o comando: glxinfo | grep render

Poste aqui a saída.


Offline willdsg

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
    • My domain
Re: Como aumentar a resolução no ubuntu 10.10
« Resposta #29 Online: 13 de MAR?O de 2011, 15:10 »
Isto acontece porque o driver provavelmente não dá suporte a aceleração 3D.

Verifique com o comando: glxinfo | grep render

Poste aqui a saída.



Deu isso:
Código: [Selecionar]
direct rendering: Yes
OpenGL renderer string: Software Rasterizer
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program,