Page 1 of 1

Résolution Linux Mint

Posted: Tue Oct 04, 2011 2:45 pm
by ghusson1
Bonsoir je viens d'installer Linux Mint sur mon eeepc asus 1201k tout va bien sauf que la résolution étant de 1024*768 cela ne correspond pas à la configuration que je souhaiterais (1366*768) le pilote graphique n'est pas reconnu.

Voici une copie de /etc/x11/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

Merci d'avance de votre aide !

Cordialement,

Re: Résolution Linux Mint

Posted: Tue Oct 04, 2011 3:03 pm
by jp734
I don't think, vesa support widescreen format. You might have to use the driver for your card.
If you really want to use vesa, you can check this out: http://forums.freebsd.org/showthread.php?t=914

Re: Résolution Linux Mint

Posted: Tue Oct 04, 2011 3:55 pm
by ghusson1
there are no driver for my card graphyc :/

Re: Résolution Linux Mint

Posted: Wed Oct 05, 2011 9:39 am
by jp734
May I ask what video card you are using and have you tried the steps on the link I gave you?

Re: Résolution Linux Mint

Posted: Tue Nov 01, 2011 4:09 am
by rdelreLM
I had a similar problem with ASUS 1201K (installed: Katya).
I could not solve entirely the problem but I succeeded to get an acceptable screen (resolution 1280x768 instead of 1366x768) by adding only one line to xorg.conf in Section "Monitor" as follows:
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30.0-60.0
EndSection
(By inspecting the Log file, it seems to me that VESA driver discards 1280x768 because the default for HorizSync is 48.0 max, but the value provided by Asus 1201K is 60.0.)