Find the answer to your Linux question:
Results 1 to 10 of 10
Sometimes when I try and download a file or install a program or updates the computer freezes and the resolution goes bad with vertical lines covering the screen. Does anyone ...
  1. #1
    Just Joined!
    Join Date
    Jul 2007
    Posts
    16

    Freezing



    Sometimes when I try and download a file or install a program or updates the computer freezes and the resolution goes bad with vertical lines covering the screen. Does anyone know why this might be happening? Any help is greatly appreciated.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    which graphics card do you have?
    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!
    Join Date
    Jul 2007
    Posts
    16
    nvidia 64 geforce 4 mb

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    did you install nvidia driver? which driver are you using right now?
    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!
    Join Date
    Jul 2007
    Posts
    16
    no how do i install a driver?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    check this tutorial for detailed instructions. you can switch to nv or vesa driver to fix this problem but these driver doesn't support 3D effects. check Section Device Video Driver in /etc/X11/xorg.conf or XFree86 file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jul 2007
    Posts
    16
    Section "Device"
    Identifier "nVidia Corporation NV18 [GeForce4 MX - nForce GPU]"
    Driver "nv"
    BusID "PCI:2:0:0"

    This is what the xorg.conf files reads. What should it be if I have a nvidia nforce2 64 mb geforce 4?
    Here is my processor, it is the MCP at the bottom of the page: nForce Platform Processors .

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    try "vesa" driver. its a generic driver and works pretty fine with most of Graphics Cards.
    Code:
    Section "Device"
    	Identifier	"nVidia Corporation NV18 [GeForce4 MX - nForce GPU]"
    	Driver		"vesa"
    	BusID		"PCI:2:0:0"
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Jul 2007
    Posts
    16
    I tried to edit the file, but it wont let me since the permissions are not allowed for any use except the root. How do I log in as the root, what is the command and then how do i edit the file. I am assuming I am going to have to do it through the shell outside of the gui. Any help is greatly appreciated. Thanks for all of your help so far.

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    root login is disabled in debian but you can gain root privileges in Terminal/Konsole by executing su command. it will ask for password, enter password of user that you created during installation.
    Code:
    su
    nano /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

Posting Permissions

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