Not too shy to talk
Joined: 2008/11/21 17:18 Last Login
: 2023/11/26 19:12
Group:
Registered Users
|
@Morpheus
no, never had that problem... but:
At the moment I am using internal VGA connector (you can buy a cable from ACube to use internal VGA adaptor - check you manual) - Had no problem to install the GART-enabled Debian ISO (think this is the latest). This gives me, by the way a much better Display quality then the DVI-VGA Adaptor
The time I used the DVI-VGA Adaptor, I used older Debian ISOs. Which worked just fine, donnot know, wether they are still available on the net. In Case Elwood or ACube cannot point you to a source, contact me.
O.k. I check my xorg.config later on, and will post.
EDIT:
Xorg.config working at the moment:
Section "Module" Disable "glx" Disable "dri" EndSection
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" Option "XkbOptions" "lv3:lwin_switch" EndSection
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection
Section "Device" Identifier "Configured Video Device" Driver "radeon" Option "TVDACLoadDetect" "true"
EndSection
Section "Monitor" Identifier "Configured Monitor" EndSection
Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSection
Here is an old Xorg.config, which also worked with my Adaptor I think:
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "logiex110" Option "XkbLayout" "de" Option "XkbOptions" "lv3:lwin_switch" EndSection
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection
Section "Device" Identifier "Configured Video Device" Driver "radeon" Option "ConnectorTable" "64,2,1,2,60,1,1,1" Option "TVDACLoadDetect" "true"
EndSection
Section "Monitor" Identifier "Configured Monitor" EndSection
Section "Screen" SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480" EndSubSection Identifier "Default Screen" Monitor "Configured Monitor" EndSection
Hope this help, I am not a Linux Expert...
Edited by gerograph on 2010/5/16 13:49:52
|