Description: This is my first attempt at customization on my new setup, this is from an HP ze4600AMD and EVERYTHING works(except 3d I think, but I don't need it or care)!!! I have sound, wireless internet, modem, ethernet, floppy, dvd burner, 1400X1050, I really love this machine!!!!
hi, for 3d support you might try these settings (but without any warranty ;)
Section "Module"
Load "dbe"
Load "type1"
Load "speedo"
Load "freetype"
Load "extmod"
Load "glx"
Load "v4l"
Load "dri"
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
EndSection
Section "DRI"
Group "video"
# Mode 0660
Mode 0666
EndSection
---------------
these are the changes i made in the /etc/X11/XF86Config
it works for my "HP compaq nx7000" and its "ATI Mobility Radeon 9200" graphics card.
i use the standard ati-driver, but the original ati-driver should be better, but you have to compile the kernel for the original driver (after downloading it).
Good Luck.
Dude, endless tinkering, and this finally worked, the only difference was the .a file module, and loading that made it work, I mean my god, how simple, but a million thanks!!!
Ratings & Comments
2 Comments
hi, for 3d support you might try these settings (but without any warranty ;) Section "Module" Load "dbe" Load "type1" Load "speedo" Load "freetype" Load "extmod" Load "glx" Load "v4l" Load "dri" Load "/usr/X11R6/lib/modules/extensions/libglx.a" EndSection Section "DRI" Group "video" # Mode 0660 Mode 0666 EndSection --------------- these are the changes i made in the /etc/X11/XF86Config it works for my "HP compaq nx7000" and its "ATI Mobility Radeon 9200" graphics card. i use the standard ati-driver, but the original ati-driver should be better, but you have to compile the kernel for the original driver (after downloading it). Good Luck.
Dude, endless tinkering, and this finally worked, the only difference was the .a file module, and loading that made it work, I mean my god, how simple, but a million thanks!!!