Gentoo Archives: gentoo-user

From: Jason Carson <jason@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg.conf (HDMI vs DVI-D)
Date: Fri, 27 Aug 2010 21:08:05
Message-Id: 19a4c54a73ce9555d72d4104b3d49cdd.squirrel@jasoncarson.ca
In Reply to: [gentoo-user] xorg.conf (HDMI vs DVI-D) by James
1 > Hello,
2 >
3 > We'll I've got a new samsung monitor 2333HD-1
4 > that is verified 1920x1080.
5 >
6 > Finally, I got it working on a dvi-d-2-dvi-d video cable
7 > with no problems...(minimal xorg.conf) and ati-drivers.
8 >
9 >
10 > OK, so I switch to a DVI-D<on video card> to HDMI
11 > on the monitor and it comes in, but the bottom and sides
12 > are missing.
13
14 Can you set overscan to 0% in the ATI Catalyst Control Center. Does that
15 make a difference?
16
17 >
18 > OK so I found this thread that I'm guessing is
19 > on the mark:
20 > http://www.phoronix.com/forums/showthread.php?t=23826
21 >
22 > But, I'm a little bit 'chicken' with xorg.conf, not
23 > to mention messing with the dot clock et al.......
24 > <CLUCK CLUCK CLUCK>
25 >
26 > Anyone want to venture a guess about the display settings,
27 > suggested in the link? that I should use? A better way?
28 >
29 > Here's the (example) math I use to use:
30 > # DisplaySize 426 266
31 > # width = (1680pix / 100pix/in) x [25.4mm/in] = 427 --> 426
32 > # hieght = (1050pix / 100pix/in) x [25.4mm/in] = 267 --> 266
33 >
34 >
35 > Here is what's working with the dvi-dvi cable:
36 >
37 > Section "Monitor"
38 > Identifier "aticonfig-Monitor[0]-0"
39 > Option "VendorName" "ATI Proprietary Driver"
40 > Option "ModelName" "Generic Autodetecting Monitor"
41 > Option "DPMS" "true"
42 > HorizSync 30-81
43 > VertRefresh 56-75
44 > EndSection
45 >
46 > Section "Device"
47 > Identifier "aticonfig-Device[0]-0"
48 > Driver "fglrx"
49 > BusID "PCI:2:0:0"
50 > # Option "XAANoOffscreenPixmaps" "true"
51 > EndSection
52 >
53 > Section "Screen"
54 > Identifier "aticonfig-Screen[0]-0"
55 > Device "aticonfig-Device[0]-0"
56 > Monitor "aticonfig-Monitor[0]-0"
57 > DefaultDepth 24
58 > SubSection "Display"
59 > Viewport 0 0
60 > Depth 24
61 > Modes "1920x1080" "1680x1050" "1280x1024" "1024x768"
62 > EndSubSection
63 > EndSection
64 >
65 >
66 >
67 >

Replies

Subject Author
[gentoo-user] Re: xorg.conf (HDMI vs DVI-D) James <wireless@×××××××××××.com>