Find the answer to your Linux question:
Results 1 to 9 of 9
Hi, I've already installed jaunty on my intel based pc w/ no problems even though on ubuntu forums they have problems with intel graphics in jaunty. Right now I'm using ...
  1. #1
    Just Joined!
    Join Date
    Jun 2009
    Posts
    36

    Jaunty Freezes after fresh install

    Hi,

    I've already installed jaunty on my intel based pc w/ no problems even though on ubuntu forums they have problems with intel graphics in jaunty. Right now I'm using it in writing this.

    I installed jaunty on my AMD athlon 64 2000 w/ asus m2v via chipset and Nvidia 6200 LE. I need to turn off the acpi when running the live cd. I didn't receive any freezes when I'm in livecd. To make the long story short, I successfully installed it on my system.

    When I booted, I was able to login and browse the environment and then freeze. Can't move my mouse and kb. I was able to to check on the xorg and i only have configured device for my graphics driver. When I boot to safe mode, dont have any problem. no freezes. But since I'm new to linux I don't know what to do next when Im on CLI.

    What causes this to freezes? Is there a way I can look on my logs to check about the problems?

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Well, if safe mode is working fine, it's most likely your graphics driver. Have you installed the nvidia driver?

    Normally, Ubuntu would give you a pop up notice that there are restriced drivers available, and allow you to download and install them. No idea if that option is available in safe mode.

    I believe the package that you want is nvidia-glx-180. And probably the nvidia-settings package.

    From the command line, you can install them with
    Code:
    sudo apt-get update
    sudo apt-get install nvidia-glx-180 nvidia-settings
    You may or may not need to reconfigure your xorg.conf afterwards. If so do
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    36
    Thanks for the reply reed9, No I haven't installed the driver for the nvidia card. I tried to install it on normal mode, but like I said, after a minute or two, the screen freezes.

    I was able to check the log on my xorg, it does detect my card. So I think i try to download and install the drivers and let see what will happen.

    I'll post back for the results. thanks again.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try using "vesa" driver. It doesn't support 3D but machine will not freeze. You can install Nvidia easily later on.

    Press Alt+Ctrl+F2 at Login Screen. It will switch to Command Line Login Prompt.

    Login there and execute this
    Code:
    sudo nano /etc/X11/xorg.conf
    Add this code :
    Code:
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"vesa"
    EndSection
    Press Ctrl+X, Y and hit Enter key to save file.
    Execute exit command to log out. Press Alt+Ctrl+F7 to switch back to GUI. Reboot machine.
    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
    Jun 2009
    Posts
    36
    question?

    In the xorg.conf, under Section " Device". The Identifier is "Configured Video Device", Does this mean that ubuntu is already installing the driver for you? How do you know that? Where to find it? Or it is only installing a generic drivers after install?

  6. #6
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    that just means that it configured some default device, typically Vesa driver is being used. You can change this pretty easily. NV driver may be the new default for nvidia drivers, not sure.

    I've never had success with Jaunty (three machines), so I've downgraded to Intrepid for the time being. Waiting for 9.04.1
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  7. #7
    Just Joined!
    Join Date
    Jun 2009
    Posts
    36
    Yeah your right about Jaunty. I heard a lot of people have problems w/ jaunty, I just can't understand why It works w/o a problem in my Intel based PC when most in the forums have problems w/ Jaunty w/ intel gma and It will not work on my amd based pc.

    by the way, do you have any news when they will releae the 9.04.1? or we just wait for the Harmic?

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by vaikz
    In the xorg.conf, under Section " Device". The Identifier is "Configured Video Device", Does this mean that ubuntu is already installing the driver for you? How do you know that? Where to find it? Or it is only installing a generic drivers after install?
    Is there any Driver specified in that section. Ubuntu and all other distros use Generic drivers for all Graphics Cards. You have to install Proprietary Driver Manually.
    Have you tried using Driver "vesa" option in Video Card setion?
    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
    Jun 2009
    Posts
    36
    I tried to login in safe mode and try to change the option in safe mode and then it freeze. So I just downgrade to intrepid and see if it works. Thanks for all the help guys.

Posting Permissions

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