Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: update kernel to 24 and my nvidia card remove

  1. #11
    Join Date
    Aug 2005
    Beans
    64
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: update kernel to 24 and my nvidia card remove

    Quote Originally Posted by eAi-T0ky0 View Post
    Now drive work after install it by Envy , thank all , but the resolution is too low,
    OK.
    I undsersatnd you do not see the nvidia card in hardware drivers. That seems to me not very toublesome, as the envy is an *alternative* way of dealing with hardware drivers. Actually I've never used it, and I do not know much as to how 'Hardware Drivers" work, but that's the impression I got from what I read.
    Anyhow, your problem now is that you only get a 640*400 screen resolution, right?
    The important thing is that you have the driver working.
    Going for
    Code:
    modprobe -r nvidia
    is not a good idea, as it attempts to remove the driver, and - thanks god! - just gave the error message that the driver is in use.
    It seems, thouh, that the file /etc/X11/xorg.conf is misconfigured. It's there that the available screen resolutions are defined. Could you please paste the content of the file? (you can open it by gedit or any text editor, and then paste it here).
    In the screen you pasted there seems to be an option to change the resolution (the 640x480 box). Does anything happens when you do click on the box and then click apply?

  2. #12
    Join Date
    May 2008
    Location
    home/eai-tokyo
    Beans
    157
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: update kernel to 24 and my nvidia card remove

    Quote Originally Posted by ivanhelguera View Post
    OK.
    I undsersatnd you do not see the nvidia card in hardware drivers. That seems to me not very toublesome, as the envy is an *alternative* way of dealing with hardware drivers. Actually I've never used it, and I do not know much as to how 'Hardware Drivers" work, but that's the impression I got from what I read.
    Anyhow, your problem now is that you only get a 640*400 screen resolution, right?
    The important thing is that you have the driver working.
    Going for
    Code:
    modprobe -r nvidia
    is not a good idea, as it attempts to remove the driver, and - thanks god! - just gave the error message that the driver is in use.
    It seems, thouh, that the file /etc/X11/xorg.conf is misconfigured. It's there that the available screen resolutions are defined. Could you please paste the content of the file? (you can open it by gedit or any text editor, and then paste it here).
    In the screen you pasted there seems to be an option to change the resolution (the 640x480 box). Does anything happens when you do click on the box and then click apply?

    thank you for the quick replay , I think the problem is in this file too bec the compiz work and all command i do for make sure the nvidia is install is good and it say it in use and X SERVER work as you see it in the picutre at last replay I do , The out put of my xorg.conf

    Code:
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by failsafeDexconf, using
    # values from the debconf database and some overrides to use vesa mode.
    #
    # You should use dexconf or another such tool for creating a "real" xorg.conf
    # For example:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"Configured Video Device"
    	Monitor		"Configured Monitor"
    	Option		"AddARGBGLXVisuals"	"True"
    	Defaultdepth	24
    	SubSection "Display"
    		Depth	24
    		Virtual	640	480
    		Modes		"640x480@60"
    	EndSubSection
    EndSection
    
    Section "Screen"
    	Identifier	"screen1"
    	Device		"device1"
    	Monitor		"monitor1"
    	Option		"AddARGBGLXVisuals"	"True"
    	Defaultdepth	24
    	SubSection "Display"
    		Depth	24
    		Modes		"1024x768@60"	"800x600@60"	"800x600@56"	"640x480@60"
    	EndSubSection
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    	Boardname	"vesa"
    	Busid		"PCI:1:0:0"
    	Driver		"nvidia"
    	Screen	0
    EndSection
    
    Section "Device"
    	Identifier	"device1"
    	Boardname	"vesa"
    	Busid		"PCI:1:0:0"
    	Driver		"nvidia"
    	Screen	1
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
      screen 0 "Default Screen" 0 0
    EndSection
    
    Section "Module"
    	Load		"glx"
    	Load		"v4l"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    	Vendorname	"Plug 'n' Play"
    	Modelname	"Plug 'n' Play"
      modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
    	Gamma	1.0
    EndSection
    
    Section "Monitor"
    	Identifier	"monitor1"
    	Vendorname	"Generic LCD Display"
    	Modelname	"LCD Panel 1024x768"
    	Horizsync	31.5-48.0
    	Vertrefresh	56.0 - 65.0
      modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
      modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
      modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
      modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
    	Gamma	1.0
    EndSection
    
    Section "Extensions"
    	Option		"Composite"	"Enable"
    EndSection
    
    Section "ServerFlags"
    EndSection
    I hope the solution there , I have 4 days now search for help

  3. #13
    Join Date
    May 2008
    Location
    home/eai-tokyo
    Beans
    157
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: update kernel to 24 and my nvidia card remove

    I just try to change screen from command line

    gksu displayconfig-gtk

    and it tell me an error

    all user must log off for the changes to take effect

  4. #14
    Join Date
    May 2008
    Location
    home/eai-tokyo
    Beans
    157
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: update kernel to 24 and my nvidia card remove

    the problem have been solved


    The Solution :

    The time zone was not corrent when I make it corrent and restart the screen come back with my normal resolution , the compiz work , all thing going good

    thank you all

    thank you ivanhelguera for try to helping me i like u

  5. #15
    Join Date
    Aug 2005
    Beans
    64
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: update kernel to 24 and my nvidia card remove

    my pleasure - have fun with your box

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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