PDA

View Full Version : macbook & ubuntu...problemi risoluzione


alberto.frz
22-03-2007, 16:26
ciao raga, ho appena installato ubuntu sul mio bel macbook...ho un piccolo problemino con la risoluzione video...

non riesco ad impostarla a 1280x800 eppure ...Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

qualche suggerimento?

supermarchino
22-03-2007, 21:26
ciao raga, ho appena installato ubuntu sul mio bel macbook...ho un piccolo problemino con la risoluzione video...

non riesco ad impostarla a 1280x800 eppure ...Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

qualche suggerimento?

Sė. :D Devi indicare una modeline. Fa' ricerche sul punto, anche su ubuntuforums. Con la modeline (riga che comunica alla scheda video gli esatti parametri dell'immagine da fornire al monitor) riesci a ottenere qualunque risoluzione supportata dalla scheda stessa. Es. sul mio htpc ottengo senza problemi le famigerate 1360x760 e 1280x720 (nota anche come 720p).

alberto.frz
22-03-2007, 22:43
:wtf: non ho capito...

-Slash
22-03-2007, 22:57
anche io ho lo stesso problema con quella risoluzione. solo che con ubuntu va, mentre invece non riesco a farla andare nella mia slax con i driver vesa(ho una nvidia ma non posso installare i driver). ho modificato xorg.conf aggiungendo la risoluzione ma continua ad andare a 1024x768 :confused:

Marco-S
23-03-2007, 01:48
La parte riguardante "Server Layout" io non ce l'ho e non l'ho mai vista (uso Debian Etch).

fatti una copia del .conf di xorg per sicurezza. Poi editala e sostiuisci la parte del "Server Layout" con questa:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24 # Don't forget
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Prova e dimmi se va

supermarchino
23-03-2007, 12:34
Per es.:
http://www.ubuntuforums.org/showthread.php?t=391091&highlight=modeline+1280x800

tra cui:

You could try generating a modeline statement that would be added to your monitor section. You can get a modeline at:
http://www.sh.nu/nvidia/gtf.php

example: 1280x800 with refresh of 60

# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
Modeline "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync


o anche
http://www.ubuntuforums.org/showthread.php?t=351647&highlight=915resolution

o ancora
http://www.ubuntuforums.org/showthread.php?t=378648&highlight=modeline+1280x800

ovvero
http://www.google.it/search?hl=it&q=macbook+xorg.conf&btnG=Cerca+con+Google&meta=

Farsi una ricerchina secondo le indicazioni, no? :rolleyes:

Comunque, posta per intero qui il tuo xorg.conf.

alberto.frz
23-03-2007, 14:41
kernel panic:bsod:

supermarchino
23-03-2007, 16:29
kernel panic:bsod:

:confused:

Marco-S
24-03-2007, 18:42
kernel panic:bsod:

Ma dopo aver modificato xorg.conf? :eek: