Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
I finally got NVIDIA drivers installed. Running SUSE 9.1.
OK, i have a laptop screen that is capable of 1280x800 because that's what windows runs in perfectly. Now, I have tried to edit the XF86Config file by adding 1280x800 to the modeline (added to every depth entry). Now, when i restart X and go to the Display properties to change the resolution. The highest resolution I'm able to go to is 1024x768. So, I can't select anything higher. How do I get my lcd to display 1280x800??
Thanks guys
I just tried a few other Generic LCD screens, but some of them can only display 500x300 or something. I think it's because my screen is a wide screen 1280x800 which isn't common. Do you guys know how I can deal with that?
i am running fedora core 2, and i have never ran SuSE, so i am not sure how they are set up, but in Fedora XFree86 is being replaced by xorg. this is located with the XFree86.conf file in /etc/X11. i bring this up only because i was having a similar problem in Fedora. i however was only able to get 800x600. i would have killed for 1024x768. what i found the problem to be is that A) in xorg.conf, the refresh rates for my monitor were commented, leading to the conclusion that X was not reading them and using the crappy defaults and B) i did not have all the resolutions added to xorg.conf. now, bare in mind i am not sure SuSE uses xorg, but i would check. i made the xorg.conf file look like the XFree86 and it worked great.
I used all of the monitor/graphics related lines from this XF86Config file and it worked perfectly in 1280x800 mode.
I thinkkkk the main problem was the UseEDID option. That messes with X and makes it think it's a different size monitor I think.
--------------------
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
# This monitor is only needed in the non-twinview setup
Section "Monitor"
Identifier "WXGA LCD"
UseModes "16:10"
HorizSync 30-90
VertRefresh 50-75
Option "UseEdidFreqs" "1"
Option "FlatPanelProperties" "Scaling = aspect-scaled"
EndSection
# In twinview, the external monitor is the primary and the laptop
# LCD is the secondary. The modeline here is not needed for the
# external monitor, but gets passed to the nvidia driver, which
# needs it for the internal LCD
Section "Monitor"
Identifier "External"
ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828
Option "UseEdidFreqs" "1"
EndSection
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.