On Sat, Sep 01, 2001 at 05:04:19PM -0600, Terrence Oblak wrote:
> I recently installed Mandrake on my Powerbook G4. As far as I can tell
> everything is working well. The only "problem" I have is the display. The
> PowerBook has a screen resolution of 1152 x 768, however, Mandrake is only
> using 1024 x 768, so I have an inch of black space on the right hand side of
> the scren.
>
> Does anybody know of a fix? I have tried altering the XF86Config file, but
> to no avail.
>
> I'm a Linux newbie so the more detailed you can be the better.
Attached is my XF86Config that I'm using with my Titanium. It was
adapated from one released by someone at LinuxPPC. I got it from here:
http://www.linuxppc.org/documentation/2000Q4/titanium.php3?css_ok=1
--
Ben Reser <[EMAIL PROTECTED]>
http://ben.reser.org
Wizard's First Rule - People are stupid, they will believe anything
if they want it to be true or they fear it is true - Terry Goodkind
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "macintosh"
Option "XkbRules" "macintosh"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
FontPath "unix/:-1"
# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.
ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "glx"
Load "pex5"
Load "record"
Load "xie"
Load "type1"
Load "speedo"
Load "int10"
Load "drm"
Load "xtt"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Apple"
ModelName "TitaniumLCD"
HorizSync 30-100
VertRefresh 50-160
Modeline "1152x768" 78.741 1152 1173 1269 1440 768 769 772 800 +HSync +VSync
EndSection
Section "Device"
### Available Driver options are:-
#Option "NoAccel"
#Option "SWcursor"
#Option "HWcursor"
#Option "Dac6Bit"
#Option "Dac8Bit"
Option "UseFBDev"
#Option "power_saver"
Identifier "Rage 128"
Driver "r128"
# BusID "PCI:0:16:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Rage 128"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1152x768"
ViewPort 0 0
Virtual 1152 768
EndSubSection
EndSection