You are not logged in.
does arch support for amd 780g matherboard?
3 days ago, I installed the arch 2007.08.02, and I update the system up to date. I installed the xorg, ati driver, gdm, and gnome, but my 22" SAMSUNG LCD displayed error (display the desktop but the colors all wrong, can't see anything clearly), then I downloaded the ati catalyst install package , and installed it, the error occured too, so I came here to ask you
how to deal with it?
the video card of the matherboard is radeon hd3200.
Last edited by xmfs (2008-04-24 03:26:47)
Offline
Solved. My Fault, I should use pacman -S catalyst to install the video driver
Last edited by xmfs (2008-04-29 07:46:07)
Offline
Could you please post your xorg.conf? I have the same motherboard and although I installed the catalyst driver I can't get X to work.
When I test it the 24" Lacie goes completely black and even if I try to kill the X server with Ctrl-Alt-Backspase it remains black althoughI can still type in commands and reboot the system.
Last edited by satel (2008-05-23 09:02:31)
Offline
Sorry for taking this long to reply, I was out of town.
I finally got it working with the latest catalyst. Video and everything. I am posting my xorg in case anyone finds it helpfull. I haven't done any tweaks and it is far from complete but it is working as base project.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]" 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/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "GLcore"
Load "xtrap"
Load "glx"
Load "dbe"
Load "extmod"
Load "record"
Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse1"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
DisplaySize 518 324
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Offline