Re: Extact resolution at startup
Ok. Thanks for the HowTo.
I followed the instructions inside and have installed the openchrome driver.
In xorg.conf I've changed driver from "vesa" to "openchrome".
It works! I had 1024x768 @ 85 Hz (before I can't set a refresh higher than 60 Hz).
But there are other problems.
I'm writing from Windows, because, after a reboot, I can't access in Kubuntu.
When Kubuntu starts I give my password, but it freezes and show me the log in window again.
I'm sure that the driver works because on the log in I see that refersh is on 85 Hz, but there will be some mistakes in the options in xorg.conf which causes the freeze.
I've also tried to change xorg.conf to the following:
But it's the same.
I've tried also to enable Option "XaaNoImageWriteRect" #enable if you gat a freeze on boot or login, but it's the same again.
How can I fix this problem?
Ok. Thanks for the HowTo.
I followed the instructions inside and have installed the openchrome driver.
In xorg.conf I've changed driver from "vesa" to "openchrome".
It works! I had 1024x768 @ 85 Hz (before I can't set a refresh higher than 60 Hz).
But there are other problems.
I'm writing from Windows, because, after a reboot, I can't access in Kubuntu.
When Kubuntu starts I give my password, but it freezes and show me the log in window again.
I'm sure that the driver works because on the log in I see that refersh is on 85 Hz, but there will be some mistakes in the options in xorg.conf which causes the freeze.
I've also tried to change xorg.conf to the following:
Code:
Section "Device" Identifier "Configured Video Device" Driver "openchrome" # Option "AccelMethod" "exa" #under development, enable to test only Option "ExaScratchSize" "8192" Option "MaxDRIMem" "16384" Option "MigrationHeuristic" "greedy" # Option "EnableAGPDMA" "false" #enable if you get arifacts or redraw problems # Option "XaaNoImageWriteRect" #enable if you gat a freeze on boot or login EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" SubSection "Display" Viewport 0 0 Depth 16 Modes "1024x768" EndSubSection EndSection
I've tried also to enable Option "XaaNoImageWriteRect" #enable if you gat a freeze on boot or login, but it's the same again.
How can I fix this problem?
Comment