Jump to content

A booting problem [solved]


Halone
 Share

Recommended Posts

Your missing a line from your module section:

 

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"
Load "glx"
EndSection

 

here's mine, add Load "glx" to your section and see if that works.

Link to comment
Share on other sites

Section "Screen"

Identifier "screen1"

Device "device1"

Monitor "monitor1"

DefaultColorDepth 24

Mais alors! tu n'as pas de config pour 24bit.

 

Si tu as un ecran LCD de 1280x1024 ... comme

 

Section "Monitor"

Identifier "monitor1"

VendorName "Generic"

ModelName "Flat Panel 1280x1024"

HorizSync 31.5-67

VertRefresh 50-75

 

faire un changement et remplacer tous les <<Virtual 1280 1024>> avec

 

Modes "1280x1024"

 

comme

 

Section "Screen"

Identifier "screen1"

Device "NVIDIA1"

Monitor "projector"

DefaultDepth 24

SubSection "Display"

Depth 24

Modes "1280x1024"

EndSubSection

EndSection

 

___________________________________________________________ ou faire une copie de

 

 

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)

# By default, Mandrake 6.0 and later now use a font server independent of

# the X server to render fonts.

FontPath "unix/:-1"

Endsection

 

Section "ServerFlags"

# DontZap # disable <Ctrl><Alt><BS> (server abort)

AllowMouseOpenFail # allows the server to start up even if the mouse does not work

#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution swirching)

EndSection

 

Section "Module"

Load "dbe" # Double-Buffering Extension

Load "v4l" # Video for linux

Load "extmod"

Load "type1"

Load "freetype"

Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"

EndSection

 

Section "InputDevice"

Identifier "Keyboard1"

Driver "keyboard"

Optiom "XkbModel" "pc105"

Option "XkbLayout" "fr_CH"

Option "XkbOptions" compose:rwin"

EndSection

 

Section "InputDevice"

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "ExplorerPS/2"

Option "Device" "/dev/mouse"

Option "ZAxisMapping" "6 7"

EndSection

 

Section "Monitor"

Identifier "monitor1"

VendorName "Generic"

ModelName "Flat Panel 1280x1024"

HorizSync 31.5-67

VertRefresh 50-75

 

# TV fullscreen mode or DVD fullscreen output.

# 768x576 @ 79 Hz, 50 kHz hsync

Modeline "768x576" 50.00 768 832 846 1000 576 590 595 630

 

# 768x576 @ 100 Hz, 61.6 kHz hsync

ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

EndSection

 

Section "Device"

Identifier "device1"

BoardName "NVIDIA GeForce 6800 (generic)"

Driver "nvidia"

Option "DPMS"

Option "IgnoreEdid" "1"

EndSection

 

Section "Screen"

Identifier "screen1"

Device "device1"

Monitor "monitor1"

DefaultColorDepth 24

 

Subsection "Display"

Depth 24

Modes "1280x1024"

EndSubsection

Endsection

 

Section "ServerLayout"

Identifier "Layout1"

InputDevice "Keyboard1" "CoreKeyboard"

InputDevice "Mouse1" "CorePointer"

Screen "screen1"

EndSection

 

_________________________________________________

Si tu sauvgarder sur "windows" tu pourrais utiliser dos2unix de faire un changlement de ASC(13)+(10) vers ASC13 ... parceque linux utilse seulemente le code 10 de signifier le fin du ligne comme "Entrez"

 

 

urpmi dos2unix

Link to comment
Share on other sites

I would also suggest commented out the modelines:

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
#Modeline "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
#ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

and also, if you plan to use resolutions other than 1280x1024, add them as such:

Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubsection
Endsection

This is useful if you're going to play games, because they tend to change resolutions and you'll need the lower resolutions available - or else the game won't take up the full screen and you'll have a black border.

Link to comment
Share on other sites

For Gowator:

 

Mais qu'entend-tu par "tu n'as pas de config pour 24 bits" ?

 

Apparemment je n’est pas un écran comme tu dis puisque dans les lignes que j’ai copiée j’ai :

 

Section "Screen"

Identifier "screen1"

Device "device1"

Monitor "monitor1"

DefaultColorDepth 24

 

juste ?

Link to comment
Share on other sites

I'm not Ianw1974, but here are a couple of EASY, working methods:

urpmi nano

su -c "nano /etc/file.conf"

or in your case,

su -c "nano /etc/X11/xorg.conf"

Or, use a root Midnight Commander session, navigate to your file.conf file and press F4. Edit everything you need, and press F2 to save and F10 to exit.

Link to comment
Share on other sites

I would also suggest commented out the modelines:

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
#Modeline "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
#ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

and also, if you plan to use resolutions other than 1280x1024, add them as such:

Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubsection
Endsection

This is useful if you're going to play games, because they tend to change resolutions and you'll need the lower resolutions available - or else the game won't take up the full screen and you'll have a black border.

Yes true but I figure a working X is #1 then he can edit it with easier tools ....

If he can get X working then he can post errors direct etc. so the easiest IMHO is to start off with a single config that gets him into X ... even if its without 3D etc. for the moment and then fix the outstanding issues?

 

Mais qu'entend-tu par "tu n'as pas de config pour 24 bits" ?

Tu as le "color depth default" de 24 bits ^ mais tu as besion de

Subsection "Display"

Depth 24

Modes "1280x1024"

EndSubsection

Endsection

 

la premiere strophe est pour definee' les defauts et tu as besion de une definition de ce defaut ....

tu as affiche' ta fiche mais elle n'as pas de definition de 24 bit comme les autres.

 

En fait tu as demander 24 bits mais elle etait la seul profondeur sans definition .....

Alors, le serveur X ne trouve pas des ecrans utilisible.

 

Donc, tu as besion de ajouter ce strophe ou de changer la pronondeur defaut .....

Plus tard tu peut-etre ajouter les strophes de 8,16 bit et les autres resolutions de 1024x768 et 800x600

Link to comment
Share on other sites

Yes true but I figure a working X is #1 then he can edit it with easier tools ....

If he can get X working then he can post errors direct etc. so the easiest IMHO is to start off with a single config that gets him into X ... even if its without 3D etc. for the moment and then fix the outstanding issues?

This is true, but I figured if he's in there might as well try it. Plus, if for some reason 1280x1024 doesn't work the other options are likely to be tried by Xorg and one of them may work.

Link to comment
Share on other sites

Thank you so much everybody, I am sorry but I was working pretty much those days so I had to put aside my problem. I tried everything you told me and I couldn't solve my problem. So I formated my HDD and installed mandriva alone, to avoid future problems of cohabitations with windows. Everything is fine now, I'll just try to get back my /home files I (luckily) backuped just before mandriva bugged. I wanted really to tell you all again a big thank you. You helped me a lot.

Edited by Halone
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...