Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[configure]problem z karta ATI Radeon X1600SE
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
dak977
n00b
n00b


Joined: 23 Apr 2008
Posts: 5

PostPosted: Thu May 08, 2008 3:19 pm    Post subject: [configure]problem z karta ATI Radeon X1600SE Reply with quote

przy uporaniu sie ze wczesniejszymi problemami mam nastepny:/ przeczytalem juz sporo poradnikow o konfiguracji ATi na gentoo ale niestety nic nie pomoglo...a wiec pisze kolejny post....probowalem juz i z otwartymi sterami i zamknietymi:/ moim zdaniem jest jakis problem z monitorem...tzn z wyjsciem na monitor...nie jest rozpoznawany i przy wpisaniu X -configure mi sie wlasnie na tym sypie....jak wpisuje aticonfiure to mi wyskakuje ze mam juz dlowny sterownik zainstalowany i nie ma nic do roboty....oto lspci:
Code:

00:00.0 Host bridge: ATI Technologies Inc Radeon Xpress 200 Host Bridge (rev 01)
00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port
00:11.0 IDE interface: ATI Technologies Inc 437A Serial ATA Controller (rev 80)
00:12.0 IDE interface: ATI Technologies Inc 4379 Serial ATA Controller (rev 80)
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 82)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller (rev 80)
00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
01:00.0 VGA compatible controller: ATI Technologies Inc RV515 [Radeon X1600]
01:00.1 Display controller: ATI Technologies Inc Unknown device 7160
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:06.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80)

i xorg.conf jaki mi genetuje X -configure(ocje monitora powinien chyba tez automatycznie dobrac??):
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  "extmod"
   Load  "record"
   Load  "glx"
   Load  "xtrap"
   Load  "dri"
   Load  "dbe"
   Load  "GLcore"
   Load  "type1"
   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"
        ### 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>]
   Identifier  "Card0"
   Driver      "fglrx"
   VendorName  "ATI Technologies Inc"
   BoardName   "RV515 [Radeon X1600]"
   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


i przy odpalaniu startx poprosty wylacza mi sie monitor...gasnie lampka NUMLOCK..i nie dziala mi kobinacja ctr+alt+backspace aby wyjsc z niego...a wiec tylko reset:/
ps. mam monitor LG FLATRON775FT


---

i co nikt nie ma pomysłu jak to rozwiązać?? nie chcę wracać na dystrybucje windowsopodobne:/a rozwiązania takiego problemu niestety nie znalazłem:/ może są jakieś standardowe ustawienia dla xorg?? chodzi mi o jakiekolwiek odpalenie x-ow..:/ potem bym sie bawił ustawieniami


--- Edytowane przez moderatora
Połączone dwa posty.
Kurt Steiner
Back to top
View user's profile Send private message
matiit
Guru
Guru


Joined: 05 Aug 2007
Posts: 506

PostPosted: Mon May 12, 2008 7:03 pm    Post subject: Reply with quote

Skopiuj sobie xorg.conf z jakiegoś distro c odziała poprawnie.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum