LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 05-24-2007, 06:46 PM   #16
samstar
Member
 
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324

Rep: Reputation: 31

Quote:
Originally Posted by 100sTressZeN
can tou say me which command should o i use...
i'm newbie
Sorry. I assumed you knew how to use the text mode because in your second post, you mentioned the text mode. Go with Quakeboy's advice. Change the HorizSync and VertRefresh in your xorg.conf file. The values in your file are too large. Now enable it, and re-start gnome.

If it doesn't work, and you get the white screen again, immediately, use '<ctrl> + <alt> + F1' to go to text.

Then log in with your user name and password.

Now copy your log files to your home directory. That's
Code:
cp /var/log/Xorg.0.* ~
Now you have probably two log files copied to your home directory. One is older than the other. Rename your xorg.conf file the way you did before, and re-start gnome. Now post these log files for us to see.

Sam
 
Old 05-24-2007, 07:26 PM   #17
100sTressZeN
LQ Newbie
 
Registered: May 2007
Posts: 18

Original Poster
Rep: Reputation: 0
i already tried quakeboy02's ideia and it still the same white screen

here you have the things you ask me:

http://heldersousa.com.sapo.pt/xorg.0.log
http://heldersousa.com.sapo.pt/xorg.0.old


thanks
 
Old 05-24-2007, 07:35 PM   #18
samstar
Member
 
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324

Rep: Reputation: 31
Thanks. Ok, I need to know more about your screen setup. Do you have one or two monitors connected? How are they connected, through a 15 pin vga port, or a DVI port. Hint: Check how it plugs in, and count the number of pins in the plug.

Sam
 
Old 05-24-2007, 07:59 PM   #19
100sTressZeN
LQ Newbie
 
Registered: May 2007
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by samstar
Thanks. Ok, I need to know more about your screen setup. Do you have one or two monitors connected? How are they connected, through a 15 pin vga port, or a DVI port. Hint: Check how it plugs in, and count the number of pins in the plug.

Sam
i've got a laptop

is this one:
Toshibe satellite 1410-604
http://www.camaleao.pt/cgi.php/model...0-604/305.html
http://www.ciao.co.uk/Toshiba_Satell...0_604__6518208
 
Old 05-24-2007, 09:29 PM   #20
lambchops468
Member
 
Registered: Mar 2007
Location: New Jersey, USA
Distribution: Archlinux
Posts: 165

Rep: Reputation: 30
AIGLX or NVIDIA?

Quote:
Originally Posted by mariogarcia
make sure you have aiglx loaded usually white screens are due to aiglx.
look if you have nvidia in the right paths. usually it's a problem with path if you have the latest xorg. you can simlink to where xorg want them. if you want 3D you definitively need nvidia and not nv.
I might be wrong....

but if you're using the nvidia drivers I'm pretty sure that you are supposed to use the NVIDIA GL system.

It's not necessary, but I have an FX5200 and if I use anything other than NVIDIA rendering (as in the beryl-manager tray menu), then I get a white screen upon log-in.

Hm. So What I would do to find out if this is the problem is to tell us if the white screen happens before you log in or after.

If its after, then it is probably AIGLX. run "xdpyinfo" in a terminal in gnome and give us the output.

If it is before...then its probably still something wrong with all the settings that we're all talking about.

Last edited by lambchops468; 05-24-2007 at 09:33 PM.
 
Old 05-24-2007, 09:39 PM   #21
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Try using this one just for grins. This is mine that I use with an old ti500 nvidia card and the 9631 driver.

Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
	Option		"XkbOptions"	""
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"nVidia Corporation NV11 [GeForce2 Ti-500]"
	Driver		"nvidia"
#	BusID		"PCI:3:0:0"
EndSection

Section "Monitor"
	Identifier	"PL916s"
	Option		"DPMS"
	HorizSync	30-80
	VertRefresh	60-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV11 [GeForce2 Ti-500]"
	Monitor		"PL916s"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection
 
Old 05-24-2007, 10:10 PM   #22
100sTressZeN
LQ Newbie
 
Registered: May 2007
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Quakeboy02
Try using this one just for grins. This is mine that I use with an old ti500 nvidia card and the 9631 driver.

Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
	Option		"XkbOptions"	""
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"nVidia Corporation NV11 [GeForce2 Ti-500]"
	Driver		"nvidia"
#	BusID		"PCI:3:0:0"
EndSection

Section "Monitor"
	Identifier	"PL916s"
	Option		"DPMS"
	HorizSync	30-80
	VertRefresh	60-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV11 [GeForce2 Ti-500]"
	Monitor		"PL916s"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection
white screen
thank you same way
 
Old 05-24-2007, 10:25 PM   #23
davimint
Member
 
Registered: Jan 2006
Distribution: Slackware Current
Posts: 272

Rep: Reputation: 33
100sTressZen
xorg & nividia can be fun at times to setup and ubunta is not my distro. You have have a look at some of the doc's in the Gentoo site to help you set up xorg.

Last edited by davimint; 05-24-2007 at 10:44 PM.
 
Old 05-24-2007, 10:55 PM   #24
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407

Rep: Reputation: 141Reputation: 141
Quote:
white screen
thank you same way
Then there is something you aren't telling us. If you have installed any other video driver software you need to uninstall it. You should probably reinstall the nvidia 9631 driver.
 
Old 05-25-2007, 01:04 AM   #25
samstar
Member
 
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324

Rep: Reputation: 31
Quote:
Originally Posted by 100sTressZeN
i've got a laptop
Hmm, ok, this really should have been posted in the laptop section, not desktop, but oh well.

Anyways, go ahead and try to reinstall the driver. Make sure there are no errors in the process.

I have what may be a solution, but I need to know a few more things. Is your /etc/modprobe.d a file or a directory? If it's a directory, could you please let us know its contents?

There are a few module parameters I'd like to pass to the nvidia module each time it boots, but I need to know what files you have in there, so I know which one to put them in.

This is the line I want to add:
Code:
options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=1 NVreg_FlatPanelMode=1
But I don't know where to add it in your system yet.

Sam
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
help editing xf86config for nvidia geforce mx440 after installing nvidia driver linguist Linux - Newbie 11 06-13-2006 06:31 AM
Change X refresh rate on Geforce 4MX/32MB with Compaq S710 crt monitor Xolo Linux - Software 6 06-28-2005 12:48 AM
nVidia RIVA TNT2 Model 64 (32MB PCI Card) Safearus Slackware 10 05-15-2004 05:47 PM
Matrox Mystique G200 or Nvidia TNT2 32MB itsjustme General 1 01-05-2004 05:00 AM
Install OpenGL for GeForce 2 MX 400 32MB linuxmojo Linux - Distributions 6 04-09-2002 10:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 12:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration