-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hsize/hoffset/voffset don't work #100
Comments
Hi, Are you running this on X, Wayland, or KMS ? X should work, not Wayland. For KMS you'd need a patched kernel |
@substring thanks for your help! i'm running a Xubuntu on my pc, it runs with X11 session and i'm pretty sure KMS is disabled; i've checked the radeon module parameter "modeset".... but i'm not sure if it is the definitive way to check that. |
You can't use KMS when running X. KMS is on a tty only with nothing running elsewhere (no X, no wayland) |
ok sorry for my ignorance :) |
I think so, always used it on a try though |
i will give a try tomorrow probing sync signal with my oscilloscope to see if there are any variations...but i'm pretty sure the image wasn't changing 😞 |
Hello, The python script changes only the geometry paramters (vshift/hshift and hsize) but that have not effect in my case :( |
Hello @antonioginer
thanks for your work! i want to use it on my Ubuntu arcade machine.
I'm trying to calibrate the modeline in order to have a correct size on CRT; i'm using the python script and grid tool.
Unfortunately, changing hsize and h/v offsets seems to have any effect :'(
I have a Radeon HD 6450; it works fine with the modeline generated for 320x240@60, my CRT is in synch.
I don't know If there is something i'm doing wrong with that tools.
Next days i can check if the vga signal is really changing with my oscilloscope on synch signals.
Thanks
The text was updated successfully, but these errors were encountered: