You are not logged in.

#1 2008-10-16 20:17:01

roboos
Member
Registered: 2008-10-16
Posts: 4

problem with nvidia

hi

I have GeForce 6100 and nvidia drivers from arch repo.

I have a problem with run X server

When I turn on computer and type startx I have blackscreen and tiny horizontal stripe.

Then I must edit xorg.conf and change driver to "vesa" and run startx

Now I edit xorg.conf to change back to "nvidia". When I run startx everything is ok !!!!

I don't know what's happend....
I hate run linux becouse I must change xorg.conf all the time. Please help smile

My xorg.conf :

   # nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Wed Oct  1 15:09:35 PDT 2008

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/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/TTF"
    FontPath        "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

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

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "C51G [GeForce 6100]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection     "Display"
        Viewport    0 0
    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
    EndSubSection
EndSection

Offline

#2 2008-10-16 20:20:43

m72
Member
From: England/London
Registered: 2008-08-13
Posts: 9
Website

Re: problem with nvidia

Did you tried hwd -xa, and later nvidia-xconfig?

Offline

#3 2008-10-16 20:21:57

roboos
Member
Registered: 2008-10-16
Posts: 4

Re: problem with nvidia

yes

I also install other drivers from repo

Offline

#4 2008-10-16 20:57:08

amranu
Member
Registered: 2008-09-25
Posts: 94

Re: problem with nvidia

Might need the legacy drivers with that card.. dunno

Offline

#5 2008-10-16 21:37:46

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: problem with nvidia

I should begin with saying that I have this problem on my system with the testing repository on, but that I haven't changed anything in about two weeks.  I have started getting a similar problem today.  When running 'startx', I get a blank screen and then the monitor displays a 'Input not supported' error message (I'm using an Acer al1917w, if that makes any difference).
  I know that I don't have a monitor or video driver problem because I'm able to play movies from mplayer from the command line using the frame-buffer without any problems.  It seems to be a problem specific to xorg.
  I will definitely try switching the drivers and will see if that works, along with trying the suggestion of m72.

Offline

#6 2008-10-16 23:58:40

happy
Member
From: Hongkong
Registered: 2008-01-29
Posts: 11

Re: problem with nvidia

I'm using the same video card  and find that every time I upgrade the lastest nvidia driver (I'm using 169.x.x.x), the screen have to turn back. So I stay in driver 169.x.x.x ....... forever??

Offline

#7 2008-10-17 01:51:33

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: problem with nvidia

I have a gforce 6150 & nvidia driver v177.80 and all is ok. Try remove nvidia & nvidia-utils, and then reinstalling

sorry my bad english

Offline

#8 2008-10-17 04:16:44

creslin
Member
Registered: 2008-10-04
Posts: 241

Re: problem with nvidia

roboos wrote:

I have GeForce 6100 and nvidia drivers from arch repo.

Which repo?  Are you using nvidia and xorg from [Testing] repo?


ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.

Offline

#9 2008-10-17 14:30:36

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: problem with nvidia

no... [extra]

extra/xorg-server 1.4.2-2
extra/nvidia 177.80-2
extra/nvidia-utils 177.80-1

Offline

#10 2008-10-17 14:33:52

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: problem with nvidia

can you put the output for: cat /var/log/Xorg.0.log

Offline

#11 2008-10-17 14:45:40

creslin
Member
Registered: 2008-10-04
Posts: 241

Re: problem with nvidia

takedown wrote:

no... [extra]

extra/xorg-server 1.4.2-2
extra/nvidia 177.80-2
extra/nvidia-utils 177.80-1

I know.. my question was directed at roboos wink


ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.

Offline

#12 2008-10-17 16:58:08

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: problem with nvidia

sorry, I read quickly and I thought that you refer to my response

Offline

#13 2008-10-17 22:05:22

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: problem with nvidia

So I re-installed xorg-server, nvidia, and nvidia-utils, and then it didn't work.
And I used the xorg.conf from 'hwd -xa', and then it worked with vesa, after removing RgbPath
And then I changed the the keyboard and mouse stuff to 'evdev', with only one mouse identifier, still with vesa (I don't know if it affected anything, but I'm writing this down for completeness) - from bug 11357
And then I changed the driver to nvidia, and it worked.

I don't know why, but it did.  I use testing, and GeForce 6100 nforce 405 (its on the motherboard).

Offline

#14 2008-10-18 02:50:32

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Re: problem with nvidia

To better understand, is often required reading logs. Ex: / var/log/Xorg.0.log

Offline

#15 2008-10-19 16:11:45

roboos
Member
Registered: 2008-10-16
Posts: 4

Re: problem with nvidia

my Xorg.0.log when I have black screen:

http://wklejto.pl/12649

I donn't see nothing wrong

Offline

#16 2008-10-19 21:08:21

sp42b
Member
Registered: 2008-04-01
Posts: 13

Re: problem with nvidia

roboos wrote:

hi

I have GeForce 6100 and nvidia drivers from arch repo.

I have a problem with run X server

When I turn on computer and type startx I have blackscreen and tiny horizontal stripe.

I had similar problems with my 6100 onboard.  Changing the resolution (1280x1024 => 1280*960) worked for me.

http://bbs.archlinux.org/viewtopic.php?id=50441
http://www.nvnews.net/vbulletin/showthr … a&t=115209
http://forums.opensuse.org/hardware/385 … 100-a.html

Offline

#17 2008-10-19 21:58:51

roboos
Member
Registered: 2008-10-16
Posts: 4

Re: problem with nvidia

ok it's solved....

I install nvidia-96xx branch drivers.

It's not satisfied  me becouse I want to use newest drivers but its work. Now I can normally run startx

Thanks all!!

Offline

Board footer

Powered by FluxBB