
I'm having a similar problem. I can start xorg using the vesa driver at <= 1280x1024 (the panel's native resolution is 1680x1050), but no dice with fglxr.. or radeon, ati or higher resolutions with vesa either.Wedge_ wrote:Can you post the full logfile?
Code: Select all
0000:01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 5653Code: Select all
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5653) rev 0, Mem @ 0xd0000000/27, 0xc8100000/16, I/O @ 0x2000/8If you were trying to override the chipset detection, I think the correct syntax isvzzzbx wrote:.. and it doesn't appear in the fglrx's "The following chipsets are supported" list. I tried a bunch of other chipsets in xorg.conf, e.g. Chipset "RADEON X700 (RV410 5E4F)", which all gave me a black screen that I had to ctrl-alt-backspace out of. I haven't installed gpm yet, so I ran out of patience after typing 10 - 15 of them.
Any ideas?
Code: Select all
ChipID 0x1234I don't think so, but I don't have a PCI-E card so I couldn't tell you for sure. You can always leave it compiled as modules and load them if it turns out to be necessary, but I doubt they're needed.vzzzbx wrote:Also, while I've got your attention Smile it's a PCI-Express card, do I still need agpgart?
I'll give this a shot tonight. Where can I find a list of ChipIDs fglxr supports? I was only using the Chipset directive because they're listed by the driver when xorg is (not) starting.Wedge_ wrote:If you were trying to override the chipset detection, I think the correct syntax iswhere 1234 is the ID (eg 0x5e4f). It might be worth trying this again.Code: Select all
ChipID 0x1234
Okay. Might check if anyone in Radeon sticky has any experience with PCI Express then.Wedge_ wrote:I don't think so, but I don't have a PCI-E card so I couldn't tell you for sure. You can always leave it compiled as modules and load them if it turns out to be necessary, but I doubt they're needed.
The full list of ATI PCI IDs is here.vzzzbx wrote:I'll give this a shot tonight. Where can I find a list of ChipIDs fglxr supports? I was only using the Chipset directive because they're listed by the driver when xorg is (not) starting.Wedge_ wrote:If you were trying to override the chipset detection, I think the correct syntax iswhere 1234 is the ID (eg 0x5e4f). It might be worth trying this again.Code: Select all
ChipID 0x1234
Code: Select all
0000:01:00.0 VGA compativle controller: ATI Technologies Inc M24 1P [Radeon Mobility X600]
Code: Select all
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x3150) rev 0, Mem @)xd0000000/27, 0xdfdf0000/16, I/O @ 0xde00/8, BIOS @ 0xdfe00000/17
Code: Select all
ChipID 0x5D57Code: Select all
Option "MonitorLayout" "AUTO,AUTO"Code: Select all
Option "MonitorLayout" "LVDS,AUTO"Code: Select all
Option "MonitorLayout" "AUTO,AUTO"Code: Select all
Option "MonitorLayout" "LVDS,AUTO"Code: Select all
ChipID 0x5D57Yes,it's a good news,but on this Acer i still have problems like this:Wedge_ wrote:Good news thenI'll add this information to the Radeon FAQ.
SkaMike,i post here some of my config files from my fullllly working Gentoo on ACER TravelMate 8100 (gentoo-sources-2.6.11-r6,fglrx-8.10.19) :SkaMike wrote:I am having worse troubles with gentoo and linux in general with my TravelMate 8100. My problem is that it won't even boot a kernel. How did you get gentoo working for you? I tried other livecd's and the only one that would actually boot is Ubuntu in safe mode. So I installed gentoo and stiil wouldn't work.
Thanks,
Mike
What kind of performance do you get ripping CDs? With grip doing a "rip and encode" (using cdparanoia & lame I think, whatever the defaults are), I get a top speed of around 2x. Importing CDs using iTunes under Windows, top speed is around 15 - 20x, and never below 8x or so.SergOS wrote:6.kernel patch to make dvd-rw working normal
Your top speed is 2x because your dvd-rw is attachet to system with ide-generic driver and have no dma.vzzzbx wrote:What kind of performance do you get ripping CDs? With grip doing a "rip and encode" (using cdparanoia & lame I think, whatever the defaults are), I get a top speed of around 2x. Importing CDs using iTunes under Windows, top speed is around 15 - 20x, and never below 8x or so.
try booting with "noapic"SkaMike wrote:I am having worse troubles with gentoo and linux in general with my TravelMate 8100. My problem is that it won't even boot a kernel. How did you get gentoo working for you? I tried other livecd's and the only one that would actually boot is Ubuntu in safe mode. So I installed gentoo and stiil wouldn't work.
Thanks,
Mike

OK.Here is more info about my Gentoo:swisscheese wrote: Does anyone have an idea
1) how to get the backlight working with 8.12.10?
2) or how to get ati-drivers 8.10.19 working correctly?
swisscheese
I do have SCSI CD support enabled, /dev/cdrom points at the same thing as /dev/sr0, /dev/scsi/host1/bus0/target0/lun0/cd. Speed is still not faster than 4x or so.SergOS wrote:Your top speed is 2x because your dvd-rw is attachet to system with ide-generic driver and have no dma.
With "my" patch i make possible to atach dvd-rw with ata_piix and device now is scsi (/dev/sr0 not /dev/hdc) like hdd (/dev/sda).
Btw on my ACER 8100 grip start riping with 7x (beginnig of cd) and finish with 17x (end of cd)
Code: Select all
sg_write: data in/out 12/12 bytes for SCSI command 0x43--guessing data in;
program grip not setting count and/or reply_len properlyPost your kernel-config and look on my kernel-config in ide and scsi section.vzzzbx wrote: I do have SCSI CD support enabled, /dev/cdrom points at the same thing as /dev/sr0, /dev/scsi/host1/bus0/target0/lun0/cd. Speed is still not faster than 4x or so.
For each track I'm ripping, I get the warning msg "Could not disable kernel translation layer" on the console (I think this is coming from cdparanoia), and my syslog is filled up with these printks:This is using vanilla 2.6.11.7 with "your" patch to those two libata files.Code: Select all
sg_write: data in/out 12/12 bytes for SCSI command 0x43--guessing data in; program grip not setting count and/or reply_len properly