Foi-me dito em um tópico que iniciei num fã israelita do Linux site ( tradução para o inglês ), para alterne "vesa"
para "intel"
em xorg.conf
- e funciona!
Eu achava que o Ubuntu já tinha esse tipo de configurações.
Instalei o Kubuntu 9.10 novamente em um desktop HP com uma placa gráfica Samsung SyncMaster 2243 e Intel integrada. A resolução da tela é fixada em 1280x1024
em vez do nativo 1680x1050
, o que faz meus olhos sangrarem.
$ lspci -k |grep "VGA" -A2
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31
Express Integrated Graphics Controller (rev 10)
Kernel driver in use: i915
Kernel modules: i915
e meu xorg.conf:
/etc/X11$ cat xorg.conf
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Alguma idéia de como fazer esse driver funcionar? Não encontrei soluções de trabalho nas pesquisas do Google.
Obrigado,
Adam
Foi-me dito em um tópico que iniciei num fã israelita do Linux site ( tradução para o inglês ), para alterne "vesa"
para "intel"
em xorg.conf
- e funciona!
Eu achava que o Ubuntu já tinha esse tipo de configurações.