Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 11141  / 1 Year ago, mon, february 20, 2023, 2:47:04

My laptop is Compaq presario cq42. I tried to connect my laptop (using ubuntu 11.04) to my TV with VGA cable. The bootloader menu and login screen are displayed on TV but after logged in, it showed NO SIGNAL. I tried to change resolution of TV but nothing change (do it in both Monitors and ATI analys control (admin)).



Here's my /etc/X11/xorg.conf :



Section "ServerLayout"
Identifier "amdcccle Layout"
Screen 0 "amdcccle-Screen[1]-0" 0 0
EndSection

Section "Module"
Load "glx"
EndSection

Section "Monitor"
Identifier "0-LVDS"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1366x768"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection

Section "Monitor"
Identifier "0-CRT1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1366x768"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection

Section "Device"
Identifier "amdcccle-Device[1]-0"
Driver "fglrx"
Option "Monitor-LVDS" "0-LVDS"
Option "Monitor-CRT1" "0-CRT1"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection

Section "Screen"
Identifier "amdcccle-Screen[1]-0"
Device "amdcccle-Device[1]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


Run : sudo lshw gives me :



 *-display
description: VGA compatible controller
product: M93 [Mobility Radeon HD 4500 Series]
vendor: ATI Technologies Inc
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=fglrx_pci latency=0
resources: irq:45 memory:80000000-8fffffff ioport:4000(size=256) memory:94000000-9400ffff memory:94020000-9403ffff


Please help !!


More From » 11.04

 Answers
6

Found the way to solve it myself. Hope this useful for someone need.
- Connect laptop to TV (VGA cable).
- Boot up the machine.
- GRUB menu and Login screen will be displayed on TV.
- LOG IN => NO SIGNAL on TV (don't worry)
- On the laptop, type in terminal this line:



sudo xrandr --auto


Everything should be displayed on TV too.



Go to Monitors preference (in System setting) and config the way you like.
Cheers.


[#44486] Tuesday, February 21, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ibuteking

Total Points: 35
Total Questions: 128
Total Answers: 138

Location: Indonesia
Member since Thu, Oct 1, 2020
4 Years ago
ibuteking questions
Sat, Sep 10, 22, 08:44, 2 Years ago
Fri, May 12, 23, 10:10, 1 Year ago
Tue, May 23, 23, 13:38, 1 Year ago
;