Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems getting X to start
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 8:59 am    Post subject: Problems getting X to start Reply with quote

Hi, I'm just trying to install gentoo for the first time and it seems my system is now working, but when I boot up, I only get as far as a text console asking me to login. There could be many things that I've done wrong, but as I couldn't seem to get it working I tried to textually configure X and then when I ran start X after booting with the live CD and chrooting, I got the output shown at the bottom. I have onboard nvidia 6100 GeForce graphics, so I have the Driver set to "nvidia" in my xorg.conf, I have included my xorg.conf below, sorry for all the text but I thought it would make it much easier for someone to help. This error in the output at the bottom might point to the problem
FATAL: Could not load /lib/modules/2.6.17-gentoo-r7/modules.dep: No such file or directory
as it is listing the wrong kernel version, I am using 2.6.19-gentoo-r5, with a couple of things manually configured, but I don't know how to tell it to look in a different directory.
Many thanks for any help,
Rob.


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "xtrap"
Load "glx"
Load "dbe"
Load "dri"
Load "record"
Load "extmod"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "microsoft"
Option "XkbLayout" "gb"
EndSection


Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 64.3
VertRefresh 60.0 - 60.0
EndSection

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]

#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Driver "nv"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
Card "NVIDIA GeForce"
BusID "PCI:0:13:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864"
EndSubSection
EndSection



livecd / # startx
hostname: Unknown host
xauth: creating new authority file /root/.serverauth.3012

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN

Current Operating System: Linux livecd 2.6.17-gentoo-r7 #1 SMP Tue Aug 29 01:30:07 UTC 2006 x86_64
Build Date: 27 March 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 2 10:50:17 2007
(==) Using config file: "/etc/X11/xorg.conf"




FATAL: Could not load /lib/modules/2.6.17-gentoo-r7/modules.dep: No such file or directory
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found




XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Mon Apr 02, 2007 9:31 am    Post subject: Re: Problems getting X to start Reply with quote

gentoo-rob wrote:
This error in the output at the bottom might point to the problem
FATAL: Could not load /lib/modules/2.6.17-gentoo-r7/modules.dep: No such file or directory
as it is listing the wrong kernel version, I am using 2.6.19-gentoo-r5, with a couple of things manually configured, but I don't know how to tell it to look in a different directory.


try modules-update.

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 9:44 am    Post subject: Reply with quote

just tried, no output from modules-update, so I guess it worked OK, then tried startx again, but same error as before, it still seems to be looking for the wrong kernel name. Any other ideas from anyone?
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 9:47 am    Post subject: Reply with quote

Also be aware that the nvidia-drivers package must be used with the kernel it was compiled against, if you're booting off a live CD and chroot-ing, that might nit be the case. Why are you booting off the live CD?




Cheers,
jcat
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 9:52 am    Post subject: Reply with quote

jcat wrote:
Also be aware that the nvidia-drivers package must be used with the kernel it was compiled against, if you're booting off a live CD and chroot-ing, that might nit be the case.


what exactly do you mean about compiled "against" and how would I go about ensuring this if I recompile the kernel, sorry but I'm very new to this!

[quote=Why are you booting off the live CD?[/quote]

so that I have a windows manager and can use useful programs like firefox to search for help and answers on this forum for example :D otherwise, I can't launch firefox AFAIK from the console as x doesn't start when I boot.
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Mon Apr 02, 2007 9:54 am    Post subject: Reply with quote

gentoo-rob wrote:
jcat wrote:
Also be aware that the nvidia-drivers package must be used with the kernel it was compiled against, if you're booting off a live CD and chroot-ing, that might nit be the case.


what exactly do you mean about compiled "against" and how would I go about ensuring this if I recompile the kernel, sorry but I'm very new to this!


verify that uname -a reports the same version of kernel installed to /usr/src/linux. if not, you will either need to upgrade your kernel, or fix your /usr/src/linux link.

ps: do this from a cold boot without livecd.

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 10:17 am    Post subject: Reply with quote

bunder wrote:
gentoo-rob wrote:
jcat wrote:
Also be aware that the nvidia-drivers package must be used with the kernel it was compiled against, if you're booting off a live CD and chroot-ing, that might nit be the case.


what exactly do you mean about compiled "against" and how would I go about ensuring this if I recompile the kernel, sorry but I'm very new to this!


verify that uname -a reports the same version of kernel installed to /usr/src/linux. if not, you will either need to upgrade your kernel, or fix your /usr/src/linux link.

ps: do this from a cold boot without livecd.

cheers


Just tried this as you said without the livecd, logged in as root at the console that comes up at boot, then typed in startx, the screen went black and I couldn't quit using ctrl-alt-backspace, or any other way that I know of, so had to ctrl-alt-delete. So, it's a development, but I'm still not sure how to proceed, thanks for all the help! Oh, and uname -a reports the right version of the kernel, I must have been seeing the livecd version before.
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 10:22 am    Post subject: Reply with quote

Once booted normally, before you start X, try doing a
Code:
emerge -av nvidia-drivers

and then an
Code:
eselect opengl set nvidia

then try at to start X.

If that still don't work, post the most recently modified X logs /var/log/




Cheers,
jcat
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Mon Apr 02, 2007 10:26 am    Post subject: Reply with quote

gentoo-rob wrote:
bunder wrote:
gentoo-rob wrote:
jcat wrote:
Also be aware that the nvidia-drivers package must be used with the kernel it was compiled against, if you're booting off a live CD and chroot-ing, that might nit be the case.


what exactly do you mean about compiled "against" and how would I go about ensuring this if I recompile the kernel, sorry but I'm very new to this!


verify that uname -a reports the same version of kernel installed to /usr/src/linux. if not, you will either need to upgrade your kernel, or fix your /usr/src/linux link.

ps: do this from a cold boot without livecd.

cheers


Just tried this as you said without the livecd, logged in as root at the console that comes up at boot, then typed in startx, the screen went black and I couldn't quit using ctrl-alt-backspace, or any other way that I know of, so had to ctrl-alt-delete. So, it's a development, but I'm still not sure how to proceed, thanks for all the help! Oh, and uname -a reports the right version of the kernel, I must have been seeing the livecd version before.


with being in the right environment (no livecd), try re-emerging nvidia-drivers or try different versions. i found some work better than others with certain cards.

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 10:55 am    Post subject: Reply with quote

jcat wrote:
Once booted normally, before you start X, try doing a
Code:
emerge -av nvidia-drivers

and then an
Code:
eselect opengl set nvidia

then try at to start X.

If that still don't work, post the most recently modified X logs /var/log/


tried it, no errors that I saw from emerging, there was a beep at one point, but didn't get to see what it said. No errors from eselect, but still a black screen and no way of quiting when I tried startx. So here is the most recent log:


X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux MONKEY 2.6.19-gentoo-r5 #2 SMP Sat Mar 31 12:03:30 Local time zone must be set--see zic x86_64
Build Date: 27 March 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Apr 2 12:29:22 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib64/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,03ea card 8234,1043 rev a1 class 05,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,03e0 card 1043,8234 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,03eb card 1043,8234 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:01:2: chip 10de,03f5 card 1043,8234 rev a2 class 05,00,00 hdr 80
(II) PCI: 00:02:0: chip 10de,03f1 card 1043,8234 rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,03f2 card 1043,8234 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,03f3 card 0000,0000 rev a1 class 06,04,01 hdr 01
(II) PCI: 00:05:0: chip 10de,03f0 card 1043,81e1 rev a2 class 04,03,00 hdr 80
(II) PCI: 00:06:0: chip 10de,03ec card 1043,8234 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,03ef card 1043,8235 rev a2 class 06,80,00 hdr 00
(II) PCI: 00:08:0: chip 10de,03f6 card 1043,8234 rev a2 class 01,01,85 hdr 80
(II) PCI: 00:08:1: chip 10de,03f6 card 1043,8234 rev a2 class 01,01,85 hdr 80
(II) PCI: 00:09:0: chip 10de,03e8 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0b:0: chip 10de,03e9 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,03e9 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,03d0 card 1043,8234 rev a2 class 03,00,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:06:0: chip 104c,8023 card 1043,815b rev 00 class 0c,00,10 hdr 00
(II) PCI: 03:00:0: chip 197b,2363 card 1043,81e4 rev 02 class 01,06,01 hdr 80
(II) PCI: 03:00:1: chip 197b,2363 card 1043,81e4 rev 02 class 01,01,85 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:4:0), (0,1,1), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[1] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]
[2] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
[3] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfd800000 - 0xfd8fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:9:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
[1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]
[2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
[3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xfde00000 - 0xfdefffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0xfdd00000 - 0xfddfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:11:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00008000 - 0x000080ff (0x100) IX[B]
[1] -1 0 0x00008400 - 0x000084ff (0x100) IX[B]
[2] -1 0 0x00008800 - 0x000088ff (0x100) IX[B]
[3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[B]
[4] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]
[5] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]
[6] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]
[7] -1 0 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xfdc00000 - 0xfdcfffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0xfdb00000 - 0xfdbfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:12:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
[0] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[1] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
[2] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xfda00000 - 0xfdafffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
[0] -1 0 0xfd900000 - 0xfd9fffff (0x100000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(0:13:0) nVidia Corporation unknown chipset (0x03d0) rev 162, Mem @ 0xfb000000/24, 0xe0000000/28, 0xfc000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xfdcfe000 - 0xfdcfffff (0x2000) MX[B]
[1] -1 0 0xfd8f8000 - 0xfd8fbfff (0x4000) MX[B]
[2] -1 0 0xfd8ff000 - 0xfd8ff7ff (0x800) MX[B]
[3] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[4] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
[5] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[6] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
[7] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
[8] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[11] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[12] -1 0 0x00008c00 - 0x00008c0f (0x10) IX[B]
[13] -1 0 0x00009000 - 0x00009003 (0x4) IX[B]
[14] -1 0 0x00009400 - 0x00009407 (0x8) IX[B]
[15] -1 0 0x00009800 - 0x00009803 (0x4) IX[B]
[16] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[17] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
[18] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[19] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[20] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[21] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[22] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
[23] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[24] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[25] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[26] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[27] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[28] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[29] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[30] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[31] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfdcfe000 - 0xfdcfffff (0x2000) MX[B]
[1] -1 0 0xfd8f8000 - 0xfd8fbfff (0x4000) MX[B]
[2] -1 0 0xfd8ff000 - 0xfd8ff7ff (0x800) MX[B]
[3] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[4] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
[5] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[6] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
[7] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
[8] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[9] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[11] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[12] -1 0 0x00008c00 - 0x00008c0f (0x10) IX[B]
[13] -1 0 0x00009000 - 0x00009003 (0x4) IX[B]
[14] -1 0 0x00009400 - 0x00009407 (0x8) IX[B]
[15] -1 0 0x00009800 - 0x00009803 (0x4) IX[B]
[16] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[17] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
[18] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[19] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[20] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[21] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[22] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
[23] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[24] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[25] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[26] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[27] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[28] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[29] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[30] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[31] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfdcfe000 - 0xfdcfffff (0x2000) MX[B]
[5] -1 0 0xfd8f8000 - 0xfd8fbfff (0x4000) MX[B]
[6] -1 0 0xfd8ff000 - 0xfd8ff7ff (0x800) MX[B]
[7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[8] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
[9] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[10] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
[11] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
[12] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[15] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x00008c00 - 0x00008c0f (0x10) IX[B]
[19] -1 0 0x00009000 - 0x00009003 (0x4) IX[B]
[20] -1 0 0x00009400 - 0x00009407 (0x8) IX[B]
[21] -1 0 0x00009800 - 0x00009803 (0x4) IX[B]
[22] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[23] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
[24] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[25] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[26] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[27] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[28] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
[29] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[30] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[31] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[32] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[33] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[34] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[35] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[36] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[37] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
(II) LoadModule: "xtrap"
(II) Loading /usr/lib64/xorg/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8776
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib64/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8776
Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver 1.0-8776 Mon Oct 16 21:55:22 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:0d:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib64/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfdcfe000 - 0xfdcfffff (0x2000) MX[B]
[5] -1 0 0xfd8f8000 - 0xfd8fbfff (0x4000) MX[B]
[6] -1 0 0xfd8ff000 - 0xfd8ff7ff (0x800) MX[B]
[7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[8] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
[9] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[10] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
[11] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
[12] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[15] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x00008c00 - 0x00008c0f (0x10) IX[B]
[19] -1 0 0x00009000 - 0x00009003 (0x4) IX[B]
[20] -1 0 0x00009400 - 0x00009407 (0x8) IX[B]
[21] -1 0 0x00009800 - 0x00009803 (0x4) IX[B]
[22] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[23] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
[24] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[25] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[26] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[27] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[28] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
[29] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[30] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[31] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[32] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[33] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[34] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[35] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[36] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[37] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfdcfe000 - 0xfdcfffff (0x2000) MX[B]
[5] -1 0 0xfd8f8000 - 0xfd8fbfff (0x4000) MX[B]
[6] -1 0 0xfd8ff000 - 0xfd8ff7ff (0x800) MX[B]
[7] -1 0 0xfe02b000 - 0xfe02bfff (0x1000) MX[B]
[8] -1 0 0xfe02c000 - 0xfe02cfff (0x1000) MX[B]
[9] -1 0 0xfe02d000 - 0xfe02dfff (0x1000) MX[B]
[10] -1 0 0xfe024000 - 0xfe027fff (0x4000) MX[B]
[11] -1 0 0xfe02e000 - 0xfe02e0ff (0x100) MX[B]
[12] -1 0 0xfe02f000 - 0xfe02ffff (0x1000) MX[B]
[13] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
[14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[15] -1 0 0xfb000000 - 0xfbffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x00008c00 - 0x00008c0f (0x10) IX[B]
[22] -1 0 0x00009000 - 0x00009003 (0x4) IX[B]
[23] -1 0 0x00009400 - 0x00009407 (0x8) IX[B]
[24] -1 0 0x00009800 - 0x00009803 (0x4) IX[B]
[25] -1 0 0x00009c00 - 0x00009c07 (0x8) IX[B]
[26] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
[27] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
[28] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
[29] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
[30] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
[31] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
[32] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
[33] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
[34] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
[35] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
[36] -1 0 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[37] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
[38] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[B]
[39] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[B]
[40] -1 0 0x0000fc00 - 0x0000fc3f (0x40) IX[B]
[41] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[42] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling RENDER acceleration
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 11:16 am    Post subject: Reply with quote

Hmmm, no errors, so maybe you just need to configure your X login bits.

What desktop are you going to use? Gnome, KDE, Enlightenment, ...?



Cheers,
jcat
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 11:31 am    Post subject: Reply with quote

jcat wrote:
Hmmm, no errors, so maybe you just need to configure your X login bits.

What desktop are you going to use? Gnome, KDE, Enlightenment, ...?



Cheers,
jcat


I'm going to use KDE, what would I need to configure on X login that would be causing the problem? Sorry, but I really don't have a clue how to solve this.
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 11:31 am    Post subject: Reply with quote

Also, change your "Screen" section from:

Code:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864"
EndSubSection
EndSection


to:

Code:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864"
EndSubSection
EndSection


Also add
Code:
Option      "RenderAccel" "on"

to your nvidia "Device" section.



Cheers,
jcat
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Mon Apr 02, 2007 11:43 am    Post subject: Reply with quote

gentoo-rob wrote:
jcat wrote:
Hmmm, no errors, so maybe you just need to configure your X login bits.

What desktop are you going to use? Gnome, KDE, Enlightenment, ...?



Cheers,
jcat


I'm going to use KDE, what would I need to configure on X login that would be causing the problem? Sorry, but I really don't have a clue how to solve this.


in /etc/rc.conf specify the XSESSION. also specify DISPLAYMANAGER in /etc/conf.d/xdm. they should do the same thing, but specify both and do a /etc/init.d/xdm (re)start.

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 11:52 am    Post subject: Reply with quote

bunder wrote:


in /etc/rc.conf specify the XSESSION. also specify DISPLAYMANAGER in /etc/conf.d/xdm. they should do the same thing, but specify both and do a /etc/init.d/xdm (re)start.

cheers



I already have
XSESSION="kde-3.5"
in my /etc/rc.conf, it says in there that DISPLAYMANAGER has moved to /etc/conf.d/xdm, and in there I have already set:
DISPLAYMANAGER="kdm"

if those two are correct, than that shouldn't be the problem. What is a /etc/init.d/xdm (restart)? :oops:
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 11:55 am    Post subject: Reply with quote

Yup, you do need to specify what Desktop System you'll be using, otherwise you'll get nothing. Have you actually installed KDE then?


..But I must say, the fact that you get no X screen when you start X is still a concern, you should at least get the grey default X screen if nothing else. I'd be happy to post a revised xorg.conf if it seems X isn't running properly.



Cheers,
jcat
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 11:57 am    Post subject: Reply with quote

gentoo-rob wrote:
What is a /etc/init.d/xdm (restart)? :oops:


It (re)starts XDM login manager. you just run

Code:
/etc/init.d/xdm start





Cheers,
jcat
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Mon Apr 02, 2007 11:58 am    Post subject: Reply with quote

gentoo-rob wrote:
bunder wrote:


in /etc/rc.conf specify the XSESSION. also specify DISPLAYMANAGER in /etc/conf.d/xdm. they should do the same thing, but specify both and do a /etc/init.d/xdm (re)start.

cheers



I already have
XSESSION="kde-3.5"
in my /etc/rc.conf, it says in there that DISPLAYMANAGER has moved to /etc/conf.d/xdm, and in there I have already set:
DISPLAYMANAGER="kdm"

if those two are correct, than that shouldn't be the problem. What is a /etc/init.d/xdm (restart)? :oops:


it (re)starts xorg and whatever login manager you specify in those 2 files. :wink:

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 12:01 pm    Post subject: Reply with quote

jcat wrote:
Yup, you do need to specify what Desktop System you'll be using, otherwise you'll get nothing. Have you actually installed KDE then?

but I have specified it, as I said in the post above haven't I, or is there something else I need to do to specify it? I have run:
emerge -v kdebase-startkde
which I understood installed KDE?

jcat wrote:

..But I must say, the fact that you get no X screen when you start X is still a concern, you should at least get the grey default X screen if nothing else. I'd be happy to post a revised xorg.conf if it seems X isn't running properly.


That's what I thought, if you think a different xorg.conf would help then I would be very grateful as at the moment I have to keep rebooting using the liveCD after I try each suggestion so that I can see the forum!

Thanks again for all the help,
Rob.
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 12:07 pm    Post subject: Reply with quote

Ok, try this for an xorg.conf. I've tried to copy the relevant bits from your config to a more tidy version I have. Hopefully there are no mistakes! :)


Code:
######################################
# Multi-Screen and Multi-Seat config #
######################################

Section "ServerLayout"
        Identifier     "main"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection



################
# Locations... #
################

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules"
        ModulePath   "/usr/lib/modules/extensions"
        #FontPath     "unix/:7100"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/cyrillic"
        FontPath     "/usr/share/fonts/default"
        FontPath     "/usr/share/fonts/encodings"
        FontPath     "/usr/share/fonts/fonts.cache-1"
        FontPath     "/usr/share/fonts/freefont"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/ukr"
#       FontPath     "/usr/share/fonts/local"
#       FontPath     "/usr/share/fonts/util"
EndSection



###########
# Modules #
###########

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "glx"
#       Load  "dri"
#       Load  "int10"
EndSection



##############################
# Driver specific extensions #
##############################

# Enable the composite extension if you want Compiz or Beryl

Section "Extensions"
        Option "Composite" "Enable"
EndSection



#############################
# Mice and Keyboards etc... #
#############################


Section "InputDevice"
        Identifier "Keyboard0"
        Driver "kbd"
        Option "XkbModel" "microsoft"
        Option "XkbLayout" "gb"
EndSection


Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Protocol" "Auto"
        Option "Device" "/dev/mouse"
        Option "ZAxisMapping" "4 5 6 7"
EndSection



############
# Monitors #
############

Section "Monitor"
        Identifier    "Monitor0"
        VendorName    "Monitor Vendor"
        ModelName     "Monitor Model"
        ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync     31.5 - 64.3
        VertRefresh   60.0 - 60.0
EndSection



#########
# Cards #
#########

Section "Device"
        Identifier   "Card0"
        Driver       "nvidia"
        VendorName   "nVidia Corporation"
        BoardName    "Unknown Board"
        Card         "NVIDIA GeForce"
        BusID        "PCI:0:13:0"
        Option       "RenderAccel" "on"
EndSection



#################
# Display Setup #
#################

Section "Screen"
        Identifier   "Screen0"
        Device       "Card0"
        Monitor      "Monitor0"
        DefaultDepth 24
        SubSection   "Display"
        Viewport     0 0
        Depth        24
        Modes        "1152x864"
        EndSubSection
EndSection



See how that goes and report back 8)

Don't delete your old config, just rename it.



Cheers,
jcat
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 12:11 pm    Post subject: Reply with quote

just wondered, could it be a monitor resolution problem as when I used the xorgconfig, I specified 1280x1024 and the Modes setting below taken from my xorg.conf is a different value:

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x864"
EndSubSection
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 12:15 pm    Post subject: Reply with quote

Maybe for the purposes of testing, you should change the Modes line to:

Modes "1024x768"



Cheers,
jcat
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 12:35 pm    Post subject: Reply with quote

jcat wrote:
Maybe for the purposes of testing, you should change the Modes line to:

Modes "1024x768"



Cheers,
jcat


Did this and looked up the horizontal and vertical sync rate here for my compaq v75 monitor:

http://www.man.lodz.pl/LISTY/PECET/2004/07/5436.html

and used those values (60.0 - 68.7 horizontal and 75.0 - 85.0 vertical) in the xorg.conf file, then rebooted, but went to console again and startx produced the same black screen which I couldn't exit.

Have to go out now, thanks for all the help and would really appreciate any more ideas that anyone might have and I will try them when I get back!

Thanks,
Rob.
Back to top
View user's profile Send private message
jcat
Veteran
Veteran


Joined: 26 May 2006
Posts: 1337

PostPosted: Mon Apr 02, 2007 2:43 pm    Post subject: Reply with quote

Did you replace your xorg.conf?




Cheers,
jcat
Back to top
View user's profile Send private message
gentoo-rob
n00b
n00b


Joined: 02 Apr 2007
Posts: 30

PostPosted: Mon Apr 02, 2007 3:42 pm    Post subject: Reply with quote

jcat wrote:
Did you replace your xorg.conf?


Yes I did, sorry I should have said so in the post.
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
Goto page 1, 2  Next
Page 1 of 2

 
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