Results 1 to 10 of 19
Okay so Im having trouble figuring out how to adjust the resolution. For some reason when I right click on the desktop go to configure then screen size I cant ...
- 09-12-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
Adjusting the Resolution in KDE.
Okay so Im having trouble figuring out how to adjust the resolution. For some reason when I right click on the desktop go to configure then screen size I cant adjust it past 1024 X 768. I can howevery change the resolution in the Mandriva Control Center -> Set up the Graphical Server. But the thing is I put the resolution all the way up to 2048X1536 but the resolution looks like its at about 1024X768 and I cant get it to go any higer.
Miscellanous problem for some reason firefox underlines every word like its mispelled or something...
- 09-12-2008 #2
- 09-12-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
- 09-12-2008 #4
Execute this
Post output here.Code:su - lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-12-2008 #5Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
VGA compatible controller: nVidia Corporation Unknown device 0845 (rev a 2)
- 09-12-2008 #6
Whats the output of second command? Have you installed Nvidia driver?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-14-2008 #7Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
Nope thats my problem I cant figure out how to install it. I downloaded the drivers from Nvidias website and it says to type "sh NVIDIA-Linux-x86-177.13-pkg1.run" to install it but when I do I get and error NVIDIA Installer must be run as root which im not sure what that means.
- 09-14-2008 #8Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
Alright Im so confused right now, This is what I get when I run the second command.
$ grep -i driver /etc/X11/xorg.conf
Driver "kbd"
Driver "mouse"
Driver "synaptics"
Driver "vesa"
But the thing is Im not sure if I have a graphics driver installed or not, because when I go to Install and remove hardware and then System->Kernel and Hardware It saysI have a bunch of nvida drivers installed so im really confused...
- 09-14-2008 #9Just Joined!
- Join Date
- Jun 2008
- Posts
- 35
lemme try to make things clearer.
on your system, you can see your mouse, you can use it and click on things (like go to system>Kernel...), right?
if that's the case, you have more than just a black screen with a bash (console), right?
this means that you must have some graphics driver installed even if you didn't install it yourself.
what the people before me wanted you to do is to tell them which one is installed. here's how to do it:
you click on the menu button in the lower left corner of your screen. then go to Tools and choose "Konsole". there should be a little box popping up that looks like DOS. dark background, white letters... you should be able to type commands there.
alright here's what you do now:
you type
by now, the text editor should pop up and show you the content of the xorg.conf file. if it doesn't, you're most likely using a different editor and didn't install kwrite. please let us know and we'll try a different way.Code:cd /etc/X11 su [now you'll be asked for the root/administrator/super-user password. put it in and press enter. don't worry, it's normal that you don't see what you type] kwrite xorg.conf
however, what you do next is select everything in the file and copy it (control+c), then paste (control+v) it here in this thread so we all can read it.
don't be offended by my easy language but I cannot tell how experienced you are with linux. since you said you were confused, I tried to say everything as easy as possible.
hf, gl
EDIT:
don't try to install a new driver if you don't even know what running as root means. you can mess things up badly if you don't know what you're doing (even if you do, but then you know how to fix them
).
- 09-14-2008 #10Just Joined!
- Join Date
- Sep 2008
- Posts
- 18
This is my first experience with linux, Im a freshmen in Software Engineering so I figured I better get familar with linux so yeah total nub. But Im going to boot back into mandriva and try that out.


Reply With Quote

