<x-tad-bigger>Hi,
I've been struggling to get XF86config working properly with Debian linux on ti 400MHz Powerbook. There's a little extra 'screen' that spills off my display. I've tried modifying the resolution but that doesn't help (in fact it often breaks X). Gnome and KDE both work, but KDE is useless since the default taskbar location is at the bottom. Any help would be greatly appreciated. I've followed the XFree86 4.2 tips by [EMAIL PROTECTED] for the Ti Book but the downloaded drm-trunk patches don't match with the documentation.
TIA, Pete
for reference, here is my XF86Config-4 file. It's a hack of several ones, but, with the exception of the screen spilling over, works.
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/cyrillic/"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1/"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo/"
FontPath "/usr/lib/X11/fonts/75dpi/"
FontPath "/usr/lib/X11/fonts/100dpi/"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/usr/lib/X11/fonts/TrueType/"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
# Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
# Load "xie"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "macintosh"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "ZAxisMapping" "4 5"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "true"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
Identifier "LCD"
Option "DPMS"
HorizSync 40 - 100
VertRefresh 40 - 120
Mode "1280x854"
DotClock 79.816
HTimings 1280 1296 1408 1536
VTimings 854 855 858 866
Flags "-HSync" "-VSync"
EndMode
EndSection
Section "Device"
Identifier "Card0"
Driver "ati"
Option "UseFBDev" "true"
BusID "PCI:0:16:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x854"
EndSubSection
EndSection
</x-tad-bigger>