Logo AdamantioAdamantio.netlogotoplogoright
logobottom
 Registrati
 Forum
Ricerche Downloads Profilo Utente Argomenti
    
Sommario
Utenti e Visitatori

Server Date/Time
Date: 19 May 2012
Time: 13:26:43
GMT: +0200

 Hits:
Today: 414
Overall: 9424875

Iscritti:
Ultimo: Exart
Iscritti oggi: 0
Iscritti ieri: 0
Complessivi: 463

Persone Online:
Visitatori: 7
Iscritti: 0
Totale: 7
Effemeridi
In questo giorno...
1914
Nasce il biologo molecolare austriaco Max Perutz.
Cerca sul sito


Adamantio.net: Forums

Adamantio.net :: Leggi il Topic - [help!] Mandrake 10.1 su HP pavilion
 
 FAQFAQ   CercaCerca   Lista degli utentiLista degli utenti   Gruppi utentiGruppi utenti 
 ProfiloProfilo   Messaggi PrivatiMessaggi Privati   LoginLogin 
[help!] Mandrake 10.1 su HP pavilion

 
Nuovo Topic   Rispondi    Indice del forum -> Tecnico
Precedente :: Successivo  
Autore Messaggio
akela
Mister
Mister


Registrato: Sep 25, 2003
Messaggi: 81
Località: Roma

MessaggioInviato: Dom Giu 19, 2005 3:09 pm    Oggetto: [help!] Mandrake 10.1 su HP pavilion Rispondi citando
Ben ritrovati a tutti... Smile
Nel dicembre dello scorso hanno ho acquistato un notebook HP pavilion ZD7229. La sera stessa dell'acquisto ho estirpato Windows XP e l'ho sostituito con Mandrake 10.1
Tutto è andato bene e il computer gira che è una meraviglia. C'è stato solo un "piccolo" problema... la risoluzione dello schermo.
Lo schermo è un 1440x900. Linux non accettava questa configurazione.
All'inizio la definizione e le dimensioni delle immagini non erano corrette. Per me che lavoro parecchio con le fotografie non è stato bello.
Grazie all'aiuto di giorgiocrp e di questo ottimo Forum sono riuscito ad ottenere una visualizzazione accettabile.
    Ho editato il file /etc/X11/xorg.conf inserendo nuovi dati sul Monitor.
    In Drakconf>Hardware>Risoluzione schermo ho settato l'opzione "1152x864"
    In Sistema>Configurazione>Hardware>Ruota e ridimensiona lo schermo ho settato l'opzione "1152x768".

Il risultato di tutto ciò, come ho detto, è accettabile, non certo ottimale. Le immagine sono ancora leggermente troppo larghe e la definizione è ancora un po' scarsina.
Ah, in Drakconf>Hardware>Risoluzione schermo non esiste l'opzione "1440x900". Sad

Cosa devo cambiare ancora?
Vi incollo qui sotto il testo attuale del mio Xorg.conf
Grazie a tutti!
Codice:

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

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 <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "synaptics"
    Load "glx" # 3D layer
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "SynapticsMouse1"
    Driver "synaptics"
    Option "Protocol" "auto-dev"
    Option "Device" "/dev/input/mice"
    Option "MaxSpeed" "0.12"
    Option "MinSpeed" "0.06"
    Option "BottomEdge" "4200"
    Option "SHMConfig" "on"
    Option "LeftEdge" "1700"
    Option "FingerLow" "25"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "FingerHigh" "30"
    Option "VertScrollDelta" "100"
    Option "TopEdge" "1700"
    Option "RightEdge" "5300"
    Option "AccelFactor" "0.0010"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Hewlett-Packard"
    ModelName "1440x900 LCD Panel"
    HorizSync 30 - 64
    VertRefresh 50 - 100
    Modeline "1440x900" 106.47  1440 1520 1672 1904  900 901 904 932  -HSync  +Vsync
   
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
   
    # Dell D800 and few Inspiron (16/10) 1280x800
    ModeLine "1280x800"  147.89  1280 1376 1512 1744  800 801 804 848
   
    # Dell D800 and few Inspiron (16/10) 1680x1050
    ModeLine "1680x1050"  214.51  1680 1800 1984 2288  1050 1051 1054 1103
   
    # Dell D800 and few Inspiron (16/10) 1920x1200
    ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync
   
    # 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"
    VendorName "nVidia"
    BoardName "NVIDIA GeForce FX (generic)"
    Driver "nv"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Virtual 1152 864
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Virtual 1152 864
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Virtual 1152 864
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Virtual 1152 864
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "SynapticsMouse1" "CorePointer"
    Screen "screen1"
