Forçar resolução do monitor

1. Forçar resolução do monitor

shoujo
shoujo

(usa Slackware)

Enviado em 28/07/2013 - 21:21h

Olá pessoal, tenho uma duvida, é possivel forçar a resolução do monitor de um netbook pra uma resolução maior?
Meu netbook é o accer aspire one AO532H.
No windows 8 modificando um item no registro eu consigo resoluçao bem alem que passa dos mil nos dois lados.

fica um pouco pequeno mas acho melhor do que esse tamanho todo, acho a resolução de 1024x600 muito grande :/

se alguem souber de um jeito!

Estou no ubuntu 13.04


  


2. Re: Forçar resolução do monitor

ian cléver sales fernandes
ianclever

(usa Arch Linux)

Enviado em 28/07/2013 - 21:31h

olha as resoluções que sua tela aguenta sõ determinadas por hardware, vai de uma dimensão x até um dimensão y, não passa disso porque se passar dá pau, se vc deixar a resolução menor que o recomendável, a tela vai ficar menor do que devia, se colocar elevada demais, vai ficar maior que deveria.

para saver as opções suportadas pelo seu monitor(tela):

# xrandr -q  


para selecionar a opção desejada:

# xrandr --output LVDS --mode LarguraxAltura 


ex:

# xrandr --output LVDS --mode 1024x768 



3. Re: Forçar resolução do monitor

shoujo
shoujo

(usa Slackware)

Enviado em 28/07/2013 - 21:59h

mas no windows eu consigo forçar essa resolução além do suportado apenas modificando um registro, e funciona normal, ate 2 resoluções alem do normal que é 1024x600

essa 1024x600 fica com os itens muito grandes, e o xrandr nao me da opcao maior que isso


4. Re: Forçar resolução do monitor

shoujo
shoujo

(usa Slackware)

Enviado em 28/07/2013 - 22:01h

# xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 600, maximum 32767 x 32767
LVDS1 connected 1024x600+0+0 (normal left inverted right x axis y axis) 223mm x 125mm
1024x600 60.1*+
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
1024x768_60.00 (0x247) 63.5MHz
h: width 1024 start 1072 end 1176 total 1328 skew 0 clock 47.8KHz
v: height 768 start 771 end 775 total 798 clock 59.9Hz



5. Re: Forçar resolução do monitor

shoujo
shoujo

(usa Slackware)

Enviado em 28/07/2013 - 22:02h

se for possivel eu queria no minimo 1024x768


6. Re: Forçar resolução do monitor

ian cléver sales fernandes
ianclever

(usa Arch Linux)

Enviado em 28/07/2013 - 22:31h

placa de video é intel? nvidia? ati?

pode ser o driver de video.

mas tenta:

# X -configure 
# mv /root/xorg.conf /etc/X11/


reinicia e ve se aparece mais resoluções, mas isso ta parecendo falta de driver proprietário(caso de nvidia).


7. Re: Forçar resolução do monitor

shoujo
shoujo

(usa Slackware)

Enviado em 29/07/2013 - 00:03h

# X -configure
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't already running
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
Server terminated with error (1). Closing log file.


deu erro

o drive é intel


8. Re: Forçar resolução do monitor

shoujo
shoujo

(usa Slackware)

Enviado em 29/07/2013 - 00:07h

mas o maximo do meu monitor e da placa de vídeo é 1024x600 mesmo(é um netbook), o que eu quero é forçar ele além da capacidade, assim como consigo fazer no windows..


9. Re: Forçar resolução do monitor

ian cléver sales fernandes
ianclever

(usa Arch Linux)

Enviado em 29/07/2013 - 10:12h

eu esqueci que vc está rodando modo gráfico, vc tem que executar isso no modo texto puro mesmo para isso vc te que parar o lightdm e encerrar a sessão para o modo gráfico assim:

# service lightdm stop  

e depois executar os comandos, no modo texto puro, para reiniciar o lightdm :

# service lightdm start  


caso não funcione, pode ser o driver de video da intel, ela disponibilizou um instalador simplificado :

https://01.org/linuxgraphics/downloads/2013/intelr-linux-graphics-installer-version-1.0.1



10. Re: Forçar resolução do monitor

shoujo
shoujo

(usa Slackware)

Enviado em 30/07/2013 - 23:02h

nao entendi muito o arquivo que ele gerou, nao encontrei o local onde especifica resolução

xorg.conf.new,

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"
Screen 4 "Screen4" RightOf "Screen3"
Screen 5 "Screen5" RightOf "Screen4"
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 "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 "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 "Monitor"
Identifier "Monitor4"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor5"
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 "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2: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 "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card1"
Driver "intel"
BusID "PCI:0:2:1"
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 "kmsdev" # <str>
#Option "ShadowFB" # [<bool>]
Identifier "Card2"
Driver "modesetting"
BusID "PCI:0:2: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 "kmsdev" # <str>
#Option "ShadowFB" # [<bool>]
Identifier "Card3"
Driver "modesetting"
BusID "PCI:0:2:1"
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 "Card4"
Driver "fbdev"
BusID "PCI:0:2: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 "Card5"
Driver "vesa"
BusID "PCI:0:2: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

Section "Screen"
Identifier "Screen4"
Device "Card4"
Monitor "Monitor4"
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 "Screen5"
Device "Card5"
Monitor "Monitor5"
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



11. Re: Forçar resolução do monitor

deanderson
deanderson

(usa Outra)

Enviado em 04/08/2013 - 22:22h

Esse arquivo tem que ser mudado para

xorg.conf

tire o .new

Mesmo assim eu acho muito difícil conseguir passar da resolução e taxa de atulização suportada pelo seu munitor, pois elas são proporcionais. Se você usar o munitor forçando a resolução e conseguentemente a taxa de atualização ele ficará danificado.

http://www.tecmundo.com.br/monitor/3848-mito-ou-verdade-mudar-a-frequencia-do-monitor-pode-estraga-l...


12. Re: Forçar resolução do monitor

Isaac  Luiz Angelo de Azevedo
isaacangello

(usa KUbuntu)

Enviado em 28/10/2013 - 14:08h

tente esse script

http://vivaolinux.com.br/contribuir/scripts/verScript.php?codigo=5884






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts