Fedora Linux Support Community & Resources Center
  #1  
Old 13th August 2004, 12:08 PM
brokenvoice Offline
Registered User
 
Join Date: Aug 2004
Posts: 2
IBM Thinpad 600e Display Problems

Hi

I'm fairly new to Linux in general and very new to putting it on a laptop. I've got FC2 installed on a friend's 600e but the display is pretty crunchy. I can't get it to go past 800*600 even though the display is rated for 1024*768 and the font rendering especially is completely messed up.

Google hasn't been of much help, so if anyone has any info on how I could go about fixing my problem, I'd be very grateful.
Reply With Quote
  #2  
Old 13th August 2004, 12:41 PM
kosmosik's Avatar
kosmosik Offline
Registered User
 
Join Date: Apr 2004
Location: Warsaw, Poland
Age: 32
Posts: 1,085
try changing /etc/X11/xorg.conf like this (just copy and paste)...
Code:
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "ServerFlags"
	Option	"DontZoom"
	Option	"blank time"	"10"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "freetype"
	Load  "type1"
	SubSection	"extmod"
		Option	"omit xfree86-dga"
	EndSubSection	
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "XkbRules" "xfree86"
	Option	    "XkbModel" "pc102"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "PS/2"
	Option	    "Device" "/dev/psaux"
	Option		"Emulate3Buttons"
	Option		"Emulate3Timeout"	"100"
	Option 		"ZAxisMapping"    	"4 5"
EndSection

Section "InputDevice"
	Identifier  "DevInputMice"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "no"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "0"
	HorizSync    31.5 - 48.5
	VertRefresh  50.0 - 75.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "neomagic"
	VendorName  "Videocard vendor"
	BoardName   "NeoMagic MagicGraph 128XD (laptop/notebook)"
	Option	    "externDisp"
	Option	    "internDisp"
	Option		"SWcursor"
	Option      "XaaNoScanlineImageWriteRect"
	Option      "XaaNoScanlineCPUToScreenColorExpandFill"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     16
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
FYI I own same laptop model using it right now... oh! and mind keyboard layout... (I've changed it in this config for you...

http://www.linux-on-laptops.com/ibm.html
Reply With Quote
  #3  
Old 13th August 2004, 04:37 PM
brokenvoice Offline
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks!

Thanks for your help, kosmosik, it worked a treat. I had to make a few minor changes but I could figure them out from the previous xorg.conf (mainly to do with a different graphics chipset and changing the input locale to gb).

I know a few people talk about how FC is bloated but it works really well on this old laptop, that my friend had just left sitting on a shelf due it being a pain to use with Windows.
Reply With Quote
  #4  
Old 13th August 2004, 06:02 PM
kosmosik's Avatar
kosmosik Offline
Registered User
 
Join Date: Apr 2004
Location: Warsaw, Poland
Age: 32
Posts: 1,085
it works nice on mine. but I have tweaked every little thing of it (I like it)... but Fedora is indeed bloated. everytime when I install it I find myself removing tons of bloat and stupid dependencies
Reply With Quote
Reply

Tags
600e, display, ibm, problems, thinpad

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Thinkpad 600E with fedora 10 ghostv Hardware & Laptops 1 8th April 2009 12:42 PM
Thinpad r51 ATI weirdness griffse Hardware & Laptops 2 10th February 2007 02:12 AM
Problems with display, monitor can't display X now atlasbl Using Fedora 2 24th June 2006 11:42 PM
Error on Thinkpad 600e and display Q dork Hardware & Laptops 2 13th July 2005 01:10 AM
IBM 600E Display Problems adellario Hardware & Laptops 5 24th October 2004 06:38 PM


Current GMT-time: 16:29 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat