T41p - Fedora Core 5 - Issues
-
Dead1nside
- Senior Member

- Posts: 780
- Joined: Mon Jul 24, 2006 8:32 pm
- Location: Reading, UK
- Contact:
T41p - Fedora Core 5 - Issues
Hi there,
My first foray into Linux wasn't so bad. I ran Knoppix and qtparted some of my drive, to give me a 10GB partition for my Fedora install.
The install went well, not being very experienced I haven't straye from default options.
My screen however is running at 800x600 when it should be at 1400x1050. How can I resolve this. Trying to change the resolution gets me 4 differnt little screens all a bit blurred.
My other problem is suspend when the lid closes, or even just suspend never works. It won't come out of it, just a black screen.
Thanks for any help.
My first foray into Linux wasn't so bad. I ran Knoppix and qtparted some of my drive, to give me a 10GB partition for my Fedora install.
The install went well, not being very experienced I haven't straye from default options.
My screen however is running at 800x600 when it should be at 1400x1050. How can I resolve this. Trying to change the resolution gets me 4 differnt little screens all a bit blurred.
My other problem is suspend when the lid closes, or even just suspend never works. It won't come out of it, just a black screen.
Thanks for any help.
Without being right infront of my pc I can only give you some ideas.
for the 1400x1050 resolution. I had to edit (I use nano/pico) /etc/X11/xorg.conf and went to where the resololutions section is you should see 800x600 640x480 and you add 1400x1050 to the front of the line. or you may end up the harder way with a modline and that I haven't done yet my self. This is by memory and I am using Ubuntu at the moment. As for the blank screen on resume, Ubuntu resolves this by itself using vesa state saving and resuming. using vbetool. I wote a script in FC5/4 to do this for me I will see if I can find it.
for the 1400x1050 resolution. I had to edit (I use nano/pico) /etc/X11/xorg.conf and went to where the resololutions section is you should see 800x600 640x480 and you add 1400x1050 to the front of the line. or you may end up the harder way with a modline and that I haven't done yet my self. This is by memory and I am using Ubuntu at the moment. As for the blank screen on resume, Ubuntu resolves this by itself using vesa state saving and resuming. using vbetool. I wote a script in FC5/4 to do this for me I will see if I can find it.
T61p 6460-DVU Core 2 Duo T9300 2.5Ghz, Quadro FX 570m 4GB 2-320GB HDDs running Ubuntu,XP, and Vista
T41 2373-8RU 1.6PM 1.25GB 160GB HDD runing FC6 and VMware
T30 2.0GHz P4M 512MB 40GB Windows XP
SOLD: T60 2623-KFU 2Ghz
SOLD: T42 (Custom 2373-M1U) 2.10Ghz
T41 2373-8RU 1.6PM 1.25GB 160GB HDD runing FC6 and VMware
T30 2.0GHz P4M 512MB 40GB Windows XP
SOLD: T60 2623-KFU 2Ghz
SOLD: T42 (Custom 2373-M1U) 2.10Ghz
-
Dead1nside
- Senior Member

- Posts: 780
- Joined: Mon Jul 24, 2006 8:32 pm
- Location: Reading, UK
- Contact:
Thanks very much for that, it'd be great if you could find the script.
Why doesn't X detect the resolution properly?
Why doesn't X detect the resolution properly?
T41p 2373-GHG / 1.5Ghz 'Banias' / NMB Keyboard
T61 14.1'' 7661-CTO / Vista Business / WXGA / T7300 / 2GB RAM / 80GB HDD / X3100 / 3945ABG / NMB KB /
T400 14.1'' 2768-CTO / Vista Business / WXGA / P8400 / 4GB RAM / 200GB 7200RPM / HD 3470 / 5300AGN / WWAN / NMB KB
T61 14.1'' 7661-CTO / Vista Business / WXGA / T7300 / 2GB RAM / 80GB HDD / X3100 / 3945ABG / NMB KB /
T400 14.1'' 2768-CTO / Vista Business / WXGA / P8400 / 4GB RAM / 200GB 7200RPM / HD 3470 / 5300AGN / WWAN / NMB KB
My guess why not detected is that it isn't that common of a resolution.
Here are comands in one script I have used for suspend with the fglrx driver, uload the usb drivers to save power and also had some performance problems.
Need to be root to work, but since I am not runnin FC right now I can't test this so you may need to fiddle and you will need vbetool installed, I think it may be in one of the repos or off of sourceforge.
I am soon going to be converting back to FC after a 6 month run with Ubuntu.
modprobe -r ehci_hcd
modprobe -r uhci_hcd
# switch to a text console
chvt 1
# save the video card state
vbetool vbestate save > /tmp/vbestate
hwclock --systohc
#echo 3 > /proc/acpi/event
echo mem > /sys/power/state
hwclock --hctosys
# reset the video card
vbetool post
# restore the video card
vbetool vbestate restore < /tmp/vbestate
# switch back to X
chvt 7
modprobe uhci_hcd
modprobe ehci_hcd
Here are comands in one script I have used for suspend with the fglrx driver, uload the usb drivers to save power and also had some performance problems.
Need to be root to work, but since I am not runnin FC right now I can't test this so you may need to fiddle and you will need vbetool installed, I think it may be in one of the repos or off of sourceforge.
I am soon going to be converting back to FC after a 6 month run with Ubuntu.
modprobe -r ehci_hcd
modprobe -r uhci_hcd
# switch to a text console
chvt 1
# save the video card state
vbetool vbestate save > /tmp/vbestate
hwclock --systohc
#echo 3 > /proc/acpi/event
echo mem > /sys/power/state
hwclock --hctosys
# reset the video card
vbetool post
# restore the video card
vbetool vbestate restore < /tmp/vbestate
# switch back to X
chvt 7
modprobe uhci_hcd
modprobe ehci_hcd
T61p 6460-DVU Core 2 Duo T9300 2.5Ghz, Quadro FX 570m 4GB 2-320GB HDDs running Ubuntu,XP, and Vista
T41 2373-8RU 1.6PM 1.25GB 160GB HDD runing FC6 and VMware
T30 2.0GHz P4M 512MB 40GB Windows XP
SOLD: T60 2623-KFU 2Ghz
SOLD: T42 (Custom 2373-M1U) 2.10Ghz
T41 2373-8RU 1.6PM 1.25GB 160GB HDD runing FC6 and VMware
T30 2.0GHz P4M 512MB 40GB Windows XP
SOLD: T60 2623-KFU 2Ghz
SOLD: T42 (Custom 2373-M1U) 2.10Ghz
-
Dead1nside
- Senior Member

