[ltp] Last desperate attempt to show off my Debian Thinkpad at a conference
Bob Alexander
linux-thinkpad@linux-thinkpad.org
Wed, 23 Feb 2005 18:23:19 +0100
This is a multi-part message in MIME format.
--------------070304030209010504010203
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
I love my desktop. It shows Debian, GNOME, KDE appls and even (shudder)
IE6 and Lotus Notes under WINE.
I have made many many attempts, veiled by my ignorance, to obtain the
same a 1024x768 screen mirroring my internal 1400x1050 LCD panel but am
stuck with two situations:
1) My "xinerama" setup is ABSOLUTELY GREAT ... the second screen shows
on the projector perfectly. But while giving my lecture on the beauty of
Debian (to a paying audience yuk yuk yuk) this will not be very
practical. BTW I have discovered with horror that if I move my OO
impress on the external projector and then click "run the slide show" it
shows on the internal LCD !!!
2) My "single" setup shows on the projector a clipped AND distorted
mirror of what I see on the internal LCD.
In other words I do not seem able to force the refresh rates on the
external projector as when I work with the xinerama setup.
I really hope someone looking at my Debian 4.3.0.dfsg.1-1 XF86Config-4
will be able to correct my setup (see below).
Thank you so much for anything you will attempt to help.
Bob
--------------070304030209010504010203
Content-Type: text/plain;
name="XF86Config-4"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="XF86Config-4"
Section "ServerFlags"
#Option "DontZap" "true"
Option "DefaultServerLayout" "single"
#Option "DefaultServerLayout" "xinerama"
EndSection
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/misc"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc102"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Device"
Identifier "ATI Radeon Mobility 9000 M9 internal Device"
Driver "ati"
Option "Accel"
Option "AGPMode" "4"
Option "EnablePageFlip" "1"
Option "HWCursor" "1"
Option "DDCMode" "yes"
# broken ## Option "AGPFastWrite" "1"
Option "MergedFB" "true"
Option "CRT2Position" "Clone"
Option "MetaModes" "1400x1050-1024x768"
Option "CRT2HSync" "31-69"
Option "CRT2VRefresh" "50-85"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "ATI Radeon Mobility 9000 M9 dac Device"
Driver "ati"
Option "Accel"
Option "AGPMode" "4"
Option "EnablePageFlip" "1"
Option "HWCursor" "1"
Option "DDCMode" "yes"
Option "CloneMode" "1024x768"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "T40 LCD Monitor"
HorizSync 30-65
VertRefresh 50-75
Option "DPMS"
EndSection
Section "Monitor"
Identifier "T40 external"
HorizSync 31-69
VertRefresh 50-85
Option "DPMS"
EndSection
Section "Screen"
Identifier "IBM T40 LCD Screen"
Device "ATI Radeon Mobility 9000 M9 internal Device"
Monitor "T40 LCD Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "IBM T40 external Screen"
Device "ATI Radeon Mobility 9000 M9 dac Device"
Monitor "T40 external"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "single"
Screen "IBM T40 LCD Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "ServerLayout"
Identifier "xinerama"
Screen 0 "IBM T40 LCD Screen" 0 0
Screen 1 "IBM T40 external Screen" RightOf "IBM T40 LCD Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "Xinerama" "On"
EndSection
Section "DRI"
Mode 0666
EndSection
--------------070304030209010504010203--