1244e
![]() |
|
|
|
|
|||||||
| General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere. |
![]() |
|
|
Thread Tools | Display Modes |
|
#26
|
|||
|
|||
|
Quote:
Nearly all the Xorg developers work exclusively on Linux. They made a decision recently to merge more of the code into the kernel DRM drivers. This was an unfortunate but sensible decision. Modern video cards no longer have a separate 2D unit, and all 2D rendering is done via the 3D engine. To make effective use of the 3D engine, and enable all the features, a video driver requires (among other things) a memory manager. This requires moving important functionality into the kernel but, of course, makes it harder to port that functionality to other operating systems, such as FreeBSD. As for the closed nature of the hardware manufacturers... That doesn't really apply to radeons. While certainly not all possible documentation has been made available, there quite a few helpful specifications that they've released to the public, as long as large, usable chunks of code. All it takes is someone with the skills and desire to port the functionality to FreeBSD. This is being done for the intel driver, but no one has begun this work for the radeon driver. Adam |
|
#27
|
||||
|
||||
|
Quote:
I've been following as much as I can of Konstantin Belousov's work on the Intel video drivers and like many other FreeBSD users, am looking forward to the results. Last edited by jrm; November 2nd, 2012 at 16:31. |
|
#28
|
||||
|
||||
|
Quote:
__________________
We are all in the gutter, but some of us are looking at the stars. Unix Toolbox: http://cb.vu/unixtoolbox.xhtml |
|
#29
|
||||
|
||||
|
Quote:
This is from 2008, but interesting. If you want something supported now, there are Radeon 4000-series cards and notebooks with Radeon 4350. |
|
#30
|
||||
|
||||
|
Quote:
__________________
We are all in the gutter, but some of us are looking at the stars. Unix Toolbox: http://cb.vu/unixtoolbox.xhtml |
|
#31
|
||||
|
||||
|
Quote:
Code:
R600 Radeon HD 2900
RV610/RV630 Radeon HD 2400/2600
RV620/RV635 Radeon HD 3450/3470
RV670 Radeon HD 3850/3870
RS780 Radeon HD 3100/3200/3300
RS880 Radeon HD 4100/4200/4290
RV710 Radeon HD 4350/4550
RV730 Radeon HD 4650/4670
RV770 Radeon HD 4850/4870
CEDAR Radeon HD 5450
REDWOOD Radeon HD 5550/5570/5670
JUNIPER Radeon HD 5750/5770
CYPRESS Radeon HD 5850/5870
HEMLOCK Radeon HD 5970
PALM Radeon HD 6310/6250
BARTS Radeon HD 6850/6870
TURKS Radeon HD 6570/6670
CAICOS Radeon HD 6450
__________________
We are all in the gutter, but some of us are looking at the stars. Unix Toolbox: http://cb.vu/unixtoolbox.xhtml |
|
#32
|
|||
|
|||
|
It can drive HD6xxx GPUs only if KMS is available. And, yes, the nvidia drivers have a memory manager inside their kernel module.
And, finally, nvidia is not necessarily the safe choice. If the laptop has Optimus, and no BIOS option to disable the on-board intel, you are out of luck using the nvidia GPU. Adam |
|
#33
|
||||
|
||||
|
Quote:
__________________
We are all in the gutter, but some of us are looking at the stars. Unix Toolbox: http://cb.vu/unixtoolbox.xhtml |
![]() |
| Tags |
| desktop, freebsd |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD as desktop | pauloperes | X.Org | 9 | June 27th, 2011 23:06 |
| How good is FreeBSD for desktop use | asifnaz | Off-Topic | 49 | January 17th, 2011 19:07 |
| [Solved] FreeBSD desktop to windows desktop LAN connection | itslikethat | Web & Network Services | 5 | December 11th, 2010 04:36 |
| Configuring FreeBSD as desktop | djstkora | GNOME | 12 | February 2nd, 2010 20:36 |
| FreeBSD vs Debian (desktop) | SuperMiguel | X.Org | 8 | June 17th, 2009 15:30 |