Page 1 of 1
Everything I know about Ubuntu 5.04 on a T42...
Posted: Fri May 13, 2005 1:50 pm
by Edward Mendelson
I've posted everything I've learned about Ubuntu on the T42 on this page:
http://www.columbia.edu/~em36/ubuntuhoa ... adt42.html
Corrections, additions, changes, etc. are always welcome.
Edward Mendelson
Posted: Fri May 13, 2005 8:17 pm
by baraider
Hey, you go to Columbia Uni?
Nice, I do my phd nearby...maybe i can swing by if i need help?

Posted: Sat May 14, 2005 7:10 pm
by benplaut
page down
darn! i was looking for information about wireless

Posted: Sun May 15, 2005 7:48 pm
by Edward Mendelson
OK, I've edited the file to add some wireless wisdom, but it isn't much...
tweaks
Posted: Mon Jun 27, 2005 10:46 am
by migo2137
Hi
and thanks for a great tutorial! I've got a couple of problems thou:
no screen confirmation
my fan is constantly on, althou the cpu-scaling is working
Could you give me some advice as to where to look for more info about this?
Thanks again!
/Michal
Posted: Mon Jun 27, 2005 11:33 am
by Edward Mendelson
I'm sorry to say that "everything I know" did in fact mean "everything I know". If you find anything about the fan, please tell us!
I'm not sure what you mean about "no screen confirmation". If you are referring to the on-screen display of the effect of the ThinkPad buttons, the solution is on my "everything I know" page. Did you try it?
http://www.columbia.edu/~em36/ubuntuhoa ... tml#tpbosd
display problem
Posted: Mon Jun 27, 2005 12:32 pm
by migo2137
Hi again!
I did follow your advice, and most of the stuff works. The on-scrren notification works now. But the "A possible video speed boost?" does not. After editing xorg.conf the screen went black (LCD was on - but black).
Posted: Mon Jun 27, 2005 12:57 pm
by Edward Mendelson
Possibly your T42 has a different video card from mine. Maybe I should add a warning to my page...
Posted: Mon Jun 27, 2005 2:30 pm
by AndreasMeier
@migo2137: what video card do you have in your tp ? And please be so kind and post your xorg.conf (the version where the LCD stays black).
I have exactly the same problem (LCD is on but black) with my ATI7500 card.
The only way to get it working, was to disable the options AGPFastWrite, PageFlip and AGPMode.
But dont know if I have to disable all of them,
@Edward Mendelson: To compare both, what video card do you have ?
Thanks to both of you,
kind regards,
Andreas
Posted: Mon Jun 27, 2005 2:45 pm
by Edward Mendelson
As it says at the top of the page that started this thread, my 2373JTU has the same Radeon 7500 that you have. However, I never get that blank screen. I'm away from the machine right now, but I'll try to post the relevant parts of my xorg.conf later.
Posted: Mon Jun 27, 2005 3:23 pm
by AndreasMeier
What I have in addition in my xorg.conf is the Option "DynamicClocks"="true" to reduce speed and heat of the card.
With the disabled other options the card is running, with enabled options the screens stays black,
so I'm very keen on seeing your xorg.conf in order to compare it with my one.
Thanks you very much and hope to hear from you soon.
Kind regards
Andreas
Posted: Mon Jun 27, 2005 5:53 pm
by benplaut
what are you guys with Radeon 7500 getting in GLXgears? i'm not so sure that 730 is the max i can get out... performance was better in SuSE...
Posted: Mon Jun 27, 2005 11:38 pm
by AndreasMeier
With my current settings I have around 350-380 fps.
Not much compared to your 730 fps, but honestly, we have here a Thinkpad and mainly I need that machine for business, so 3D is not that important for me, but nice to have. And more frames are even nicer
And by the way, chronium is limited to 50fps anyway
If you have 730fps, your video card is an ATI7500? Interssesting, can you post your xorg.conf also ?
Thanks and regards,
Andreas
Posted: Mon Jun 27, 2005 11:43 pm
by benplaut
AndreasMeier wrote:If you have 730fps, your video card is an ATI7500? Interssesting, can you post your xorg.conf also ?
and this is without DRI (i think)
Code: Select all
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
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/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 9000 (M7 LW)"
Driver "ati"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "AGPFastWrite" "True"
Option "EnablePageFlip" "True"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9000 (M7 LW)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Posted: Tue Jun 28, 2005 4:43 am
by AndreasMeier
No, you have dri enabled. look in modules section, there you have load dri and in den section dri, here is dri also mentioned.
One question to you too:
Can you do me a favor and enable the Option "DynamicClocks" in your xorg.conf, right underneath the Option "EnablePageFlip" "True"
and tell us, if you find your LCD sometimes black ?
If you disable the option again, all is working normally on my T42.
Perhaps you have to disable the synaptic touchpad section and the module to get it work.
You also have an ATI7500, or ?
Thanks in advance,
Regards
Andreas
Posted: Tue Jun 28, 2005 5:48 pm
by benplaut
AndreasMeier wrote:
Can you do me a favor and enable the Option "DynamicClocks" in your xorg.conf, right underneath the Option "EnablePageFlip" "True"
and tell us, if you find your LCD sometimes black ?
If you disable the option again, all is working normally on my T42.
Perhaps you have to disable the synaptic touchpad section and the module to get it work.
You also have an ATI7500, or ?
Thanks in advance,
Regards
Andreas
the "DynamicClocks" crashes X, i tried it in my last (test) install. yup, i've got the 7500

