View previous topic :: View next topic |
Author |
Message |
elbambolo Tux's lil' helper
Joined: 23 Nov 2003 Posts: 98
|
Posted: Wed Oct 15, 2008 9:47 pm Post subject: [risolto] Problema con xorg - ati raedon x2300 |
|
|
Salve a tutti.
è un po che non scrivo semplicemente perche fortunatemente non ho piu avuto problemi con linux
oggi ho installato gentoo 2008 sul mio nuovo portatile: sony vaio vng-cr41z
tutto ok fin quando non ho installato xorg che stranamente non funziona.
mi restituisce come errore una stringa che sinceramente non ho mai visto. ho provato a cercare sia su google sia qua sul forum ma non ho trovato nessuna risposta in merito.
l'errore che mi da è:
Code: | Number of create screens does not match number of detected devices. |
qualcuno sa da cosa dipende questo errore? Grazie in anticipo _________________ da oggi mi metto a studiare il c++ !!!
Last edited by elbambolo on Fri Oct 17, 2008 9:27 pm; edited 1 time in total |
|
Back to top |
|
|
Peach Advocate
Joined: 08 Mar 2003 Posts: 3686 Location: London, UK
|
Posted: Wed Oct 15, 2008 11:21 pm Post subject: |
|
|
ciao, bentornato
potresti fornire qualche informazione in più? hardware? che cosa hai usato per generare i conf di xorg e del kernel... altro che ti viene in mente? _________________ Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom |
|
Back to top |
|
|
morellik l33t
Joined: 03 Feb 2003 Posts: 629 Location: Firenze
|
Posted: Thu Oct 16, 2008 8:05 am Post subject: |
|
|
A volte può dipendere dal fatto che Xorg tenta di caricare sia il driver Vesa che quello per la tua scheda e non sa esattamente quale usare.
Come ti consiglia Peach, dicci la sk video del portatile, come hai generato xorg.conf e magari posta anche quest'ultimo. |
|
Back to top |
|
|
elbambolo Tux's lil' helper
Joined: 23 Nov 2003 Posts: 98
|
Posted: Thu Oct 16, 2008 7:11 pm Post subject: |
|
|
xorg l'ho configurato in 2 modi. il primo è stato quello consigliato nella guida di installazione del desktop che consiste in: X -config
l'altro modo è il classico xorgconfig.
come scheda video ho:
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon X2300
La cosa strana è che se come driver provo a mettere il vesa mi dice che non riesce a trovare i driver vesa!!!
se non erro il modulo delle schede ati è fglrx giusto?
questo è quello che ho nel conf generato da X -config
Code: | 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/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "record"
Load "glx"
Load "xtrap"
Load "dri"
Load "extmod"
Load "dbe"
Load "GLcore"
Load "freetype"
Load "type1"
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"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "NoDRI" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "DRM_nbufs" # <i>
#Option "DRM_bufsize" # <i>
#Option "Capabilities" # <i>
#Option "CapabilitiesEx" # <i>
#Option "ClientDriverName" # [<str>]
#Option "KernelModuleParm" # [<str>]
#Option "AGPMask" # <i>
#Option "AGPv3Mask" # <i>
#Option "BufferTiling" # [<bool>]
#Option "Profile" # <str>
#Option "RingSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "GammaCorrectionI" # <i>
#Option "GammaCorrectionII" # <i>
#Option "OpenGLOverlay" # [<bool>]
#Option "DefaultVisualTrueColor" # [<bool>]
#Option "VideoOverlay" # [<bool>]
#Option "DesktopSetup" # [<str>]
#Option "MonitorLayout" # [<str>]
#Option "ForceMonitors" # [<str>]
#Option "EnableMonitor" # <str>
#Option "OverlayOnCRTC2" # [<bool>]
#Option "Mode2" # [<str>]
#Option "PairModes" # [<str>]
#Option "HSync2" # [<str>]
#Option "VRefresh2" # [<str>]
#Option "ScreenOverlap" # <i>
#Option "MemClock" # <i>
#Option "ASICClock" # <i>
#Option "UseInternalAGPGART" # [<bool>]
#Option "FastSwap" # [<bool>]
#Option "Stereo" # [<bool>]
#Option "StereoSyncEnable" # <i>
#Option "DisableOvScaler" # [<bool>]
#Option "UseFastTLS" # <i>
#Option "BlockSignalsOnLock" # [<bool>]
#Option "ForceGenericCPU" # [<bool>]
#Option "CenterMode" # [<bool>]
#Option "OffScreenPixmaps" # [<bool>]
#Option "EnableOpaqueOverlayVisual" # [<bool>]
#Option "TMDSCoherentMode" # [<bool>]
#Option "EnablePrivateBackZ" # [<bool>]
#Option "TVFormat" # [<str>]
#Option "TVStandard" # [<str>]
#Option "TVOverscan" # [<bool>]
#Option "TVHSizeAdj" # <i>
#Option "TVVSizeAdj" # <i>
#Option "TVHPosAdj" # <i>
#Option "TVVPosAdj" # <i>
#Option "TVHStartAdj" # <i>
#Option "TVColorAdj" # <i>
#Option "PseudoColorVisuals" # [<bool>]
#Option "PreferredVRefresh" # <i>
#Option "FastStart" # [<bool>]
#Option "ProfileDriver" # [<bool>]
#Option "PPPTforGART" # [<bool>]
#Option "TexturedVideo" # [<bool>]
#Option "TexturedVideoSync" # [<bool>]
#Option "Textured2D" # [<bool>]
#Option "TexturedXrender" # [<bool>]
#Option "DPMS" # [<bool>]
#Option "MaxGARTSize" # <i>
#Option "LogoPosX" # <i>
#Option "LogoPosY" # <i>
#Option "LogoColFG" # <i>
#Option "LogoColBG" # <i>
#Option "SwapScreens" # [<bool>]
#Option "FBC" # [<bool>]
#Option "FrontBufferMode" # <i>
#Option "BackBufferMode" # <i>
#Option "DepthBufferMode" # <i>
#Option "OverlayBufferMode" # <i>
#Option "VideoOverlayBufferMode" # <i>
#Option "EnableIrqMgr" # [<bool>]
#Option "EnableMulticard" # [<bool>]
#Option "EnablePPLIB" # [<bool>]
#Option "DefaultOnDC" # [<bool>]
#Option "EnableRandR12" # [<bool>]
#Option "DisableRotation" # [<bool>]
#Option "EnableCrossFire" # [<bool>]
Identifier "Card0"
Driver "fglrx"
VendorName "ATI Technologies Inc"
BoardName "ATI Mobility Radeon X2300"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
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
EndSubSection
EndSection
|
il kernel l'ho generato con genkernel perche sinceramente sono un po arrugginito
Grazie per le risposte |
|
Back to top |
|
|
djinnZ Advocate
Joined: 02 Nov 2006 Posts: 4831 Location: somewhere in L.O.S.
|
Posted: Thu Oct 16, 2008 10:33 pm Post subject: |
|
|
reduce da un mese di bestemmie (non ancora del tutto risolte, tra l'altro) dietro ai dannATI driver fgrlx ti consiglio di provare bene qual è il modulo giusto per l'agp, fare attenzione ai simboli deprecati nel kernel, non rimuovere ati-drivers senza aver lanciato prima eselect opengle set xorg-x11, VIDEO_CARDS="none fglrx" o VIDEO_CARDS="radeon" ed usare aticonfig non xconfig.
Se non mi sbaglio la verisione opensource dei driver per la tua scheda è radeon-hd non radeon, verifica. _________________ scita et risus abundant in ore stultorum sed etiam semper severi insani sunt
mala tempora currunt...mater stultorum semper pregna est
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist |
|
Back to top |
|
|
elbambolo Tux's lil' helper
Joined: 23 Nov 2003 Posts: 98
|
Posted: Fri Oct 17, 2008 9:27 pm Post subject: |
|
|
eccolo!!!!
mi hai aperto la strada!
ho trovato i driver della catalyst proprio cercandola come hd!!!!
ora funziona! anche se ancora non ho provato l'accellerazione 3d... ma per quella c'è ancora tempo
GRazie di tutto ragazzi!!!! _________________ da oggi mi metto a studiare il c++ !!!
|
|
Back to top |
|
|
djinnZ Advocate
Joined: 02 Nov 2006 Posts: 4831 Location: somewhere in L.O.S.
|
Posted: Sun Oct 19, 2008 1:11 pm Post subject: |
|
|
vedi con i catalyst (fglrx, proprietari, dannATI) hai l'accelerazione 3d con radeon hd no. _________________ scita et risus abundant in ore stultorum sed etiam semper severi insani sunt
mala tempora currunt...mater stultorum semper pregna est
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist |
|
Back to top |
|
|
elbambolo Tux's lil' helper
Joined: 23 Nov 2003 Posts: 98
|
Posted: Mon Nov 03, 2008 11:21 pm Post subject: |
|
|
djinnZ wrote: | vedi con i catalyst (fglrx, proprietari, dannATI) hai l'accelerazione 3d con radeon hd no. |
GRANDE!!! il 3d funziona veramente bene:
Code: | elbambolo@dhcppc2 ~ $ glxgears
305 frames in 5.0 seconds = 60.879 FPS
300 frames in 5.0 seconds = 59.956 FPS
300 frames in 5.0 seconds = 59.956 FPS
300 frames in 5.0 seconds = 59.956 FPS
300 frames in 5.0 seconds = 59.955 FPS
300 frames in 5.0 seconds = 59.955 FPS
300 frames in 5.0 seconds = 59.956 FPS
300 frames in 5.0 seconds = 59.956 FPS
300 frames in 5.0 seconds = 59.956 FPS
300 frames in 5.0 seconds = 59.956 FPS
300 frames in 5.0 seconds = 59.946 FPS
|
piccola tips. io ci ho sbattuto un po. in pratica, quando si avviava il lilo, la luminosità dello schermo era ottima. quando invece, veniva caricato gentoo, la luminosità dello schermo si abbassava.
per controllare la luminosita, basta dare il seguente comando:
Code: | echo VALORE > /proc/acpi/video/EVGA/LCD/brightness |
dove valore deve essere fra 4 e 100 con incrementi di 12.
se ad esempio, vogliamo che il nosto schermo sia a metà regime, dovremmo dare il comando:
Code: | echo 52 > /proc/acpi/video/EVGA/LCD/brightness |
Spero che questo possa essere d'aiuto ad altri utenti _________________ da oggi mi metto a studiare il c++ !!!
|
|
Back to top |
|
|
|