Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Mensagens - Carl_XD

Páginas: [1]
1
Existe algum plugin para o Banshee que mostra o que eu estou ouvindo no emesene (ou um plugin do emesene q faz o mesmo)??  ???

2
Iniciantes / Re: Como aumentar a resolução no ubuntu 10.10
« Online: 28 de Abril de 2012, 19:02 »
 :D
Agora siim, tela de boot OK, resolução desejada e sem "mensagens de erro"

Comentei as linhas como vc falou e reiniciei, depois diminuiu a resolução de novo, e tirei o "#" (reiniciei novamente), em seguida usei as frequências q vc colocou aí mas ficou entrelaçada (reiniciei...), recoloquei a frequência anterior e então a mensagem sumiu.

não sei se fiz do modo certo mas funcionou, hehe
Muito obrigado a todos pela ajuda!  ;D :D :D

3
Iniciantes / Re: Como aumentar a resolução no ubuntu 10.10
« Online: 28 de Abril de 2012, 12:13 »
Mas era nessa resolução que eu queria chegar mesmo.

Agora o problema é a tela de boot e a mensagem q eu tinha comentado.

4
Iniciantes / Re: Como aumentar a resolução no ubuntu 10.10
« Online: 28 de Abril de 2012, 11:06 »
Deu isso aki:

Código: [Selecionar]
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 240, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x600        50.0*
   640x480        51.0 
   400x300        52.0 
   320x240        53.0 

5
Iniciantes / Re: Como aumentar a resolução no ubuntu 10.10
« Online: 27 de Abril de 2012, 14:41 »
woow! Consegui (em partes).. ;)

Tota, usei o 3º código (dos 4 últimos) que o rodrigo.miguel mandou e alterei o "HorizSync" e o "VertRefresh" usando a página que vc mandou, isso ajudou muito! Minha tela agora está na resolução que eu queria, mas quando logo no meu usuário aparece esta mensagem...


mais ampliada:
https://lh5.googleusercontent.com/-lhQDD88U9nc/T5rulsesUiI/AAAAAAAAAPk/_WiZW5rTa84/s512/Captura%2520de%2520tela%2520em%25202012-04-27%252014%253A05%253A22.png

e o boot esta branco com uns quadradinhos (ainda)  :P


6
Iniciantes / Re: Como aumentar a resolução no ubuntu 10.10
« Online: 27 de Abril de 2012, 11:50 »
SyncMaster 3 Modelo: CVM4967P
Color display monitor rating AC 100-240V~ 60/50Hz 1.2
Essa é a informação q tem atrás dele.

7
Iniciantes / Re: Como aumentar a resolução no ubuntu 10.10
« Online: 27 de Abril de 2012, 11:37 »
testei um por um mas ficou do mesmo jeito, exceto o 3º que ficou entrelaçado.
Será que é a frequência do monitor? ele roda bem em 60Hz.

8
Iniciantes / Re: Como aumentar a resolução no ubuntu 10.10
« Online: 26 de Abril de 2012, 19:24 »
WoW, quase lá, :D apareceram mais opções de resolução mas a 800x600 ficou entrelaçada e a tela de boot ficou branca com uns borros pretos.
Como eu sei no xorg as resoluções suportadas e a frequência? (o que é o q no xorg) pra ver se eu consigo alterar.

9
Iniciantes / Re: Como aumentar a resolução no ubuntu 10.10
« Online: 26 de Abril de 2012, 14:59 »
Vish, ficou do mesmo jeito, o curioso é que durante a instalação do ubuntu as resoluções disponíveis eram 1024x768 e 800x600.   :-\
Mas, depois ficou assim....

10
Iniciantes / Re: Como aumentar a resolução no ubuntu 10.10
« Online: 25 de Abril de 2012, 22:36 »
rodrigo.miguel, também fiz os mesmos procedimento que vc mandou para o madrugadp e o resultado foi o mesmo
Citar
funcionou, em partes agora a tela em 1024x768 não se enquadra no meu monitor, para eu chegar nos cantos da tela tenho que correr o mouse até la.

O meu driver suporta uns 1280x1024(ou mais) eu acho, mas o meu monitor só suporta até 800x600.
Você pode montar um xorg p/ mim?    ;)

Meu monitor é um Sansung SyncMaster 3 (antigo), acho que 14 polegadas.
_____________________________________

E caso precise, esse é o xorg.conf.new q fiz:
Citar
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   Screen      1  "Screen1" RightOf "Screen0"
   Screen      2  "Screen2" RightOf "Screen1"
   Screen      3  "Screen3" RightOf "Screen2"
   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  "extmod"
   Load  "glx"
   Load  "record"
   Load  "dri"
   Load  "dri2"
   Load  "dbe"
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 "Monitor"
   Identifier   "Monitor1"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

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

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

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   BusID       "PCI:1:0:0"
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     "SWcursor"              # [<bool>]
        #Option     "HWcursor"              # [<bool>]
        #Option     "NoAccel"               # [<bool>]
        #Option     "ShadowFB"              # [<bool>]
        #Option     "VideoKey"              # <i>
        #Option     "WrappedFB"             # [<bool>]
        #Option     "GLXVBlank"             # [<bool>]
        #Option     "ZaphodHeads"           # <str>
        #Option     "PageFlip"              # [<bool>]
   Identifier  "Card1"
   Driver      "nouveau"
   BusID       "PCI:1:0:0"
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  "Card2"
   Driver      "fbdev"
   BusID       "PCI:1:0:0"
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     "DefaultRefresh"        # [<bool>]
        #Option     "ModeSetClearScreen"    # [<bool>]
   Identifier  "Card3"
   Driver      "vesa"
   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

Section "Screen"
   Identifier "Screen1"
   Device     "Card1"
   Monitor    "Monitor1"
   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

Section "Screen"
   Identifier "Screen2"
   Device     "Card2"
   Monitor    "Monitor2"
   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

Section "Screen"
   Identifier "Screen3"
   Device     "Card3"
   Monitor    "Monitor3"
   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

Páginas: [1]