Salut,
        Din pacate tot nu vrea sa mearga. Am urmat pasii din documentatie, am
recompilat kernelul, am incarca module, etc. tot nu vrea.
        Fisierul xorg.conf generat de aticonfig este:


Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen      0  "aticonfig Screen 0" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "Module"
        SubSection "extmod"
        EndSubSection
        Load  "type1"
        Load  "freetype"
        Load  "glx"
        Load  "dri"
EndSection
Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
EndSection
Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/mouse"
EndSection
Section "Monitor"
        Identifier   "My Monitor"
        HorizSync    31.5 - 50.0
        VertRefresh  40.0 - 90.0
EndSection
Section "Monitor"
        Identifier   "aticonfig Monitor 0"
EndSection
Section "Device"
        Identifier  "VESA Framebuffer"
        Driver      "vesa"
EndSection
Section "Device"
        Identifier  "ATI Graphics Adapter 0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection
Section "Screen"
        Identifier "Screen 1"
        Device     "VESA Framebuffer"
        Monitor    "My Monitor"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Section "Screen"
        Identifier "aticonfig Screen 0"
        Device     "ATI Graphics Adapter 0"
        Monitor    "aticonfig Monitor 0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection


        X nu merge cu acest fisier. Se inegreste ecranul, sistemul nu este
blocat, dar nu mai pot sa ii dau decit Ctrl-Alt-Del

        Cu fisierul urmator merge, dar nu accelerat si in rezoltie maxim
1024x768, desi in configuratie e specificat altceva:

Section "Module"
    SubSection  "extmod"
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
EndSection
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
EndSection
Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5 - 50.0
    VertRefresh 40-90
EndSection
Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "vesa"
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor     "My Monitor"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection  


        Un lsmod zice asa:

Module                  Size  Used by
ide_cd                 39428  0 
cdrom                  39072  1 ide_cd
ide_generic             1280  0 [permanent]
ide_core              116004  2 ide_cd,ide_generic
radeonfb               88768  0 
i2c_algo_bit            9096  1 radeonfb
cfbcopyarea             4096  1 radeonfb
cfbimgblt               3072  1 radeonfb
cfbfillrect             3968  1 radeonfb
i2c_core               18304  2 radeonfb,i2c_algo_bit
softcursor              1920  1 radeonfb
fb                     43176  2 radeonfb,softcursor
pcspkr                  3560  0 
snd_pcm_oss            48800  0 
snd_mixer_oss          17536  1 snd_pcm_oss
snd_hda_intel          15104  0 
snd_hda_codec          85120  1 snd_hda_intel
snd_pcm                82948  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              21764  1 snd_pcm
snd                    46948  6
snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
soundcore               8032  1 snd
snd_page_alloc          8840  2 snd_hda_intel,snd_pcm
vfat                   11264  1 
fat                    46876  1 vfat
ntfs                  104560  1 
agpgart                30288  0 
unix                   24208  10  


        Va multumesc pentru ajutorul pe care mi l-ati dat pina acum si pentru 
rabdare.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui