Another D2500 Video Resolution Problem with Lucid
28 Apr 2015 21:08 #58185
by KenC
Another D2500 Video Resolution Problem with Lucid was created by KenC
Was using Ubuntu LinuxCNC 2.6.7 (upgraded from Linuxcnc 2.5 Live CD) on Lucid until recently when I have to re-install everything from scratch
Fear over my no-brand SAW touch screen wouldn't install properly, I decided to stick to Ubuntu 10.04LTS
Hardware are:
Intel Atom D2500hn Mobo, 1GB RAM, 8GB SSD, no-brand 19" 5:4 SAW touchscreen monitor. Huawei E303 A.K.A HiLink 3G USD dongle.
So I happily Downloaded a copy of Ubuntu 10.04.04 LTS Live CD, burnt it on a USB stick with rufus2.1.
Then I get a nice 800x600 default screen.... will get back to it after some other chores...
The Dongle went on easier than I could remember. only 2 lines on the terminal...
Touch Screen was automatically detected (which took me over 2 weeks to fix). and response to Elotouch very well. with my new found knowledge in /***/***/X11/xorg.conf.d instead of generating/rename/move/editing a xorg.conf file, the calibration and making it permanent was done swiftly.
Now the 800 x 600 display, fiddled with the /xorg.conf.d/*.conf files managed to pop it to 1280x1024 max. ( not nice consider it strains my degrading eye reading at this resolution). 1024x768 came along just fine and 1400x1200 also came uninvited.
BUT, what I really need is 1024x819 which is just about right for easy touch screen operation. I use cvt and xrandr to generate the modelines and plug them into my /xorg.conf.d/10-minitor.conf and the pc said, it doesn't support this resolution..... yes, you can do 1400x1200 but not 1024x819 nor 1000x800....
Worked on it for almost a week since ... Seriously need help!!!
My latest code gives 1400x1200, 1280x1024, 1024x768, 800x600 but not 1024x816 and 1000x800
/usr/lib/X11/xorg.conf.d/10-minitor.conf
Fear over my no-brand SAW touch screen wouldn't install properly, I decided to stick to Ubuntu 10.04LTS
Hardware are:
Intel Atom D2500hn Mobo, 1GB RAM, 8GB SSD, no-brand 19" 5:4 SAW touchscreen monitor. Huawei E303 A.K.A HiLink 3G USD dongle.
So I happily Downloaded a copy of Ubuntu 10.04.04 LTS Live CD, burnt it on a USB stick with rufus2.1.
Then I get a nice 800x600 default screen.... will get back to it after some other chores...
The Dongle went on easier than I could remember. only 2 lines on the terminal...
Touch Screen was automatically detected (which took me over 2 weeks to fix). and response to Elotouch very well. with my new found knowledge in /***/***/X11/xorg.conf.d instead of generating/rename/move/editing a xorg.conf file, the calibration and making it permanent was done swiftly.
Now the 800 x 600 display, fiddled with the /xorg.conf.d/*.conf files managed to pop it to 1280x1024 max. ( not nice consider it strains my degrading eye reading at this resolution). 1024x768 came along just fine and 1400x1200 also came uninvited.
BUT, what I really need is 1024x819 which is just about right for easy touch screen operation. I use cvt and xrandr to generate the modelines and plug them into my /xorg.conf.d/10-minitor.conf and the pc said, it doesn't support this resolution..... yes, you can do 1400x1200 but not 1024x819 nor 1000x800....
Worked on it for almost a week since ... Seriously need help!!!
My latest code gives 1400x1200, 1280x1024, 1024x768, 800x600 but not 1024x816 and 1000x800
/usr/lib/X11/xorg.conf.d/10-minitor.conf
Section "Device"
Identifier "Configured Video Device"
Driver "vesa" # “vesa” is the graphic driver
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 35.0 - 85.0
VertRefresh 50.0 - 75.0
Modeline "1280x1024" 109.00 1280 1368 1496 1712 1024 1027 1034 1063
Modeline "1024x816" 88.25 1024 1088 1192 1360 816 819 829 855
Modeline "1024x768" 63.50 1024 1072 1176 1328 768 771 775 798
Modeline "1000x800" 85.00 1000 1064 1168 1336 800 803 810 839
Modeline "800x600" 38.25 800 832 912 1024 600 603 607 624
Option "NoDPMS" #without DPMS
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x816" "1024x768" "1000x800" "800x600"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x816" "1024x768" "1000x800" "800x600"
EndSubsection
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x816" "1024x768" "1000x800" "800x600"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "ServerLayout0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0" # if This doesn’t turn off screen saver, change <Option "OffTime" "0"> to <Option “Blanktime” “0”>
EndSection
Please Log in or Create an account to join the conversation.
28 Apr 2015 23:10 #58191
by ArcEye
Replied by ArcEye on topic Another D2500 Video Resolution Problem with Lucid
The following user(s) said Thank You: KenC
Please Log in or Create an account to join the conversation.
29 Apr 2015 11:22 #58215
by KenC
Replied by KenC on topic Another D2500 Video Resolution Problem with Lucid
I was digging myself into a dead end... again....
Anyway, I deleted the "imaginary" modelines and modes from the ,conf and live with it.
Thanks for the heads up Arceye.
Anyway, I deleted the "imaginary" modelines and modes from the ,conf and live with it.
Thanks for the heads up Arceye.
Please Log in or Create an account to join the conversation.
29 Apr 2015 21:40 #58230
by KenC
Replied by KenC on topic Another D2500 Video Resolution Problem with Lucid
Stupid of me digging an dead end for a week.
I felt even more idiotic when I remember I can customise the gnome appearence just by changing the font sizes.......
So 1280x1024 works beautifully.
I felt even more idiotic when I remember I can customise the gnome appearence just by changing the font sizes.......
So 1280x1024 works beautifully.
Please Log in or Create an account to join the conversation.
Time to create page: 0.079 seconds