![]() |
fast scrolling screen on hdmi output , vga output is ok
1 Attachment(s)
hi ,
First , I tested HDMI display with raspberry pi 3. Code:
pi@raspberrypi:~ $ xrandr Now , I have dreamplug device . it has VGA and HDMI output . It is running ubuntu 10.04 with architecture armv7l. OS is not the problem , Configuring HDMI is . Here is xrandr output Code:
Screen 0: minimum 300 x 200, current 1024 x 768, maximum 2390 x 768 So , I created new mode (using output of gtf from above) as follows $xrandr --newmode "1368x768_0.00" nan 1368 0 0 0 768 769 772 769 -HSync +Vsync Ran it $xrandr --addmode 1368x768_0.00 $sudo xrandr --output lvds --mode 1368x768_0.00 VGA display showed login prompt again . Seems , X server got killed and restarted. I think , if I give the right parameters for X configuration. It should work. Now , what should I do ? attached /var/log/xorg.0.log Thanks. |
It seems you're in a mess and want someone to read your log file for you.
Code:
(II) XINPUT: Adding extended input device "SEM USB Keyboard" (type: KEYBOARD) |
am i going in right direction
business_kid , thanks for replying .
I am wondering , why did xrandr in raspbian say 0.00 . 0Hz can't be the refresh rate . So , I am sure that I am not making the right mode for hdmi of dream plug . The OS came pre-installed and there is no way to boot via USB stick. is keyboard error the most critical one ? https://bbs.archlinux.org/viewtopic.php?id=133564 tells me it is mild. How do I interrogate X in dream plug ? Should I post xorg.conf ? I also noticed that I see a few lines of text on HDMI display when I reboot OS . BTW : studioworks is my CRT monitor connected via VGA and HDMI display is a samsung LCD TV . |
Quote:
1. 1600x900 laptop screen 2. The vga plug with unknown specs. It will ask & configure accordingly. 3. A 1280x720 projector on hdmi plug. 4. A 1920x1080 hdmi output on hdmi plug. Each has their own max refresh rates, and there's left/right thing set up between screens 1 & 3 or 4 so I can start stuff and then drag it across to appear on the projector without distracting people with my desktop.All are configured, but not all are present. The video.conf has ServerLayout section, Each one has a Monitor, Device & Screen Section. At startup, X configures for what it finds. As for the keyboard, it had EE (=error) beside it and X gave up after that, so it was a show stopper imho. I don't use the 'evdev' driver, I use the 'kbd' one. Could you try that? |
how to change driver
1 Attachment(s)
first i have to check if my kernel has kbd driver . how ?
then how to make it default ? also here is xorg.0.log without vga monitor and keyboard connected . i accessed my device via Ethernet but xrandr in ssh session said can't open display . xdpyinfo says unable to open display "" . |
Regardless, you're probably going to have problems with refresh set to 0.00. I would just try 60 and see if it works.
|
It seems X can't find stuff because it's non standard or not there. Either way, you seem to need an Xorg config. Here's the bare bones of one screen on my box. You don't need any of the options that don't make sense in general or in your box in particular.
Code:
less /etc/X11/xorg.conf.d/20-video.conf |
sorry for late reply .
last i remember , xorg.conf had no useful info . i will post that once i get back my device from my friend . i will compare xorg.conf of raspbian (which works with HDMI TV) to dreamplug . see , if i get anywhere . thanks . |
All times are GMT -5. The time now is 08:18 PM. |