You are not logged in.

#1 2009-10-20 11:34:22

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

[Solved]Nvidia && Xorg.conf troubles - No Screens Foound

Hello all,

First of all, this is my first post and actually my first couples of hours on Arch linux; so far so good, just having the regular issue with Nvidia.

So I followed the beginner guide to the letter and I am now stock, I have being searching the web for the last two hours without success.

See below all the details.

Nvidia card 8800gt / Dual Screens
Arch Linux installed using Net install

/var/log/Xorg.0.log => http://dpaste.com/109647/
/etc/X11/xorg.conf => http://dpaste.com/109648/
~/.xinitrc                 => http://dpaste.com/109649/

Should I need to provide more details, please let me know,

Many thanks,

Sweetthdevil

Last edited by sweetthdevil (2009-10-20 18:06:23)

Offline

#2 2009-10-20 14:32:35

ASOM
Member
Registered: 2009-07-10
Posts: 68

Re: [Solved]Nvidia && Xorg.conf troubles - No Screens Foound

Make sure hal is running  /etc/rc.d/hal start

Try a minimal xorg.conf like

 Section "ServerLayout"
   Identifier     "Layout0"
   Screen      0  "Screen0" 0 0
EndSection

Section "Device"
   Identifier     "Device0"
   Driver         "nvidia"
 EndSection

Section "Screen"
   Identifier     "Screen0"
   Device         "Device0"
EndSection

Also, comment out or remove the line for xterm in the .xinitrc

Last edited by ASOM (2009-10-20 14:38:06)

Offline

#3 2009-10-20 15:13:57

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: [Solved]Nvidia && Xorg.conf troubles - No Screens Foound

I minimum one is a good idea but you'll probably want a few other things too.  Check out the nvidia page on the wiki.  Here's mine for reference:

# Xorg Server configuration file

Section "Device"
  Identifier  "Device0"
  Driver      "nvidia"
  Option      "DynamicTwinView" "0" # Report proper refresh rate
  Option      "TripleBuffer" "True"
  Option      "BackingStore" "True"
EndSection

Section "Screen"
  Identifier  "Screen0"
  Device      "Device0"
  Monitor     "Monitor0"
EndSection

Section "Monitor"
  Identifier  "Monitor0"
  Option      "DPMS"    "true"  # display power management on (true/false)
EndSection

Section "ServerFlags"
  Option "BlankTime"    "0"     # LED still on, no + (0 disables)
  Option "StandbyTime"  "10"    # turns off LED
  Option "SuspendTime"  "0"     # turns off LED, and most power
  Option "OffTime"      "30"    # turns off all power
EndSection

Section "Extensions"
  Option      "Composite"     "Enable" # for 3D, alpha desktop effects
EndSection

Section "DRI"
  Mode 0666                            # helps flash performance
EndSection

Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

#4 2009-10-20 16:51:53

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

Re: [Solved]Nvidia && Xorg.conf troubles - No Screens Foound

Right, I think i installed the wrong nvidia driver; I am therefore restarting my install to insure the best possible setup.

I thank you anyway for your assistance, but be sure I shall be back smile

Thx:P

Last edited by sweetthdevil (2009-10-20 17:08:56)

Offline

#5 2009-10-20 17:04:00

ASOM
Member
Registered: 2009-07-10
Posts: 68

Re: [Solved]Nvidia && Xorg.conf troubles - No Screens Foound

Outside of making sure it is installed, I don't have any other ideas. It should have been pulled in when you installed xorg.

Offline

#6 2009-10-20 18:05:48

sweetthdevil
Member
Registered: 2009-10-20
Posts: 415

Re: [Solved]Nvidia && Xorg.conf troubles - No Screens Foound

I was then right, I installed the wrong driver,

felt so stupid......

anyway thanks,

Offline

Board footer

Powered by FluxBB