ppc - problem with LCD screen resolution

massimo max at maximumdebian.org
Sun Sep 19 02:52:29 UTC 2004


Il giorno sab, 18-09-2004 alle 07:57 -0400, Robert Fernandes ha scritto:
> that to 1280X1024 but no change. Under System, I choose to set my 
> screen resolution but the only choice available is 640X480. Can anyone 
> help here?

hi same for me in my tibook.

look to /etc/X11/XF86Config-4

and modify it as below:

Section "Monitor"
        Identifier      "Color LCD"
        HorizSync       28-100
        VertRefresh     43-100
        Option          "DPMS"
EndSection

it's working for me at  "1152x768". i hope help you.

i think that ubuntu team should be fix two problems with the
ibook/powerbook apple:

1)  layout of keyboard should be set as default in


	Section "InputDevice"
      	  Identifier      "Generic Keyboard"
      	  Driver          "keyboard"
      	  Option          "CoreKeyboard"
      	  Option          "XkbRules"      "xfree86"
      	  Option          "XkbModel"      "pc105"
      	  Option          "XkbLayout"     "us"
	EndSection

and not in

	Section "InputDevice"
       	 Identifier      "Generic Keyboard"
       	 Driver          "keyboard"
       	 Option          "CoreKeyboard"
       	 Option          "XkbRules"      "xfree86"
       	 Option          "XkbModel"      "macintosh"
       	 Option          "XkbLayout"     "us"
	EndSection

(note the "pc105" and "macintosh"



2) second problem:

the resolution at 640x480 fixable setting to "100" the HorizSync and
VertRefresh max range


regards,
MaX





More information about the ubuntu-users mailing list