LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 04-26-2006, 04:37 PM   #1
foodhater
Member
 
Registered: Jul 2004
Distribution: Vector 5.9
Posts: 89

Rep: Reputation: 15
Installed nvidia driver, now everything is gigantic


Hi,
I followed this guy's http://www.linuxloader.com/modules.p...howpage&pid=25 instructions on installing the Nvidia driver (NVIDIA-Linux-x86-1.0-8756-pkg1.run) in Mandriva 2006. Everything seemed to be going fine until I did a startx. X came up and everything is gigantic. My icons are the size of tangerines. So I went to the display settings to change the resolution but it reads 1024 x 768 which is what I normally use but it looks more like 160 X 42 or something. I can tell that the Nvidia driver is installed because when I reboot I get the Nvidia splash screen but then I still get this gigantic resolution. Any help, thanks.
 
Old 04-26-2006, 05:08 PM   #2
foodhater
Member
 
Registered: Jul 2004
Distribution: Vector 5.9
Posts: 89

Original Poster
Rep: Reputation: 15
Oh, I am using kde 3.4.
Also, Gnome is doing the same thing. Everything is huge.

help!!!!
 
Old 04-26-2006, 06:31 PM   #3
foodhater
Member
 
Registered: Jul 2004
Distribution: Vector 5.9
Posts: 89

Original Poster
Rep: Reputation: 15
does anyone know the command to reconfigure x? this doesn't work
dpkg-reconfigure xserver-xfree86

can't do much on this computer right now everything is huge
 
Old 04-26-2006, 08:04 PM   #4
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,654
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
there is a setting for virtual display in /etc/X11/xorg.conf

anyway, make sure both the display size and the virtual screen size are the same.


Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection

Same size for all colour depths.

Also check your frequencies, and make sure they're within the parameters of your display capabilities.

nvidia readme may give you some clues too

Last edited by GlennsPref; 04-26-2006 at 08:29 PM.
 
Old 04-26-2006, 08:29 PM   #5
foodhater
Member
 
Registered: Jul 2004
Distribution: Vector 5.9
Posts: 89

Original Poster
Rep: Reputation: 15
This is my /etc/X11/xorg.conf


Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "CPD-200ES"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 120.0
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_120" 262.44 1400 1520 1672 1944 1050 1051 1054 1125 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_100" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_85" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_75" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_50" 99.88 1400 1480 1624 1848 1050 1051 1054 1081 -HSync +Vsync
EndSection
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Mar 29 14:43:26 PST 2006

# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1" 0 0
EndSection

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)

# allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
Option "allowmouseopenfail"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce FX (generic)"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1400 1050
EndSubsection

Subsection "Display"
Depth 15
Virtual 1400 1050
EndSubsection

Subsection "Display"
Depth 16
Virtual 1400 1050
EndSubsection

Subsection "Display"
Depth 24
Virtual 1400 1050
EndSubsection
Option "DPMS"
EndSection

Last edited by foodhater; 04-26-2006 at 08:46 PM.
 
Old 04-26-2006, 10:39 PM   #6
xi0nic
LQ Newbie
 
Registered: Apr 2006
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by GlennsPref
there is a setting for virtual display in /etc/X11/xorg.conf

anyway, make sure both the display size and the virtual screen size are the same.

I'm having this same issue >< Looking at the xorg.conf, all of my Virtual resolutions are the same. Glenn mentions that one has to make the actual display size match the virtual screen size... but I see no option here to change the actual display size.

Help
 
Old 04-26-2006, 11:06 PM   #7
foodhater
Member
 
Registered: Jul 2004
Distribution: Vector 5.9
Posts: 89

Original Poster
Rep: Reputation: 15
I'm not sure if it means anything but one thing the howto says is this:

"In order to ease the install of the new driver we will have to remove the old driver along with the dkms modules. So open the "Remove Software" tool and do a search for Nvidia."

I did that but the remove tool didn't find any of those
things so I went ahead with installing the driver
 
