Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Mandriva Linux Help
Reload this Page changing screen resolution and enabling 3d desktop
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Mandriva Linux Help For help and discussion about Mandriva (formally Mandrake) Linux.

Reply
 
Thread Tools Display Modes
Old 02-18-2008   #1 (permalink)
oki_180sx
Just Joined!
 
Join Date: Feb 2008
Posts: 6
changing screen resolution and enabling 3d desktop

aight so i just installed mandriva a few hours ago and im still extremely new to linux
well my first problem is it won't allow me to change the resolution higher than 800x600. which really sucks.
i don't think it is recognizing my monitor for some reason

the second, is that i cannot enable 3d desktop

im am running an integrated nvidia geforce 7100gs

so any help?

thanks

EDIT:
I fixed my resolution problem. the only thing left is 3d desktop. im betting i need to install a driver of some sort right?

EDIT2:
while messing around with the drivers, i went to log out then log back on and on the log back in, it takes me straight to command line. so im guessing i messed something up. is there anyway to fix this from command line? or what should i do?
oki_180sx is offline   Reply With Quote
Old 02-18-2008   #2 (permalink)
ozar
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 8,538
Welcome to the forums!

You can edit your xorg.conf file from the command line with the following commands:

Code:
su

nano /etc/X11/xorg.conf
If you haven't already installed the official nvidia drivers, you can try using the nv or the vesa driver to get the GUI going again.
__________________
oz

New Users: * FAQ *

ozar is offline   Reply With Quote
Old 02-18-2008   #3 (permalink)
oki_180sx
Just Joined!
 
Join Date: Feb 2008
Posts: 6
thanks man
through some intense googling, i found that and edited my driver back to vesa. now im just trying to get my nvidia drivers working. im a little bit stuck on that right now
oki_180sx is offline   Reply With Quote
Old 02-18-2008   #4 (permalink)
ozar
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 8,538
I don't run Mandriva, but I'm thinking you can probably install the nvidia drivers by setting up and then using URPMI:

Code:
urpmi install nvidia
Maybe someone that runs Mandriva can verify this before you try it. If that won't work, you can at least install the drivers from the nVidia website, but that can often turn into extra work.
__________________
oz

New Users: * FAQ *

ozar is offline   Reply With Quote
Old 02-18-2008   #5 (permalink)
oki_180sx
Just Joined!
 
Join Date: Feb 2008
Posts: 6
hmm
aight i typed
urpmi nvidia
and it said the driver was already installed. so right now im really confused that everytime i select
"nvidia geforce fx and later"

it get an error whenever i test it that says
Code:
An error occurred:
(EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:0:16:0. 
(EE) NVIDIA(0):     Please see the COMMON PROBLEMS section in the README for

Try to change some parameters
ive been messing with it for a while now and can't really find anything that works

edit:
if this helps, here is my xorg.conf file
Code:
Section "Device"
    Identifier "device1"
    Driver "vesa"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1440x900" "1280x800"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1440x900" "1280x800"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1440x900" "1280x800"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1440x900" "1280x800"
    EndSubsection
EndSection
oki_180sx is offline   Reply With Quote
Old 02-18-2008   #6 (permalink)
bigtomrodney
Bigtomrodinator
 
bigtomrodney's Avatar
 
Join Date: Nov 2004
Location: Sunny South-East of Ireland
Posts: 5,137
Change the driver from vesa back to nvidia and reboot (not just restart X). When it comes up again run the following command
Code:
/sbin/lsmod |grep -i nvidia
This will tell you if the nvidia module has loaded correctly. Post back and let us know.
__________________
In the land of the blind, the night vision users are laughing at the king

Registered Linux user #378740

New members read here / Forum Rules
bigtomrodney is offline   Reply With Quote
Old 02-18-2008   #7 (permalink)
oki_180sx
Just Joined!
 
Join Date: Feb 2008
Posts: 6
when i did that, i got

Code:
nvidia                    6213232     0
agpgart                     27592     1    nvidia
izc_core                   20384      1   nvidia
and all the nvidia's were red

im not sure what that means but this is what i got
oki_180sx is offline   Reply With Quote
Old 02-18-2008   #8 (permalink)
bigtomrodney
Bigtomrodinator
 
bigtomrodney's Avatar
 
Join Date: Nov 2004
Location: Sunny South-East of Ireland
Posts: 5,137
Damn, that looks right...did you get the usual X server error?
__________________
In the land of the blind, the night vision users are laughing at the king

Registered Linux user #378740

New members read here / Forum Rules
bigtomrodney is offline   Reply With Quote
Old 02-18-2008   #9 (permalink)
oki_180sx
Just Joined!
 
Join Date: Feb 2008
Posts: 6
usual x server error? whats that?

EDIT:
im also looking at buying a msi nx8500gt video card in a few days maybe
it uses a nvidia chipset but is made by msi. so how would i go about installing this for linux
oki_180sx is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Resolution stuck at 640x480 geo Gentoo Linux Help 17 11-24-2006 09:51 PM
slackware 10.2 video drivers mindblast Slackware Linux Help 16 12-07-2005 09:11 AM




All times are GMT. The time now is 11:13 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0