Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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 installed kubuntu 8.10, with KDE, On my machine with a KDS VS-7e monitor. While the montior can utilize a much higher resolution, in the KRandRtray program it wont allow it to go past 800x600 resolution.
Some of the stuff I looked up seems to indicate I will need to manually update the xorg.conf file as this monitor isnt supported for the automatic configuration.
Here is the current file:
Section "Device"
Identifier "Configured Video Device"
EndSection
1. Yes, any screen problems will deal with the xserver, and the config file is /etc/X11/xorg.conf. I'm not quite sure how to change resolutions though.
2. It probably is because you don't have permission. You need to run KATE as root with :
Your problem is most probably because you don't have the needed drivers for your video card, and you are stuck in low graphics mode. In that case, changing your xorg.conf won't help and can actually leave you without graphics at all.
To get more info on your hardware and modules that are currently loaded in the kernel, run the commands 'lspci' and 'lsmod' and paste the output you get back to the forum.
Udi is quite right. It looks like you used some sort of automatic configuration routine and Kubuntu wasn't able to guess your video card and left it empty. You are then stuck with a minimalist type configuration. You need to select a proper driver for your video card and reconfigure xorg-xserver.
cheers,
jdk
You need a nVidia driver. I never installed it myself because I don't have such hardware (I don't have Ubuntu either) but you should follow the instructions found in the Ubuntu web site:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.