I've some problems using the HDMI-Port of this laptop running
ATI Mobility Radeon HD 5470: When I start the laptop everything is printed to the HDMI-Port, everything works fine so far. But when I type startx the xserver starts up and prints an image that is bigger than the monitor although the resolution of 1920x1080 is right. When I stop xserver text on console is partial out of range.
I'm running
FreeBSD 8.2 with a custom kernel and the following packages (of interest):
xorg-server-1.7.7_1,1
xf86-video-ati-6.14.1_1
xinit-1.2.0_1
xrandr-1.3.4
libXrandr-1.3.0
fluxbox-1.3.1
I'm using an .xinitrc file:
xrandr shows the following:
I'm not using xorg.conf .
Can you help me with this issue?
ATI Mobility Radeon HD 5470: When I start the laptop everything is printed to the HDMI-Port, everything works fine so far. But when I type startx the xserver starts up and prints an image that is bigger than the monitor although the resolution of 1920x1080 is right. When I stop xserver text on console is partial out of range.
I'm running
FreeBSD 8.2 with a custom kernel and the following packages (of interest):
xorg-server-1.7.7_1,1
xf86-video-ati-6.14.1_1
xinit-1.2.0_1
xrandr-1.3.4
libXrandr-1.3.0
fluxbox-1.3.1
I'm using an .xinitrc file:
Code:
xrandr --output HDMI-0 --primary --auto
xrandr --output LVDS --off
fluxbox
xrandr shows the following:
Code:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 1920 x 1920
LVDS connected (normal left inverted right x axis y axis)
1366x768 60.0 +
1280x720 59.9
1152x768 59.8
1024x768 60.0 59.9
800x600 60.3 59.9
640x480 59.9 59.4
512x384 120.0
400x300 120.6
320x240 120.1
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 160mm x 90mm
1920x1080 60.0*+
1600x1200 60.0
1680x1050 59.9
1280x1024 60.0
1440x900 59.9
1280x960 60.0
1280x800 59.9
1280x720 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA-0 disconnected (normal left inverted right x axis y axis)
I'm not using xorg.conf .
Can you help me with this issue?