Old 04-27-2006, 04:54 AM   #8
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,654
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Make sure dkms is turned off in mdk control center, system window. service start options boot time
 
Old 04-27-2006, 04:59 AM   #9
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,654
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Set all of those virtual display sizes to 1024 768,

Not too sure where I read it, it won't hurt

Maybe in one of the 8 or 9 install howto's I read trying to get my

ATI drivers installed.

My other machine (old one) has a gforce4 card and I did all that reading back then too.

Config files are the ones you need, Like a walk through you can print out.

Some things are marked as default, but won't work, you need these docs.
 
Old 04-27-2006, 06:59 AM   #10
jolphil
Member
 
Registered: May 2002
Location: central florida
Distribution: Linux Mint, ,Mageia,Ubuntu
Posts: 453

Rep: Reputation: 33
Hi,
If you can get to the icon of the little TV screen just by the speaker icon near the clock on the bottom right of your screen then you can click on it and select 1024x768 screen resolution like others have suggested..This may be the easy GUI way of setting your resolution..
Goodluck,
jolphil
 
Old 04-27-2006, 08:58 AM   #11
foodhater
Member
 
Registered: Jul 2004
Distribution: Vector 5.9
Posts: 89

Original Poster
Rep: Reputation: 15
I set all the virtual display sizes to 1024x768 but it's still doing the same thing. Normally I would just re-install the whole sysyem but I spent a lot of time getting multimedia to work, etc. If anyone knows how to uninstall the Nvidia driver let me know. I searched for "uninstall nvidia driver" but didn't come up with much. Thanks.
 
Old 04-27-2006, 05:18 PM   #12
foodhater
Member
 
Registered: Jul 2004
Distribution: Vector 5.9
Posts: 89

Original Poster
Rep: Reputation: 15
OK, I got my screen resolution back to normal but I had to uninstall the Nvidia driver. Here's how I did it:

1. Stop X (control-alt-f1, log into root, init3)
2. Uninstall Nvidia driver: $nvidia-installer --uninstall
 
Old 04-27-2006, 07:23 PM   #13
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,654
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
I can only suggest that you cross reference that doc with some others

You may find discrepancies between that and others, like

http://www.linuxquestions.org/linux/...drivers_on_FC3

http://www.linuxquestions.org/linux/...n_5_EASY_Steps

Also, a search of these forums may uncover similar threads that may help you.
 
Old 04-27-2006, 07:44 PM   #14
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,654
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616


# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_120" 262.44 1400 1520 1672 1944 1050 1051 1054 1125 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_100" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_85" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_75" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1400x1050_50" 99.88 1400 1480 1624 1848 1050 1051 1054 1081 -HSync +Vsync
EndSection
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Mar 29 14:43:26 PST 2006

Last edited by GlennsPref; 04-27-2006 at 07:46 PM.
 
Old 05-04-2006, 02:50 AM   #15
valyo_bg
Member
 
Registered: Jul 2005
Location: Bulgaria
Distribution: Mandriva 2011
Posts: 49

Rep: Reputation: 15
Hi,
To resolve this, I disable all modelines on my xorg.conf:

# modeline generated by gtf(1) [handled by XFdrake]
#ModeLine "1400x1050_50" 99.88 1400 1480 1624 1848 1050 1051 1054 1081 -HSync +Vsync

and change virtual resolution regarding my monitor possibilities - 1024x768. Now everythink work fine for me.
Regards,
Valentin
 
  


Reply

Tags
nvidia, xorgconf



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Driver NVIDIA installed but changes nothing Ghinzo Linux - Hardware 2 11-18-2005 06:33 AM
NVIDIA Driver Not Installed After Reboot athens101 Linux - Software 6 01-13-2005 04:24 PM
Can't get X with new Nvidia driver installed Ming Dao Linux - Hardware 7 10-19-2003 11:49 PM
NVIDIA DRIVER INSTALLED... but what now? kaega2 Linux - Software 15 10-06-2003 06:23 PM
Nvidia driver installed now what? Devboy Linux - Software 1 07-31-2003 11:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 07:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration