#1 Le 24/12/2006, à 09:21
- YvesTan
Pas de fullscreen sur MBP via Parallels (valeur de refresh ?)
Salut à tous,
Je ne parviens pas à obtenir les bons réglages Refresh et VertRefresh pour faire fonctionner le 1440x900 sur Ubuntu Edgy virtualisé par parallels.
Est-ce que quelqu'un aurait les bonnes valeurs
Merci ++
#2 Le 04/01/2007, à 23:27
- M-Rick
Re : Pas de fullscreen sur MBP via Parallels (valeur de refresh ?)
http://forum.macbidouille.com/index.php?act=ST&f=20&t=194889
j'ai réussi très facilement à avoir la résolution 1680x1050 dans Ubuntu via Parallels. Ça devrait pouvoir fonctionner aussi avec du 1440x900.
quelques copies d'écran
Il faut biensûr éditer xorg.conf
sudo pico /etc/X11/xorg.conf
Rajouter la résolution "1680x1050" dans la section "Screen" et changer la fréquence de l'écran dans la section "Monitor" HorizSync 30-51 par 30-69 et VertRefresh 50-60 par 50-120.
Après il faut rebooter et c'est tout.
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-69
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1280x800" "1024x768" 800x600" "640x480"
EndSubSection
EndSection
Dernière modification par M-Rick (Le 04/01/2007, à 23:45)
G4 400 - Gigabit Ethernet - 1,5 Go RAM / Mac OS X 10.3.9 - Ubuntu Linux PPC 6.10
iMac G5 20" 1,8 Ghz 2 Go RAM / Mac OS X 10.4.8
iMac Intel CoreDuo 20" 1,5 Go RAM / Mac OS X 10.4.11 / Parallels : Ubuntu Linux x86 7.10 + Windows XP Pro SP 2
Hors ligne