Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
Section "ServerLayout" Identifier "X.org Configured" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dri" Load "GLcore" Load "dbe" Load "glx" Load "xtrap" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "SyncMaster" VendorName "SAMSUNG" ModelName "SyncMaster 226BW" Option "DPMS" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "Card0" Driver "fglrx" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:6:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "SyncMaster" 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 Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "dri" Group "video" Mode 0666 EndSection |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »dragoon« (07.01.2009, 13:38)
Quellcode |
|
1 |
$ xrandr |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1050 default connected 1680x1050+0+0 0mm x 0mm 1680x1050 60.0* 1440x900 60.0 1400x1050 60.0 1280x1024 75.0 70.0 60.0 1280x960 60.0 1280x768 60.0 1280x720 60.0 1152x864 75.0 70.0 60.0 1024x768 75.0 72.0 70.0 60.0 800x600 75.0 72.0 70.0 60.0 56.0 720x480 60.0 640x480 75.0 72.0 60.0 640x432 60.0 640x400 75.0 60.0 512x384 75.0 60.0 400x300 75.0 60.0 320x240 75.0 60.0 320x200 75.0 60.0 |
Quellcode |
|
1 |
# qlist ati-drivers |
Quellcode |
|
1 |
aticonfig --initial=dual-head --desktop-setup=horizontal |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 |
Section "ServerLayout" Identifier"Dual Head Layout" Screen0 "SyncMaster Screen" 0 0 Screen1 "Fernsehr Screen" RightOf "SyncMaster Screen" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dri" Load "GLcore" Load "dbe" Load "glx" Load "xtrap" Load "freetype" Load "type1" EndSection Section "Extensions" Option "Composite" "On" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option"Protocol" "auto" Option"Device" "/dev/input/mice" Option"ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "SyncMaster" VendorName "SAMSUNG" ModelName"SyncMaster 226BW" Option "DPMS" "true" EndSection Section "Monitor" Identifier "Fernsehr" VendorName "Universum" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "ShadowFB" # [<bool>] #Option "DefaultRefresh" # [<bool>] #Option "ModeSetClearScreen" # [<bool>] Identifier "ATI Technologies Inc. Radion X1650" Driver "fglrx" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:6:0:0" Screen 0 EndSection Section "Device" Identifier "ATI Technologies Inc. Radion X1650 2" Driver "fglrx" VendorName "ATI Technologies Inc" BusID "PCI:6:0:0" Screen 1 EndSection Section "Screen" Identifier "SyncMaster Screen" Device "ATI Technologies Inc. Radion X1650" Monitor"SyncMaster" DefaultDepth24 SubSection "Display" Depth 1 Modes"1650x1050" EndSubSection SubSection "Display" Depth 4 Modes "1650x1050" EndSubSection SubSection "Display" Depth 8 Modes "1650x1050" EndSubSection Depth 15 Modes "1650x1050" EndSubSection Depth 16 Modes "1650x1050" EndSubSection SubSection "Display" Depth 24 Modes "1650x1050" EndSubSection EndSection Section "Screen" Identifier "Fernsehr Screen" Device "ATI Technologies Inc. Radion X1650 2" Monitor"Fernsehr" DefaultDepth 24 SubSection "Display" Depth 24 Modes"1280x768" EndSubSection EndSection Section "dri" Group "video" Mode 0666 EndSection |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# ************************************* # Monitor Section # ************************************* Section "Monitor" Identifier "Monitor0" VendorName "SAMSUNG" ModelName "SyncMaster 226BW" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" "true" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Universum" ModelName "FT-LCD 8145" Option "DPMS" EndSection # ************************************* # Device Section # ************************************* Section "Device" Identifier "Device0" Driver "fglrx" VendorName "ATI Technologies Inc" BusID "PCI:6:0:0" EndSection # ************************************* # Screen Section # ************************************* Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Virtual 2960 1050 Modes "1680x1050" "1280x1024" EndSubSection EndSection # ************************************* # ServerLayout Section # ************************************* Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection # ************************************* # ServerFlags Section # ************************************* Section "ServerFlags" Option "AIGLX" "on" EndSection # ************************************* # Others # ************************************* Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dri" Load "GLcore" Load "dbe" Load "glx" Load "xtrap" Load "freetype" Load "type1" EndSection Section "Extensions" Option "Composite" "On" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "dri" Group "video" Mode 0666 EndSection |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
eric@gentoo ~ $ xrandr Screen 0: minimum 320 x 200, current 2960 x 1050, maximum 2960 x 1050 default connected 2960x1050+0+0 0mm x 0mm 1680x1050 60.0 1280x1024 75.0 70.0 60.0 47.0 43.0 1440x900 60.0 1400x1050 60.0 1280x960 60.0 1280x768 60.0 1280x720 60.0 50.0 1152x864 75.0 70.0 60.0 47.0 43.0 1024x768 75.0 72.0 70.0 60.0 43.0 800x600 75.0 72.0 70.0 60.0 56.0 640x480 75.0 72.0 60.0 640x400 75.0 60.0 512x384 75.0 400x300 75.0 60.0 320x240 75.0 60.0 320x200 75.0 60.0 2960x1050 60.0* |
Quellcode |
|
1 2 3 4 5 6 |
display: :0.0 screen: 0 OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.4 (1.5 Mesa 6.5.2) Segmentation fault |
Quellcode |
|
1 2 3 4 5 6 7 8 |
unknown chip id 0x71c1, can't guess. libGL warning: 3D driver returned no fbconfigs. libGL error: InitDriver failed libGL error: reverting to (slow) indirect rendering display: :0.0 screen: 0 OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.4 (1.5 Mesa 6.5.2) |
Quellcode |
|
1 |
"FATAL: Module radeon is in use" |
Quellcode |
|
1 2 3 |
OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.4 (1.5 Mesa 6.5.2) |
Quellcode |
|
1 2 |
Direct Rendering Manager (XFree86 4.1.0 and higher DRI support <M> ATI Radeon |
Quellcode |
|
1 |
xrandr |