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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-07-2006, 11:29 PM
|
#1
|
Member
Registered: Mar 2006
Posts: 30
Rep:
|
2 screens, need same resolution (TwinView)
After searching and fighting, I finally got twinview to work on my nVidia dual head card. Now I can roll my windows between both screens. The problem thats got me stumped is; I can't change the resolution on my second monitor. I want it to be the same as first monitor (1024x768) but its stuck on a larger mode (1280x960) and I cant read text on it. I've also noticed that on monitor 1 the mouse rolls down to the bottom of the screen then dissapers, as if there was the extra space of the 960 that I can't see. I just want both monitors to run at 1024x768. Here is that section of my Xorg.conf file:
Code:
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 50.0
VertRefresh 40.0 - 90.0
EndSection
Section "Device"
#VideoRam 4096
# Insert Clocks lines here if appropriate
Identifier "VESA Framebuffer"
Driver "nvidia"
#added 3.7.06
Option "TwinView" "true"
Option "ConnectedMonitor" "CRT, CRT"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1024x768,1280x960,1280x1024"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
If I comment out, or edit this line:
Option "MetaModes" "1024x768,1280x960,1280x1024"
then the twinview doesn't work at all. I tried making it just say:
Option "MetaModes" "1024x768"
|
|
|
03-07-2006, 11:46 PM
|
#2
|
Member
Registered: Mar 2006
Posts: 30
Original Poster
Rep:
|
edit: in X's desktop config, it says my screen size is 2304x960 and there are no other options in the drop-down.
p.s. could someone plz tell me how to auto enable numlock???? (yes, my bios is set for it already)
|
|
|
03-08-2006, 12:44 AM
|
#3
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467
Rep: 
|
To make metamodes work with twinview you specify both resolutions separated by a comma, and then separate modes by a semicolon. What should work for you is this:
Option "MetaModes" "1024x768,1024x768"
|
|
|
03-08-2006, 05:48 AM
|
#4
|
Member
Registered: Apr 2005
Location: Havant, Hampshire, UK
Distribution: Slamd64, Slackware, PS2Linux
Posts: 465
Rep:
|
A quick google about your numlock problem brings up:
http://www.tldp.org/HOWTO/XWindow-Us...oreconfig.html
If you search down, the relevant paragraph (repeated here for your convenience) is:
Quote:
Speaking of the Numlock key, X will typically disable this when it starts up. No matter how you have the BIOS set up, or Linux set up before X starts. So the trick above is one way. There is also a utility available as either numlockx, or setnumlock, that can be found on the 'Net, if your distribution does not include one or the other. This can be put in a start up file to turn Numlock on automatically if you'd prefer.
|
Alternatively, if you want to use a larger resolution you can make that smaller monitor scroll (so you don't loose the dead space). Read the nVidia readme on the drivers to see how to manipulate the metamodes =)
- Piete.
|
|
|
03-08-2006, 03:39 PM
|
#5
|
Member
Registered: Mar 2006
Posts: 30
Original Poster
Rep:
|
Quote:
Option "MetaModes" "1024x768,1024x768"
|
Worked like a charm! My main reason for wanting this is now I can read tutorials/readmes on one screen, while working in the terminal on the other. Perfect for a novice. The numlock question was more or an output of my frustration, after restarting X 20 times and constantly forgetting numock when putting in those resolutions.
|
|
|
03-08-2006, 04:41 PM
|
#6
|
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467
Rep: 
|
I find numlockx quite good and it's a simple install
|
|
|
All times are GMT -5. The time now is 07:29 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
|
|