Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg refuses to work........at all......
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
InTheFlatField
n00b
n00b


Joined: 14 Mar 2005
Posts: 30

PostPosted: Tue Apr 05, 2005 8:50 pm    Post subject: Xorg refuses to work........at all...... Reply with quote

Me and Xorg are not getting along, its built in configuring comand only found my monitor and my card and gave me the wrong information about both...I have had to search the internet and write out almost the entire file by hand......however I am running out of ideas and would be happy if some more experienced users would look over my xorg.conf file for problems.....


I have included my hardware information, my software information, the error I am diplayed, and the contents of xorg.conf. There might be some spacing inconsistencies as I had to copy it to paper by hand then type it out.......

Thanks for looking....any help WILL be appreciated.

Hardware Inforamtion:

CPU: AMD Athlon XP 2800+
MOBO: MSI KT6V
GPU: nVidia GeForce FX 5200
Sound Card: Sound Blaster Live 5.1
Mouse: Microsoft Intellimouse
Keyboard: Micrsoft Multimedia Keyboard
Monitor: Dell P780

Software Information:

Kernel 2.6.11-r3
Gentoo 2005.0
X Window System 6.8.2
nVidia Driver 7174

Error

(EE) VGA(0): Driver can't support depth 24
(EE) Screen(s) found, but none have a usable configuration.

xorg.conf=

Section “ServerLayout
Identifier “X.org Configured”
Screen 0 “screen0” 0 0
InputDevice “Mouse0” “CorePointer”
InputDevice “Keyboard0” “CoreKeyboard”
EndSection

Section “Files:
RgbPath “/usr/lib/X11/rgb”
ModulePath “/usr/lib/modules”
FontPath “/usr/share/fonts/misc/”
FontPath “/usr/share/fonts/TTF/”
FontPath “/usr/share/fonts/Type1/”
FontPath “/usr/share/fonts/CID/”
FontPath “/usr/share/fonts/75dpi/”
FontPath “/usr/share/fonts/100dpi/”
EndSection

Section “Module”
Load “extmod”
Load “dbe”
Load “record”
Load “xtrap”
Load “glx”
Load “type1”
Load “freetype”
EndSection

Section “InputDevice”
Identifier “mouse0”
Driver “mouse”
Option “Protocol” “ExplorerPS/2”
Option “Device” “/dev/usbmouse”
Option “Buttons” “7”
Option “ZAxisMapping” “6 7”
EndSection

Section “Monitor”
DisplaySize 312 234 # mm
Identifier “Monitor0”
VendorName “DEL”
ModelName “DELL P780”
HorizSync 30.0 – 85.0
VertRefresh 48.0 – 120.0
Option “DPMS”
EndSection

Section “Device”
Identifier “card0”
Driver “nvidia”
VendorName “nVidia Corporation”
BoardName “NV34 [Geforce FX 5200]
Option “AGPMode” “8”
EndSection

Section “Screen”
Identifier “screen0”
Device “card0”
Monitor “Monitor0
DefaultDepth 16
Subsection “Display”
Depth 8
Modes “1024x768” “800x600” “640x480”
EndSubSection
Subsection “Display”
Depth 16
Modes “1024x768” “800x600” “640x480”
EndSubSection
Subsection “Display”
Depth 24
Modes “1024x768” “800x600” “640x480”
EndSubSection
EndSection

Thanks!
_________________
For a million empty faces
For a million hollow smiles
Cancer for my education
Watch the body hit the files
Waiting for another war and
Waiting for my valentine

The Sisters
Back to top
View user's profile Send private message
fourhead
l33t
l33t


Joined: 03 Sep 2003
Posts: 875
Location: Cologne, Germany

PostPosted: Tue Apr 05, 2005 9:01 pm    Post subject: Reply with quote

Hi,

first of all, afaik there's no AGPMode "8", I think there's only 0,1 and 2. Try deleting all sections in "Screen" that have a depth other than 24 (keep only the Subsection that specifices Depth 24). I'm not entirely sure but the line (EE) VGA(0) makes me think that X is not using the nvidia driver, but the standard VGA driver. You could also see if it works when using "vesa" as a driver.

Tom
Back to top
View user's profile Send private message
30726
Veteran
Veteran


Joined: 24 Sep 2003
Posts: 1501

PostPosted: Tue Apr 05, 2005 9:28 pm    Post subject: Reply with quote

Use xorgconfig to generate a config (as root). Here are the values you'll need for your monitor (I assume you know what resolution your prefer):
Code:
HorizSync 30-85
VertRefresh 48-120


After you have generated the config, emerge the nvidia driver and replace "nv" with "nvidia" in your xorg.conf. It should look something like this:
Code:
Section "Device"
    Identifier  "nVIDIA Geforce FX 5200"
    Driver      "nvidia"
    Option "NoLogo" "True"
    Option "NvAGP" "1"
    Option "RenderAccel" "True"
EndSection


You should not need any AGP stuff in the kernel.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum