Go Back   PCMech Forums > Linux Support > Linux OS and Software Assistance

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 06-02-2006, 10:22 PM   #1
Member (10 bit)
 
Kareeser's Avatar
 
Join Date: Mar 2006
Location: Toronto, Canada
Posts: 810
Video Configuration in Kubuntu

Hi everybody,

I recently installed Kubuntu onto my Dell laptop, which uses an Intel 82852GM/GME Graphics chipset.

Upon installation completion, the operating system picked a resolution of 1024x768 for my monitor, which should actually be 1280x800.

Going into the System settings allows me to change the resolution, but the only option is 1024x768.

Surfing google for a bit, I found that I may have to edit my xorg.conf file in /etc/x11, but I don't know what values to put in, nor do I really want to mess around with system files.

Does anybody have any idea how I can fix this?
Kareeser is offline   Reply With Quote
Old 06-03-2006, 12:21 PM   #2
Member (10 bit)
 
flawedreality5's Avatar
 
Join Date: Apr 2005
Location: New Jersey
Posts: 593
Send a message via AIM to flawedreality5
You're going to have to edit the xorg file. I don't think there's any way around this.

Code:
Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Rage 128 Pro Ultra TF"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection
This is mine, but if you just add your new screen resolution to each list of resolutions there, I don't see why it wouldn't work. Or just replace the 1024x768 one with the one you want. Don't forget to back up the file.
flawedreality5 is offline   Reply With Quote
Old 06-04-2006, 01:07 PM   #3
Member (10 bit)
 
Kareeser's Avatar
 
Join Date: Mar 2006
Location: Toronto, Canada
Posts: 810
Mmhm, I did try my hand at editing the Xorg.conf file, and eventually scrapped Kubuntu because of a bug that wouldn't let me enter the root password anymore, and installed Ubuntu instead.

At any rate, my xorg file already had every Depth subsection containing one resolution, 1280x800, yet it still didn't work.

I believe the problem was eventually fixed in 6.06 LTS, as the program (do I call it that?) 915resolution was released. It autodetected my configuration, and changed the resolution as needed It even edited the xorg.conf file for me.

However, thank you so much for the help!
Kareeser is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:33 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2