Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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. |
|
 |
|
05-25-2010, 11:43 AM
|
#31
|
|
Member
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541
Original Poster
Rep:
|
Quote:
Originally Posted by johnsfine
See my post #28 if you missed it (we were posting at the same time).
Notice in the log attached to post #29 it says
Code:
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "ModeDebug" is not used
So this nvidia driver cannot understand ModeDebug in the Device section. (I don't know whether it will understand ModeDebug in the Monitor section).
|
I have email notification. I put in both devices and the other
will try again, just devices
|
|
|
|
05-25-2010, 11:43 AM
|
#32
|
|
Member
Registered: Mar 2010
Location: Nova Scotia, Canada
Distribution: Ubuntu & Fedora
Posts: 189
Rep:
|
From johnsfine
Quote:
|
The log file last posted has no evidence of ModeDebug, maybe because it wasn't from a run using ModeDebug, maybe because ModeDebug didn't work.
|
I think if ModeDebug is an invalid here, that should get logged.
Cheers, Lou
EDIT: Seems like we're playing response tag. Missed that warning.
Last edited by LouRobytes; 05-25-2010 at 11:45 AM.
|
|
|
|
05-25-2010, 11:51 AM
|
#33
|
|
Member
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541
Original Poster
Rep:
|
Quote:
Originally Posted by LouRobytes
From johnsfine
I think if ModeDebug is an invalid here, that should get logged.
Cheers, Lou
EDIT: Seems like we're playing response tag. Missed that warning.
|
well there it is in the monitors section
Last edited by johnh10000; 10-31-2010 at 05:49 AM.
|
|
|
|
05-25-2010, 12:07 PM
|
#34
|
|
Senior Member
Registered: Dec 2007
Distribution: Mepis, Centos
Posts: 4,674
|
Are you sure it was in the Monitor section for that one? The error message in the log file didn't change from when it was in the Device section?
|
|
|
|
05-25-2010, 12:14 PM
|
#35
|
|
Member
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541
Original Poster
Rep:
|
Quote:
Originally Posted by johnsfine
Are you sure it was in the Monitor section for that one? The error message in the log file didn't change from when it was in the Device section?
|
fairly sure. might have got the logs mixed up mind
Last edited by johnh10000; 10-31-2010 at 05:49 AM.
|
|
|
|
05-25-2010, 12:21 PM
|
#36
|
|
Member
Registered: Mar 2010
Location: Nova Scotia, Canada
Distribution: Ubuntu & Fedora
Posts: 189
Rep:
|
Sorry, can't think of anything else to try. Will keep watching to see what you come up with.
Observing, Lou
|
|
|
|
05-25-2010, 12:23 PM
|
#37
|
|
Senior Member
Registered: Dec 2007
Distribution: Mepis, Centos
Posts: 4,674
|
I think this line in the xorg.conf may be causing the undesired switch to 1024x768
Code:
Option "metamodes" "nvidia-auto-select +0+0"
Try removing it.
See the explanation in
http://us.download.nvidia.com/XFree8...hapter-19.html
|
|
|
|
06-16-2010, 02:22 AM
|
#38
|
|
Member
Registered: Sep 2003
Location: Mesa, AZ
Distribution: Slackware
Posts: 49
Rep:
|
I'm following the conversation, having just connected a Samsung widescreen monitor. I've taken the advice of using the ModeDebug and am attaching my Xorg.0.log. What I can't figure out is why it's defaulting to 1280x1024:
Code:
(II) Jun 15 23:52:18 NVIDIA(0):
(II) Jun 15 23:52:18 NVIDIA(0): Assigned Display Device: CRT-0
(II) Jun 15 23:52:18 NVIDIA(0): Validated modes:
(II) Jun 15 23:52:18 NVIDIA(0): Virtual screen size determined to be 1280 x 1024
Currently, I have this in my xorg.conf file:
Code:
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
# Modes "1280x1024" "1024x768" "800x600" "640x480"
Modes "nvidia-auto-select"
EndSubSection
EndSection
If I'm able to attach 2 files, I'll attach both the log and the full xorg.conf. I welcome any advice as I'm really new (!) to widescreens.
Thanks!
Anne.
|
|
|
|
06-16-2010, 10:55 AM
|
#39
|
|
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid
Posts: 4,732
|
Graphics: Card nVidia G96 [GeForce 9400 GT] X.Org 1.7.7 Res: 1280x1024@50.0hz
GLX Renderer GeForce 9400 GT/PCI/SSE2 GLX Version 3.2.0 NVIDIA 195.36.24 Direct Rendering Yes
my xorg.conf
Code:
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "DontZap" "off"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "Coolbits" "1"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "false"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "bitmap"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
I have never had to set modlines using Nvidia or Intel.
|
|
|
|
| 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 01:48 AM.
|
|
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
|
|