Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
NVdriver problems with LCD
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
darkweaseljedi
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2003
Posts: 101
Location: Minneapolis, MN

PostPosted: Fri Mar 07, 2003 4:28 am    Post subject: NVdriver problems with LCD Reply with quote

I have a ViewSonic VG150 and a Geforce2 GTS. The "nv" driver works fine, and everything displays ok. OpenGL doens't work obviously.

I emerged nvidia-kernel and nvidia-glx, and changed my XF86Config file to use the new driver.

Now, when X starts the display is really messed. Looks like 1024x768 on a 640x480 virtual screen. But if i power cycle the monitor or use the monitors OSD menu to "auto-config" suddenly everything looks normal.

Any ideas?

thanks!
DarkWeasel
Back to top
View user's profile Send private message
darkweaseljedi
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2003
Posts: 101
Location: Minneapolis, MN

PostPosted: Fri Mar 14, 2003 4:11 am    Post subject: Reply with quote

No body?

Come on, I know someone has a hint/clue. This is my wife's machine, I'm trying to convince her she can do without windows. So far, linux via gentoo has provided everything she wants but when she encounters things like this she has no clue what to do.

:)

darkweasel
Back to top
View user's profile Send private message
azote
Guru
Guru


Joined: 17 Sep 2002
Posts: 415

PostPosted: Fri Mar 14, 2003 7:46 am    Post subject: Reply with quote

post you XF86Config-4 file

that use to happend to me on my laptop ...

I end up manually removing the nvidia.o then doing a emerge -C nvidia-kernel, rebooting, then emerge nvidia-kernel

I think the part that help me was that I manualy removed all the stuff even some configuration files from my window manager ... in my case is enlightenment ... so I removed the file: ~/.enlightenment
that worked for me ... good luck
_________________
contact me -> azote@mail.i2p

What do you want to emerge today?

if you think that a person is normal, it is because you do not know them well
Back to top
View user's profile Send private message
darkweaseljedi
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jan 2003
Posts: 101
Location: Minneapolis, MN

PostPosted: Fri Mar 14, 2003 3:01 pm    Post subject: Reply with quote

ok. I don't have an XF86Config-4? I've always just edited /etc/X11/XF86Config.

Code:

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load       "glx"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

    RgbPath   "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

#    Option "NoTrapSignals"

#    Option "DontZap"

#    Option "Dont Zoom"

#    Option "DisableVidModeExtension"

#    Option "AllowNonLocalXvidtune"

#    Option "DisableModInDev"

#    Option "AllowNonLocalModInDev"

#     Option "Xinerama" "true"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "Keyboard"

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"

    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "microsoftpro"
    Option "XkbLayout"   "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/usbmouse"
    Option "ZAxisMapping" "4 5"

EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
     Identifier "ViewSonic VG150"
     HorizSync   30.0-62.0
     VertRefresh 50-75
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier  "Geforce2 GTS"
    BusID       "PCI:1:0:0"
    Driver      "nvidia"
#    Driver   "nv"
    VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screen0"
    Device      "Geforce2 GTS"
    Monitor     "ViewSonic VG150"
    DefaultDepth 16

    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection


# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
    Identifier  "SingleMonitor"
    Screen "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection



Right now I'm using KDM on her machine, she wouldn't know what do with a CLI. :)

-= darkweasel
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum