Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-08-2007, 04:42 PM
|
#1
|
|
LQ Newbie
Registered: Oct 2007
Posts: 3
Rep:
|
Change default X resolution
For some reason, no matter which window manager I use, the monitor resolution seems to stay at 1024x768, which isn't optimal for my monitor. I've removed all mention of this resolution from /etc/X11/xorg.conf and replaced it with 1280x1024, but the old resolution remains. The new resolution isn't even listed in the "Desktop Settings" menu of KDE.
Does anyone know how I can change my default resolution?
|
|
|
|
11-08-2007, 05:40 PM
|
#2
|
|
Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339
Rep:
|
Can you copy and paste your xorg.conf file, just so we are all sure there is nothing wrong with it? Also, telling us what monitor you have and your graphics card would help a lot.
|
|
|
|
11-08-2007, 05:45 PM
|
#3
|
|
Senior Member
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware-current
Posts: 2,743
|
I suggest that you check the horizontal and vertical refresh frequency settings. The higher resolution probably requires a lower refresh rate.
|
|
|
|
11-09-2007, 09:27 AM
|
#4
|
|
Member
Registered: Mar 2005
Location: Right behind you.
Distribution: NBG, then randomed.
Posts: 480
Rep:
|
Quote:
Originally Posted by Captain_Thunder
For some reason, no matter which window manager I use, the monitor resolution seems to stay at 1024x768, which isn't optimal for my monitor. I've removed all mention of this resolution from /etc/X11/xorg.conf and replaced it with 1280x1024, but the old resolution remains. The new resolution isn't even listed in the "Desktop Settings" menu of KDE.
Does anyone know how I can change my default resolution?
|
If you're still using the default xorg.conf shipped with Slackware, it's going to be using the VESA driver, which "tops out" at 1024x768.
Make a backup of it, and then try running `xorgcfg` (as root) which will either generate you an acceptably useful config, or it'll clearly fail.
With modern hardware, just about everything X needs to know can be auto-detected, which makes xorgcfg much more reliable than it was in former invocations.
(Note that I do mean `xorgcfg` and not `X -setup` or `xorgconfig` or `xorgsetup` as these are all separate utilities containing varying levels of insanity.)
|
|
|
|
11-20-2007, 02:52 PM
|
#5
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,610
|
Quote:
Originally Posted by evilDagmar
With modern hardware, just about everything X needs to know can be auto-detected, which makes xorgcfg much more reliable than it was in former invocations.
(Note that I do mean `xorgcfg` and not `X -setup` or `xorgconfig` or `xorgsetup` as these are all separate utilities containing varying levels of insanity.)
|
I've found 'xorgcfg' to generate config files that are good, but are pretty much exactly the same as those generated by 'xorgsetup'. However, 'xorgcfg' is somewhat harder to use, and IMO less foolproof.
Also, I wouldn't say that any of these utilities generate insanity, all they do is spit out the same level of sanity as is put into them. Put insanity in and you get insanity out, you know.
Although I much prefer 'xorgsetup', I recommend that people try them all out and see for themselves which one they like. I know some people like 'xorgconfig', which I find of not much use in generating anything usable, but then that's probably because I don't have all the things that it's asking for. Who knows, maybe if you actually have the info, it will generate something very usable.
|
|
|
|
11-20-2007, 05:51 PM
|
#6
|
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
The best generator except my own hands which I have yet found is nvidia-xconfig (only for nvidia users).
|
|
|
|
11-21-2007, 11:00 AM
|
#7
|
|
Member
Registered: Mar 2005
Location: Right behind you.
Distribution: NBG, then randomed.
Posts: 480
Rep:
|
Quote:
Originally Posted by H_TeXMeX_H
I've found 'xorgcfg' to generate config files that are good, but are pretty much exactly the same as those generated by 'xorgsetup'. However, 'xorgcfg' is somewhat harder to use, and IMO less foolproof.
|
"Harder to use"? Are you sure you're thinking of the right tool? You run it and you get exactly two buttons to click on... one that saves things and one that exits without writing a new file. How is that hard to use?
|
|
|
|
11-21-2007, 12:32 PM
|
#8
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,610
|
I don't know which one you're using, but there's definitely more than two buttons.
|
|
|
|
11-21-2007, 04:10 PM
|
#9
|
|
Member
Registered: Mar 2005
Location: Right behind you.
Distribution: NBG, then randomed.
Posts: 480
Rep:
|
Okay, I just went back and looked at it again. You're right, it does have a number of buttons, but... All those other buttons are if something goes horribly wrong, which tends to not happen. I was going to make a screenshot so I could mark it up with "ignore these buttons" and "just click here" but it turns out it's not so easy to get X to let you make a screenshot with the way that starts up.
Basically, the graphical window will show a video card, a monitor, a PC, a keyboard, and a mouse with lines between them in obvious places demonstrating the layout. At the bottom right of this is a Quit button. If the display looks reasonable, you don't really need to do anything else, so you click the Quit button and it will then ask if you'd like to write the config to /etc/X11/xorg.conf. Otherwise the new config will be in /root/xorg.conf.net (which gets written to stdout so you can see it).
I get the feeling a lot of people are overthinking things when it comes to this tool.
Last edited by evilDagmar; 11-21-2007 at 04:49 PM.
|
|
|
|
11-21-2007, 04:43 PM
|
#10
|
|
Member
Registered: Mar 2005
Location: Right behind you.
Distribution: NBG, then randomed.
Posts: 480
Rep:
|
Subsequent to this, macavity just turned me onto something that might well apply in this case. I didn't need it for my laptop, but the symptom reported sounds a bit familiar to this scenario if you've actually switched to the intel or i810 driver from the vesa driver.
http://www.linuxquestions.org/linux/...Graphics_Cards
|
|
|
|
11-22-2007, 01:02 AM
|
#11
|
|
LQ Newbie
Registered: Jul 2004
Posts: 12
Rep:
|
Xorg Config
I Have found I like using xorgcfg in textmode, There Might be some downfall
I am not aware of but it has served my purposes well for now
type
$xorgcfg -textmode
I would'nt do this in X though
|
|
|
|
| Thread Tools |
Search 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
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:04 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|