- Posts: 780
- Joined: Mon Jul 24, 2006 8:32 pm
- Location: Reading, UK
- Contact:
Thank-you, I'll look into it/fiddle with it.
I've managed to get the resolution to be detected. But suspend still doesn't work, do you recommend using the ATI drivers or the open-source radeon drivers?
Thanks.
I've managed to get the resolution to be detected. But suspend still doesn't work, do you recommend using the ATI drivers or the open-source radeon drivers?
Thanks.
T41p 2373-GHG / 1.5Ghz 'Banias' / NMB Keyboard
T61 14.1'' 7661-CTO / Vista Business / WXGA / T7300 / 2GB RAM / 80GB HDD / X3100 / 3945ABG / NMB KB /
T400 14.1'' 2768-CTO / Vista Business / WXGA / P8400 / 4GB RAM / 200GB 7200RPM / HD 3470 / 5300AGN / WWAN / NMB KB
T61 14.1'' 7661-CTO / Vista Business / WXGA / T7300 / 2GB RAM / 80GB HDD / X3100 / 3945ABG / NMB KB /
T400 14.1'' 2768-CTO / Vista Business / WXGA / P8400 / 4GB RAM / 200GB 7200RPM / HD 3470 / 5300AGN / WWAN / NMB KB
If you want the best performance with 3d games the propratary ATI drivers, for the best suport for suspend, and depending on who you talk to the radeon ones plus with the new xorg 7.1 the performance is getting even better. A great resource that may help with your suspend is http://thinkwiki.org TONS of info to help. I had lots of issues with Fedora and suspending and spent alot of time tinkering. It is also my unerstanding that recent 2.6.17 kernels have some issues with suspend that may cause issues to. Good luck. When I start working on this again I will let you know if I find anything.
T61p 6460-DVU Core 2 Duo T9300 2.5Ghz, Quadro FX 570m 4GB 2-320GB HDDs running Ubuntu,XP, and Vista
T41 2373-8RU 1.6PM 1.25GB 160GB HDD runing FC6 and VMware
T30 2.0GHz P4M 512MB 40GB Windows XP
SOLD: T60 2623-KFU 2Ghz
SOLD: T42 (Custom 2373-M1U) 2.10Ghz
T41 2373-8RU 1.6PM 1.25GB 160GB HDD runing FC6 and VMware
T30 2.0GHz P4M 512MB 40GB Windows XP
SOLD: T60 2623-KFU 2Ghz
SOLD: T42 (Custom 2373-M1U) 2.10Ghz
-
- Similar Topics
- Replies
- Views
- Last post
-
-
T60 upgrade from Core Solo T1300 to Core 2 Duo T7200 possible?
by Tr0n6 » Mon May 01, 2017 9:00 am » in ThinkPad T6x Series - 5 Replies
- 685 Views
-
Last post by Cigarguy
Fri May 05, 2017 7:33 pm
-
-
- 1 Replies
- 423 Views
-
Last post by rijhsing
Mon Jan 16, 2017 5:24 pm
-
-
FS: $274.99 Lenovo ThinkPad W701 17" Core i7 1920x1200 100 GB SATA 4 GB RAM Win7 x64
by rijhsing » Mon Jan 16, 2017 10:26 am » in Marketplace - Forum Members only - 16 Replies
- 1532 Views
-
Last post by rijhsing
Wed Mar 08, 2017 10:49 pm
-
-
-
did any T520 models have quad-core i7 with Intel (NOT nVIDIA) graphics?
by jthorn42 » Thu Mar 02, 2017 9:46 pm » in ThinkPad T400/410/420 and T500/510/520 Series - 8 Replies
- 1155 Views
-
Last post by jthorn42
Sat Mar 04, 2017 12:02 pm
-
Who is online
Users browsing this forum: No registered users and 0 guests



