This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/10-amdgpu.conf b/10-amdgpu.conf | |
| index ef20256..c86f77a 100644 | |
| --- a/10-amdgpu.conf | |
| +++ b/10-amdgpu.conf | |
| @@ -1,5 +1,5 @@ | |
| Section "OutputClass" | |
| Identifier "AMDgpu" | |
| MatchDriver "amdgpu" | |
| - Driver "amdgpu" | |
| + Driver "modesetting" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LeetCode solved problems: | |
| 1. Two Sum | |
| 7. Reverse Integer | |
| 9. Palindrome Number | |
| 13. Roman to Integer | |
| 14. Longest Common Prefix | |
| 20. Valid Parentheses | |
| 26. Remove Duplicates from Sorted Array | |
| 27. Remove Element |