khelben1979 wrote:I don't intend to use non-free graphics drivers with Debian 9. Making a dist upgrade will break my current graphics drivers, I'm very certain of that!
khelben1979 wrote:I'm using: AMD Radeon Software Crimson Edition 15.12 Proprietary Linux x86 Display Driver. OS: Debian Jessie with latest security updates.
As for performance and settings, I'm perfectly happy with how things are now regarding the drivers. The fan of the computer has been
configured by BIOS and the AMD software does not touch those settings. My settings is set at only start when it get's too warm, I'm using
a laptop cooler as well..
So the only thing I'm wondering over here is how to edit that config file in order to get the free open source driver to work as good as my
current non free driver does with Jessie? That would be interesting, I can do without GUI, but it would have been nice to have!
As for testing the new Debian 9, I burnt a Live CD and tested it. The graphics and everything worked good from the start, but the laptop made
much noise because it was using the inbuilt graphics card instead of the graphics chipset, so that's not acceptable.
error: Detected X Server version 'XServer 1.20.3_64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib:XServer 1.20.3_64a:none:4.19.2-towo.1-siduction-amd64:)
Installation will not proceed.
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 "0-LVDS"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "Disable" "true"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
EndSection
Section "Monitor"
Identifier "0-DFP1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "2560x1440"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
Option "Monitor-DFP1" "0-DFP1"
BusID "PCI:0:1:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Detected configuration:
Architecture: x86_64 (64-bit)
X Server: XServer 1.20.3
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
Option "Monitor-DFP1" "0-DFP1"
BusID "PCI:0:1:0"
EndSection
stevepusser wrote:
- Code: Select all
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
Option "Monitor-DFP1" "0-DFP1"
BusID "PCI:0:1:0"
EndSection
The fglrx driver does not work with anything newer than Jessie.
Section "Device"
Identifier "ati-0"
Driver "amdgpu"
EndSection
/etc/modprobe.d/amdgpu.conf
options amdgpu si_support=1
options amdgpu cik_support=1
/etc/modprobe.d/radeon.conf
options radeon si_support=0
options radeon cik_support=0
Users browsing this forum: No registered users and 6 guests