Find the answer to your Linux question:
Results 1 to 6 of 6
Ok so i was trying to install NVIDIA-Linux-x86_64-190.53-pkg2.run but it gave me an error saying that i couldn't install it because X server was being used by different program and ...
  1. #1
    Just Joined! bero13's Avatar
    Join Date
    Mar 2010
    Location
    Canada
    Posts
    10

    [SOLVED] Another geforce/Debian lenny problem :confused:



    Ok so i was trying to install NVIDIA-Linux-x86_64-190.53-pkg2.run but it gave me an error saying that i couldn't install it because X server was being used by different program and to exit X. after a day of googleing and searching forums i couldn't find anything on how to exit X. so i looked into manual installing the drivers and found this post on here "[SOLVED] nvidia geForce 7050 not working in Deb/lenny" (it wont let me post the url). So i tried it and now when i try to play a game that requires 3d acceleration i get

    Display : ERROR: Failed to set video mode.
    Error Message: Couldn't find matching GLX visual

    The game ran choppy before but it ran.

    Oh ya the card is a 7600gt, and my system is amd fx 64 3500+ running debian amd64. and i just started useing linux on the 1st.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! bero13's Avatar
    Join Date
    Mar 2010
    Location
    Canada
    Posts
    10
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (randy@juliet2) Fri Sep 5 15:03:39 PDT 2008


    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection

    Section "Files"
    RgbPath "/usr/lib/X11/rgb"
    EndSection

    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection

    Section "InputDevice"

    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"

    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Edit Section Screen and add supported Resoultions (Modes) :
    Code:
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    		Modes		"1280x1024" "1024x768" 
    EndSubSection
    EndSection
    Have you followed every step given in that thread?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined! bero13's Avatar
    Join Date
    Mar 2010
    Location
    Canada
    Posts
    10
    Sweet works good now. thanx a lot

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Glad to help you !
    Do start a new thread if you have any other question.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •