You are not logged in.
Pages: 1
Hi,
I installed archlinux on my mid-2010 21,5' iMac (with an ATI Radeon HD4670 inside) without any problems.
Then I installed xorg from the xorg112 repo, and I installed catalyst-hd234k from AUR.
Now when I try to launch X using startx, the screen stay black and nothing happend. I'm then forced to reboot.
Here is my xorg.conf :
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
Option "OpenGLOverlay" "0"
Option "XAANNoOffscreenPixmaps" "false"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "1920x1080"
Virtual 1920 1080
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSectionAnd here is my Xorg.0.log :
[ 1121.019]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 1121.026] X Protocol Version 11, Revision 0
[ 1121.028] Build Operating System: Linux 3.8.10-1-ARCH x86_64
[ 1121.030] Current Operating System: Linux iMac-de-Maxime 3.10.5-1-ARCH #1 SMP PREEMPT Mon Aug 5 08:04:22 CEST 2013 x86_64
[ 1121.030] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d1d75c80-86cd-4ad7-b239-743534838a55 rw nomodeset quiet
[ 1121.034] Build Date: 28 April 2013 06:27:40PM
[ 1121.035]
[ 1121.036] Current version of pixman: 0.30.2
[ 1121.038] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1121.038] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1121.042] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 11 15:48:47 2013
[ 1121.065] (==) Using config file: "/etc/X11/xorg.conf"
[ 1121.068] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1121.080] (==) ServerLayout "aticonfig Layout"
[ 1121.080] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
[ 1121.080] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
[ 1121.080] (**) | |-->Device "aticonfig-Device[0]-0"
[ 1121.080] (==) Automatically adding devices
[ 1121.080] (==) Automatically enabling devices
[ 1121.100] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 1121.100] Entry deleted from font path.
[ 1121.123] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 1121.123] Entry deleted from font path.
[ 1121.123] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 1121.123] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 1121.123] Entry deleted from font path.
[ 1121.123] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 1121.123] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/
[ 1121.123] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1121.123] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1121.123] (II) Loader magic: 0x7c7b00
[ 1121.123] (II) Module ABI versions:
[ 1121.123] X.Org ANSI C Emulation: 0.4
[ 1121.123] X.Org Video Driver: 12.1
[ 1121.123] X.Org XInput driver : 16.0
[ 1121.123] X.Org Server Extension : 6.0
[ 1121.124] (--) PCI:*(0:1:0:0) 1002:9488:106b:00b6 rev 0, Mem @ 0xc0000000/268435456, 0xd0420000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[ 1121.124] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1121.124] (II) "extmod" will be loaded by default.
[ 1121.124] (II) "dbe" will be loaded by default.
[ 1121.125] (II) "glx" will be loaded by default.
[ 1121.125] (II) "record" will be loaded by default.
[ 1121.125] (II) "dri" will be loaded by default.
[ 1121.125] (II) "dri2" will be loaded by default.
[ 1121.125] (II) LoadModule: "extmod"
[ 1121.135] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 1121.145] (II) Module extmod: vendor="X.Org Foundation"
[ 1121.145] compiled for 1.12.4, module version = 1.0.0
[ 1121.145] Module class: X.Org Server Extension
[ 1121.145] ABI class: X.Org Server Extension, version 6.0
[ 1121.145] (II) Loading extension MIT-SCREEN-SAVER
[ 1121.145] (II) Loading extension XFree86-VidModeExtension
[ 1121.145] (II) Loading extension XFree86-DGA
[ 1121.145] (II) Loading extension DPMS
[ 1121.145] (II) Loading extension XVideo
[ 1121.145] (II) Loading extension XVideo-MotionCompensation
[ 1121.145] (II) Loading extension X-Resource
[ 1121.145] (II) LoadModule: "dbe"
[ 1121.146] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 1121.146] (II) Module dbe: vendor="X.Org Foundation"
[ 1121.146] compiled for 1.12.4, module version = 1.0.0
[ 1121.146] Module class: X.Org Server Extension
[ 1121.146] ABI class: X.Org Server Extension, version 6.0
[ 1121.146] (II) Loading extension DOUBLE-BUFFER
[ 1121.146] (II) LoadModule: "glx"
[ 1121.146] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1121.162] (II) Module glx: vendor="Advanced Micro Devices, Inc."
[ 1121.162] compiled for 6.9.0, module version = 1.0.0
[ 1121.162] (II) Loading extension GLX
[ 1121.162] (II) LoadModule: "record"
[ 1121.162] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 1121.163] (II) Module record: vendor="X.Org Foundation"
[ 1121.163] compiled for 1.12.4, module version = 1.13.0
[ 1121.163] Module class: X.Org Server Extension
[ 1121.163] ABI class: X.Org Server Extension, version 6.0
[ 1121.163] (II) Loading extension RECORD
[ 1121.163] (II) LoadModule: "dri"
[ 1121.163] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 1121.179] (II) Module dri: vendor="X.Org Foundation"
[ 1121.179] compiled for 1.12.4, module version = 1.0.0
[ 1121.179] ABI class: X.Org Server Extension, version 6.0
[ 1121.179] (II) Loading extension XFree86-DRI
[ 1121.179] (II) LoadModule: "dri2"
[ 1121.179] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 1121.180] (II) Module dri2: vendor="X.Org Foundation"
[ 1121.180] compiled for 1.12.4, module version = 1.2.0
[ 1121.180] ABI class: X.Org Server Extension, version 6.0
[ 1121.180] (II) Loading extension DRI2
[ 1121.180] (II) LoadModule: "fglrx"
[ 1121.180] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
[ 1121.388] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
[ 1121.388] compiled for 1.4.99.906, module version = 8.97.2
[ 1121.388] Module class: X.Org Video Driver
[ 1121.389] (II) Loading sub module "fglrxdrm"
[ 1121.389] (II) LoadModule: "fglrxdrm"
[ 1121.389] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 1121.404] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 1121.404] compiled for 1.4.99.906, module version = 8.97.2
[ 1121.404] (II) ATI Proprietary Linux Driver Version Identifier:8.97.2
[ 1121.404] (II) ATI Proprietary Linux Driver Release Identifier: 8.97.100.7
[ 1121.404] (II) ATI Proprietary Linux Driver Build Date: Nov 16 2012 14:45:00
[ 1121.404] (++) using VT number 1
[ 1121.405] (WW) Falling back to old probe method for fglrx
[ 1121.459] (II) Loading PCS database from /etc/ati/amdpcsdb
[ 1121.473] (--) Chipset Supported AMD Graphics Processor (0x9488) found
[ 1121.474] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
[ 1121.476] (II) AMD Video driver is running on a device belonging to a group targeted for this release
[ 1121.485] (II) AMD Video driver is signed
[ 1121.486] (II) fglrx(0): pEnt->device->identifier=0xf77410
[ 1121.486] (II) fglrx(0): === [xdl_xs112_atiddxPreInit] === begin
[ 1121.486] (II) Loading sub module "vgahw"
[ 1121.486] (II) LoadModule: "vgahw"
[ 1121.486] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[ 1121.498] (II) Module vgahw: vendor="X.Org Foundation"
[ 1121.498] compiled for 1.12.4, module version = 0.1.0
[ 1121.498] ABI class: X.Org Video Driver, version 12.1
[ 1121.499] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
[ 1121.499] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 1121.499] (==) fglrx(0): Default visual is TrueColor
[ 1121.499] (**) fglrx(0): Option "OpenGLOverlay" "0"
[ 1121.499] (**) fglrx(0): Option "DPMS" "true"
[ 1121.499] (==) fglrx(0): RGB weight 888
[ 1121.499] (II) fglrx(0): Using 8 bits per RGB
[ 1121.499] (==) fglrx(0): Buffer Tiling is ON
[ 1121.500] (II) Loading sub module "fglrxdrm"
[ 1121.500] (II) LoadModule: "fglrxdrm"
[ 1121.500] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
[ 1121.500] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
[ 1121.500] compiled for 1.4.99.906, module version = 8.97.2
[ 1121.502] ukiDynamicMajor: found major device number 250
[ 1121.502] ukiDynamicMajor: found major device number 250
[ 1121.502] ukiOpenByBusid: Searching for BusID PCI:1:0:0
[ 1121.502] ukiOpenDevice: node name is /dev/ati/card0
[ 1121.502] ukiOpenDevice: open result is 11, (OK)
[ 1121.502] ukiOpenByBusid: ukiOpenMinor returns 11
[ 1121.502] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
[ 1121.502] (**) fglrx(0): NoAccel = NO
[ 1121.502] (**) fglrx(0): ATI 2D Acceleration Architecture enabled
[ 1121.502] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 4670" (Chipset = 0x9488)
[ 1121.502] (--) fglrx(0): (PciSubVendor = 0x106b, PciSubDevice = 0x00b6)
[ 1121.502] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
[ 1121.502] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
[ 1121.502] (--) fglrx(0): MMIO registers at 0xd0420000
[ 1121.502] (--) fglrx(0): I/O port at 0x00002000
[ 1121.502] (==) fglrx(0): ROM-BIOS at 0x000c0000
[ 1121.518] (II) fglrx(0): AC Adapter is used
[ 1121.524] (EE) fglrx(0): V_BIOS address 0xd00 out of range
[ 1121.524] (II) fglrx(0): Invalid ATI BIOS from int10, the adapter is not VGA-enabled
[ 1121.724] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
[ 1121.724] (--) fglrx(0): Video RAM: 262144 kByte, Type: GDDR3
[ 1121.724] (II) fglrx(0): PCIE card detected
[ 1121.724] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
[ 1121.724] (WW) fglrx(0): board is an unknown third party board, chipset is supported
[ 1121.725] (II) fglrx(0): Using adapter: 1:0.0.
[ 1121.757] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x10000000)
[ 1121.808] (II) fglrx(0): Interrupt handler installed at IRQ 44.
[ 1121.808] (II) fglrx(0): RandR 1.2 support is enabled!
[ 1121.808] (II) fglrx(0): RandR 1.2 rotation support is enabled!
[ 1121.808] (==) fglrx(0): Center Mode is disabled
[ 1121.808] (II) Loading sub module "fb"
[ 1121.808] (II) LoadModule: "fb"
[ 1121.808] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 1121.816] (II) Module fb: vendor="X.Org Foundation"
[ 1121.816] compiled for 1.12.4, module version = 1.0.0
[ 1121.816] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1121.816] (II) Loading sub module "ddc"
[ 1121.816] (II) LoadModule: "ddc"
[ 1121.816] (II) Module "ddc" already built-in
[ 1122.308] (II) fglrx(0): Finished Initialize PPLIB!
[ 1122.327] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
[ 1122.327] (II) fglrx(0): Output DFP1 has no monitor section
[ 1122.327] (II) fglrx(0): Output CRT2 has no monitor section
[ 1122.327] (II) Loading sub module "ddc"
[ 1122.327] (II) LoadModule: "ddc"
[ 1122.327] (II) Module "ddc" already built-in
[ 1122.327] (II) fglrx(0): Connected Display0: LVDS
[ 1122.327] (II) fglrx(0): Display0 EDID data ---------------------------
[ 1122.327] (II) fglrx(0): Manufacturer: APP Model: 9cde Serial#: 0
[ 1122.327] (II) fglrx(0): Year: 2010 Week: 22
[ 1122.327] (II) fglrx(0): EDID Version: 1.4
[ 1122.327] (II) fglrx(0): Digital Display Input
[ 1122.327] (II) fglrx(0): 8 bits per channel
[ 1122.327] (II) fglrx(0): Digital interface is DisplayPort
[ 1122.327] (II) fglrx(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 1122.327] (II) fglrx(0): Gamma: 2.20
[ 1122.327] (II) fglrx(0): DPMS capabilities: Off
[ 1122.327] (II) fglrx(0): Supported color encodings: RGB 4:4:4
[ 1122.327] (II) fglrx(0): First detailed timing is preferred mode
[ 1122.327] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
[ 1122.327] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
[ 1122.327] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
[ 1122.327] (II) fglrx(0): Manufacturer's mask: 0
[ 1122.327] (II) fglrx(0): Supported detailed timing:
[ 1122.327] (II) fglrx(0): clock: 138.5 MHz Image Size: 475 x 267 mm
[ 1122.327] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 1122.327] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 1122.327] (II) fglrx(0): Unknown vendor-specific block 2
[ 1122.327] (II) fglrx(0): Monitor name: Color LCD
[ 1122.327] (II) fglrx(0): EDID (in hex):
[ 1122.327] (II) fglrx(0): 00ffffffffffff000610de9c00000000
[ 1122.327] (II) fglrx(0): 16140104a5301b78226fb1a7554c9e25
[ 1122.327] (II) fglrx(0): 0c505400000001010101010101010101
[ 1122.327] (II) fglrx(0): 0101010101011a3680a070381f403020
[ 1122.327] (II) fglrx(0): 3500db0b1100001a0000000201061001
[ 1122.327] (II) fglrx(0): 0a010000000000000000000000fc0043
[ 1122.327] (II) fglrx(0): 6f6c6f72204c43440a20202000000000
[ 1122.327] (II) fglrx(0): 00000000000000000000000000000048
[ 1122.327] (II) fglrx(0): End of Display0 EDID data --------------------
[ 1122.355] (II) fglrx(0): EDID for output LVDS
[ 1122.355] (II) fglrx(0): Manufacturer: APP Model: 9cde Serial#: 0
[ 1122.355] (II) fglrx(0): Year: 2010 Week: 22
[ 1122.355] (II) fglrx(0): EDID Version: 1.4
[ 1122.355] (II) fglrx(0): Digital Display Input
[ 1122.355] (II) fglrx(0): 8 bits per channel
[ 1122.355] (II) fglrx(0): Digital interface is DisplayPort
[ 1122.355] (II) fglrx(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 1122.355] (II) fglrx(0): Gamma: 2.20
[ 1122.355] (II) fglrx(0): DPMS capabilities: Off
[ 1122.355] (II) fglrx(0): Supported color encodings: RGB 4:4:4
[ 1122.355] (II) fglrx(0): First detailed timing is preferred mode
[ 1122.355] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
[ 1122.355] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
[ 1122.355] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
[ 1122.355] (II) fglrx(0): Manufacturer's mask: 0
[ 1122.355] (II) fglrx(0): Supported detailed timing:
[ 1122.355] (II) fglrx(0): clock: 138.5 MHz Image Size: 475 x 267 mm
[ 1122.355] (II) fglrx(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 1122.355] (II) fglrx(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 1122.355] (II) fglrx(0): Unknown vendor-specific block 2
[ 1122.355] (II) fglrx(0): Monitor name: Color LCD
[ 1122.355] (II) fglrx(0): EDID (in hex):
[ 1122.355] (II) fglrx(0): 00ffffffffffff000610de9c00000000
[ 1122.355] (II) fglrx(0): 16140104a5301b78226fb1a7554c9e25
[ 1122.355] (II) fglrx(0): 0c505400000001010101010101010101
[ 1122.355] (II) fglrx(0): 0101010101011a3680a070381f403020
[ 1122.355] (II) fglrx(0): 3500db0b1100001a0000000201061001
[ 1122.355] (II) fglrx(0): 0a010000000000000000000000fc0043
[ 1122.355] (II) fglrx(0): 6f6c6f72204c43440a20202000000000
[ 1122.355] (II) fglrx(0): 00000000000000000000000000000048
[ 1122.355] (II) fglrx(0): EDID vendor "APP", prod id 40158
[ 1122.355] (II) fglrx(0): Printing DDC gathered Modelines:
[ 1122.355] (II) fglrx(0): Modeline "1920x1080"x0.0 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz eP)
[ 1122.355] (II) fglrx(0): No remaining probed modes for output LVDS
[ 1122.355] (II) fglrx(0): EDID for output DFP1
[ 1122.355] (II) fglrx(0): EDID for output CRT2
[ 1122.355] (II) fglrx(0): Output LVDS connected
[ 1122.355] (II) fglrx(0): Output DFP1 disconnected
[ 1122.355] (II) fglrx(0): Output CRT2 disconnected
[ 1122.355] (WW) fglrx(0): Unable to find initial modes
[ 1122.355] (EE) fglrx(0): Output LVDS enabled but has no modes
[ 1122.355] (EE) fglrx(0): Display Infrastructure Failed
[ 1122.355] (EE) fglrx(0): PreInit failed
[ 1122.355] (II) fglrx(0): === [xdl_xs112_atiddxPreInit] === end
[ 1122.359] (II) fglrx(0): Interrupt handler Shutdown.
[ 1122.359] (II) UnloadModule: "fglrx"
[ 1122.359] (II) UnloadSubModule: "fb"
[ 1122.359] (II) Unloading fb
[ 1122.359] (II) UnloadSubModule: "fglrxdrm"
[ 1122.359] (II) Unloading fglrxdrm
[ 1122.359] (II) UnloadSubModule: "vgahw"
[ 1122.359] (II) Unloading vgahw
[ 1122.359] (II) UnloadSubModule: "fglrxdrm"
[ 1122.359] (EE) Screen(s) found, but none have a usable configuration.
[ 1122.359]
Fatal server error:
[ 1122.360] no screens found
[ 1122.360]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 1122.360] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 1122.360]
[ 1122.384] Server terminated with error (1). Closing log file.I disabled KMS by setting nomodeset in my grub conf.
Thanks in advance !
(PS : I'm really sorry for my bad english, it's not my native language.)
Offline
Have you tried installing catalyst-total-hd234k? The catalyst-total packages are IMO the least problematic.
Offline
I have a Radeon HD4870 (identical to your card for most purposes besides performance). The reason for my move to Arch was Ubuntu's decision to shoot anyone who doesn't use the latest cards, so here is how I get it running on Arch:
yaourt -Qs '(catalyst|radeon|hd234)'
catalyst-hd234k/catalyst-hook 13.1-14
AMD/ATI legacy drivers. Auto re-compile fglrx module while shutdown/reboot. Now with Angela - The Slayer Of The Daemons ;P
catalyst-hd234k/catalyst-utils 13.1-2
AMD/ATI Catalyst legacy drivers utilities and libraries with OpenCL implementation
catalyst-hd234k/lib32-catalyst-utils 13.1-2 (lib32)
AMD/ATI catalyst legacy driver utilities and libraries. (32-bit)
catalyst-hd234k/xvba-video 0.7.8-4
AMDs XvBA backend for VA-API, hardware video acceleration on RadeonHD cardsuname -r
3.0.90-1-ltscat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "0-DFP1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1920x1200"
Option "TargetRefresh" "60"
Option "Position" "0 720"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP2"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1920x1080"
Option "TargetRefresh" "60"
Option "Position" "1920 0"
Option "Rotate" "right"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-DFP1" "0-DFP1"
Option "Monitor-DFP2" "0-DFP2"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-1"
Driver "fglrx"
Option "Monitor-DFP2" "0-DFP2"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Virtual 3000 1920
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-1"
Device "aticonfig-Device[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSectionDual 1200/1080 monitors, fullscreen video works, counterstrike works, starcraft 2 works astonishingly smoothly.
Are there any config files I could send you to help out? Btw, I didn't bother with nomodeset.
Last edited by windows_me (2013-08-14 11:25:56)
[10:04:21] Time for weekly full server backup.
[10:04:25] Redirecting it to "/dev/null" to make it go faster.
[10:04:53] Backup done! Amazing how fast modern technology is!
Offline
Right, so try removing all catalyst related packages you have and only install catalyst-total-hd234k, and just to be safe, run aticonfig --initial after getting that. I've had an annoying experience with trying to get catalyst drivers to work without the "total" packages, so I'm sure you're better off using it.
I would suggest trying nomodset, as well as load the modules:
https://wiki.archlinux.org/index.php/AM … le_at_boot
Offline
Ah yeah, remove "/etc/X11/xorg.conf", then "aticonfig --initial". I followed this with "aticonfig --initial=dual-head" since I have two monitors. The combination of packages and kernel version that I listed above work flawlessly for me, even for graphics-intensive WINE programs.
[10:04:21] Time for weekly full server backup.
[10:04:25] Redirecting it to "/dev/null" to make it go faster.
[10:04:53] Backup done! Amazing how fast modern technology is!
Offline
Pages: 1