Page 2 of 2

Re: GeForce 8400 GS...Issue !!

PostPosted: Sat Mar 28, 2009 4:21 am
by steffis
Hi again ..my friends :D ...
pch.shot !! ....i have tried your way once more time..and it didn`t work..and when i install the driver trough "hardware drivers" normally i think the driver works but it says "fatal error no screen found"..so how should i fill in the right parameters into xorg.config file for the screen...sorry but im clueless there :roll: ..it is to much to ask if u can post yours if u have an nvidia driver in your system..so i can see how it looks like..and what i have been missing to ad in the config file to get it to work :shock: ...and thankĀ“s allot so far for your help .

And saddle tramp..thank`s for your tip :P ...i was going though your way and tip...but i could`nt "mark" and remove the drivers in synaptic..i don`t know why but i cant remove them..so i can restart with the vesa driver iether...so im really clueless here :? ..i don`t know what i should do to get grafics and compiz to work with a deasent driver fore my computer :oops: ...im starting to loose my faith in this..so do u have some last tip in this issue..it`s welcome.

Thank`s allot both of u...Steffis

And guys...when i install a incorrect driver or someting else is wrong..like my case...i came to a blue sign that says that the xorg.conf file is wrong..and xserver cant work and i cant log in by "startx"..how do i came back to the desktop there and maybe modify the xorg.config file...i can log in by my name and passw..but whats bring me back to the desktop :oops: .

Re: GeForce 8400 GS...Issue !!

PostPosted: Sat Mar 28, 2009 5:12 am
by steffis
And guys !!!...i have done another clean install now of EU2.1 ...and only installed the updates..i don`t dare install the driver again :oops: ..becouse i know i will be f***d up :roll: ...so im waiting for some of your tip..if u have some more :| ...but i should give u a list what i have in my computer that i want to run EU 2.1 on...

Samsung 226BW "22`"Wide
Antec NSK2480
Sunbeam 550w
Asrock ALiveNF7G-HDready
Amd 4200+
OCZ DDR2 PC2-6400 Gold 2 Gb
Leadteck Geforce 8400 GS
Western Digital Wd2000Js Sata
Pioneer DVR-115DBK

Greatings Steffis

Re: GeForce 8400 GS...Issue !!

PostPosted: Sat Mar 28, 2009 9:32 am
by steffis
Heey..again guys :P ..i have found something...take a look at this :!: ..if this could be right :?:..for my screen.

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "SyncMaster 226BW" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    EndSection

    Section "Files"
    # Fixed the font paths below - Ubuntu edgy Bug #65860 and Bug #66809
    FontPath "/usr/share/fonts/X11/misc"
    #FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    # path to defoma fonts
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

    Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "type1"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "lv3:ralt_switch"
    EndSection

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

    Section "InputDevice"

    # /dev/input/event
    # for USB
    Identifier "stylus"
    Driver "wacom"
    Option "Device" "/dev/wacom" # Change to
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"

    # /dev/input/event
    # for USB
    Identifier "eraser"
    Driver "wacom"
    Option "Device" "/dev/wacom" # Change to
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "InputDevice"

    # /dev/input/event
    # for USB
    Identifier "cursor"
    Driver "wacom"
    Option "Device" "/dev/wacom" # Change to
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4" # Tablet PC ONLY
    EndSection

    Section "Device"
    Identifier "NVIDIA Corporation NV292 [GeForce 6200le]"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200 A-LE"
    Option "NoLogo"
    EndSection

    #Settings for Samsung SyncMaster 226BW 22 inch LCD monitor
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "SyncMaster 226BW"
    VendorName "Samsung"
    ModelName "SyncMaster 226BW"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "SyncMaster 226BW"
    Device "NVIDIA Corporation NV292 [GeForce 6200le]"
    Monitor "SyncMaster 226BW"
    DefaultDepth 24
    Option "NvAGP" "3" # Tries internal nVidia AGP drivers first
    Option "RenderAccel" "true"
    Option "TripleBuffer" "true"
    Option "AllowGLXWithComposite"
    Option "DPMS" "true"
    Option "metamodes" "1680x1050 +0+0; 1280x1024 +0+0; 1024x768 +0+0"
    SubSection "Display"
    Depth 24
    Modes "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    # End Settings for Samsung SyncMaster 226BW 22 inch LCD monitor

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

Re: GeForce 8400 GS...Issue !!

PostPosted: Sat Mar 28, 2009 9:51 am
by pch.shot
I'm running an sli setup on my Windows box right now. If I get some time later this evening I can use the live Ultimate disc and set it up and post my xorg.conf. It sounds like the problem is your monitor not the driver or card. Did you try hooking it up to your television yet? You can try commenting out lines one at a time and see what happens(put one of these # in front of the line). Start with the composite lines. Is your card agp or pcie?

Re: GeForce 8400 GS...Issue !!

PostPosted: Sun Mar 29, 2009 3:03 am
by steffis
Hiii...pch.shot ;)
My card is pcie...the conf file i posted fore u was something that i found on the net "i know that was a agp card" ..but the thing was the strings and config about the samsung 226bw in that config file...the configuration on colur,resolution,depht..is the same i hope :? even that is on a agp card configuration :roll: .
I know..i also think is the screen that couse the probs...i should hook up my computer to my television today and install the driver and se what happens "s-video to scart"...but if !!!...it don`t brings me back to the desktop after i have install it...how in h*ll do i come back to the desktop to try to config the file :?: when "startx" doesn`t work ....becouse i don`t want to clean the drive once more time :shock: kind`a tired of it.

Steffis

Re: GeForce 8400 GS...Issue !!

PostPosted: Sun Mar 29, 2009 9:42 am
by pch.shot
When you get to the boot prompt hit Esc and add VGA=791 to the end of the kernel line. Reboot. This will load the Vesa driver with a screen resolution of 1024x768 and you can go in and install the nvidia driver.
p.s. Don't post stuff that is not about your computer, it just confuses the issue. An agp card and a pcie card are totally different.