EndSection

_________________

il blog del castoro fotonico
Torna in cima
Profilo Messaggio privato HomePage
tombo
Moderatore
Moderatore


Registrato: Aug 31, 2003
Messaggi: 350
Località: Roma

MessaggioInviato: Dom Giu 19, 2005 9:24 pm    Oggetto: Rispondi citando
Ciao Akela, dopo aver installato i drivers nvidia originali (prerequisito essenziale):
Articolo sui nuovi drivers Nvidia

prova questa configurazione:
Codice:

# File generated by XFdrake.
# Modded by tombo-at-adamantio.net
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

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 <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "synaptics"
    Load "glx" # 3D layer
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "SynapticsMouse1"
    Driver "synaptics"
    Option "Protocol" "auto-dev"
    Option "Device" "/dev/input/mice"
    Option "MaxSpeed" "0.12"
    Option "MinSpeed" "0.06"
    Option "BottomEdge" "4200"
    Option "SHMConfig" "on"
    Option "LeftEdge" "1700"
    Option "FingerLow" "25"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "FingerHigh" "30"
    Option "VertScrollDelta" "100"
    Option "TopEdge" "1700"
    Option "RightEdge" "5300"
    Option "AccelFactor" "0.0010"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Hewlett-Packard"
    ModelName "1440x900 LCD Panel"
    HorizSync 30 - 64
    VertRefresh 50 - 100
    Option "IgnoreEDID" "1"
    Modeline "1440x900" 106.47  1440 1520 1672 1904  900 901 904 932  -HSync  +Vsync
   
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
   
    # Dell D800 and few Inspiron (16/10) 1280x800
    ModeLine "1280x800"  147.89  1280 1376 1512 1744  800 801 804 848
   
    # Dell D800 and few Inspiron (16/10) 1680x1050
    ModeLine "1680x1050"  214.51  1680 1800 1984 2288  1050 1051 1054 1103
   
    # Dell D800 and few Inspiron (16/10) 1920x1200
    ModeLine "1920x1200" 230 1920 1936 2096 2528 1200 1201 1204 1250 +HSync +VSync
   
    # 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"
    VendorName "nVidia"
    BoardName "NVIDIA GeForce FX (generic)"
    Driver "nvidia"
    Option "NvAgp" "3"
    BusID "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1280x800" "1024x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1440x900" "1280x800" "1024x480"
   EndSubSection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "SynapticsMouse1" "CorePointer"
    Screen "screen1"
EndSection

_________________
The right information at the right place
Torna in cima
Profilo Messaggio privato HomePage Yahoo Messenger MSN Messenger
Mostra prima i messaggi di:   
Nuovo Topic   Rispondi    Indice del forum -> Tecnico Tutti i fusi orari sono GMT + 1 ora
Pagina 1 di 1

 
Vai a:  
Non puoi inserire nuovi Topic in questo forum
Non puoi rispondere ai Topic in questo forum
Non puoi modificare i tuoi messaggi in questo forum
Non puoi cancellare i tuoi messaggi in questo forum
Non puoi votare nei sondaggi in questo forum

Powered by phpBB © 2001, 2002 phpBB Group

The Alliance Theme by: Lorkan Themes



All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest 2002 by me.
You can syndicate our news using the file backend.php [RSS] [Valid RSS].

PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Generazione pagina: 0.15 Secondi

Theme Design by: Lorkan Themes