Re: [arch-general] Awesome 3.5

2012-12-23 Thread gt
On Sun, Dec 23, 2012 at 09:26:49PM +0100, Sébastien Luttringer wrote:
> Hello,
> 
> as a Chritsmas gift, Awesome 3.5 was released yesterdaty and will be
> available in few minutes in our community-testing repository.
> 
> As you can expect, this update _will_ break your configuration. Please
> take time to read the announce[0] from Uli about this release before
> upgrading.
>
> [snip] 
>
> [0] http://www.mail-archive.com/awesome@naquadah.org/msg06536.html

I don't use awesome but Uli's message was one of the funniest emails I
have ever read. Nice start to the day :P


Re: [arch-general] ati mobility radeon x2300

2012-12-23 Thread Ralf Mardorf
On Sun, 2012-12-23 at 12:56 +0200, Δημήτρης Ζέρβας wrote:
> Screen 0 deleted because of no matching config section.

At the moment I don't use Arch, but I've got a borked install with a
xorg.conf that did work for another ATI graphics:

Section "Module"
Load  "extmod"
Load  "dri"
Load  "dbe"
Load  "dri2"
Load  "glx"
Load  "record"
Load"GLcore"
#Load   "v4l"
EndSection
Section "Monitor"
Identifier   "Monitor0"
VendorName   "Plug 'n' Play"
ModelName"Plug 'n' Play"
DisplaySize  305 230
HorizSync29-98
VertRefresh  50-120
modeline"1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
Gamma   1.0
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor"  # []
#Option "HWcursor"  # []
#Option "NoAccel"   # []
#Option "ShadowFB"  # []
#Option "VideoKey"  # 
#Option "MergedFB"  "off"   #old debian/ubuntu
Identifier  "Card0"
Driver  "radeon"
#Driver "nvidia"
#Driver "nv"
#Driver "nouveau"
#Driver "vesa"
#VendorName  "nVidia Corporation"
#BoardName   "G72 [GeForce 7300 SE/7200 GS]"
#BusID   "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"

Defaultdepth24
SubSection "Display"
Depth   24
Modes  "1152x864"
#Virtual3840 1200
EndSubSection

#   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





Today on other Linux I use this one:





Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
EndSection

Section "Monitor"
Identifier   "Monitor0"
DisplaySize  305 230
HorizSync29-98
VertRefresh  50-120
modeline "1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
Gamma1.0
EndSection

Section "Device"
Identifier  "Card0"
Driver  "radeon"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
SubSection "Display"
Viewport   0 0
Depth   24
Modes  "1152x864"
EndSubSection
EndSection





Hth,
Ralf



Re: [arch-general] ati mobility radeon x2300

2012-12-23 Thread Ralf Mardorf
Any log messages?
Are you using a CRT?
Does X start, if you use the vesa driver?

Regards,
Ralf




[arch-general] Awesome 3.5

2012-12-23 Thread Sébastien Luttringer
Hello,

as a Chritsmas gift, Awesome 3.5 was released yesterdaty and will be
available in few minutes in our community-testing repository.

As you can expect, this update _will_ break your configuration. Please
take time to read the announce[0] from Uli about this release before
upgrading.

If everything goes well, it should be moved into community this week.

Cheers,

[0] http://www.mail-archive.com/awesome@naquadah.org/msg06536.html

-- 
Sébastien "Seblu" Luttringer
https://www.seblu.net
GPG: 0x2072D77A


Re: [arch-general] ati mobility radeon x2300

2012-12-23 Thread Christoph Vigano
On 23.12.2012 11:56, Δημήτρης Ζέρβας wrote:
> when i startx with the radeon mod loaded I get:
> Screen 0 deleted because of no matching config section.
> and then
> no screens found
> 

This sounds like you still have the generated config from catalyst
driver in /etc/X11. That xorg.conf disturbs the autoconfiguration of X.

If you have an /etc/X11/xorg.conf, delete it. X should work after that,
most of the time autodetection does its job like a charm.

Greetings,
Christoph



signature.asc
Description: OpenPGP digital signature


[arch-general] ati mobility radeon x2300

2012-12-23 Thread Δημήτρης Ζέρβας
I have an hp laptop with a m64-s. I can't get X output. I've tried catalyst
proprietary but I found out that my gpu isn't supported since long time
ago. so I try to setup with opensource drivers. also if i don't "nomodeset"
on boot, the pc is hungs on boot.
when i startx with the radeon mod loaded I get:
Screen 0 deleted because of no matching config section.
and then
no screens found