Posted: Tue Jun 28, 2005 6:27 pm
by Edward Mendelson
Here's my complete xorg.conf file in the machine described on the page at the top of this thread. It's a Radeon 7500 chip in the machine, despite what it says in the xorg.conf file:
Code: Select all
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/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
# SubSection "extmod"
# Option "omit xfree86-dga"
# EndSubSection
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 9000 (M7 LW)"
Driver "ati"
BusID "PCI:1:0:0"
#added 3 lines
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "EnablePageFlip" "true"
Option "DynamicClocks" "true"
EndSection
#Section "Device"
# Identifier "Radeon Mobility M7 LW"
# Driver "radeon"
# VendorName "ATI Technologies Inc."
# BoardName "Radeon Mobility M7 LW"
# BusID "PCI:1:0:0"
# Option "AGPMode" "4"
# Option "AGPFastWrite" "true"
# Option "EnablePageFlip" "true"
#EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
DisplaySize 270 203 # 1024x768 96dpi
# DisplaySize 338 254 # 1280x960 96dpi
# DisplaySize 338 270 # 1280x1024 96dpi
# DisplaySize 370 277 # 1400x1050 96dpi
# DisplaySize 423 370 # 1600x1400 96dpi
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9000 (M7 LW)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Posted: Wed Jun 29, 2005 1:15 pm
by AndreasMeier
@Edward,
why have you this:
# SubSection "extmod"
# Option "omit xfree86-dga"
# EndSubSection
disabled in your modules section ?
Why it is good for (if enabled) ?
regards
Andreas
Posted: Wed Jun 29, 2005 1:37 pm
by Edward Mendelson
I'd completely forgotten about that until your post. So all I can report here is what I can find from a Google search. I would recommend that you search Google for a lot more information about this.
It seems as if I must have this post, which I just found through Google:
http://ubuntuforums.org/showthread.php?t=29990
(make sure to read beyond the first post). But I probably read something else as well that I've completely forgotten.
Here's some more detail that I found on Google:
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection
So, by commenting out the whole section, I completely disabled the extension to the module (probably no need to comment out all three lines - simply uncommenting the middle line would presumably be enout to "omit" - disable - the extension).
Now, what is the DGA extension? Google tells me that also:
"Uses the XFree86 DGA extension to do fullscreen direct framebuffer access on X servers which support this. For systems without kernel framebuffer support, the program must be run as root for this target to be able to mmap /dev/mem."
There's a lot more on Google where that came from. A quick search will tell you much more than I remember!